summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-01-101-5/+23
|\
| *-----. Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Rafael J. Wysocki2024-01-041-5/+23
| |\ \ \ \
| | | | * | fs: debugfs: Add write functionality to debugfs blobsAvadhut Naik2023-11-211-5/+23
| | | |/ / | | |/| |
* | | | | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-091-0/+1
|\ \ \ \ \
| * | | | | overlay: disable EVMMimi Zohar2023-12-201-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-093-17/+17
|\ \ \ \ \
| * | | | | lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-241-2/+1
| * | | | | proc: Use lsmids instead of lsm names for attrsCasey Schaufler2023-11-132-15/+16
* | | | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-0921-379/+388
|\ \ \ \ \ \
| * | | | | | nilfs2: cpfile: fix some kernel-doc warningsRandy Dunlap2023-12-291-5/+23
| * | | | | | nilfs2: add missing set_freezable() for freezable kthreadKevin Hao2023-12-291-0/+1
| * | | | | | nilfs2: switch WARN_ONs to warning output in nilfs_sufile_do_free()Ryusuke Konishi2023-12-211-2/+7
| * | | | | | freevxfs: lookup: fix function params kernel-docRandy Dunlap2023-12-211-2/+1
| * | | | | | freevxfs: immed: fix kernel-doc param nameRandy Dunlap2023-12-211-1/+1
| * | | | | | freevxfs: bmap: fix kernel-doc warningsRandy Dunlap2023-12-211-4/+4
| * | | | | | nilfs2: convert nilfs_page_bug() to nilfs_folio_bug()Matthew Wilcox (Oracle)2023-12-113-17/+18
| * | | | | | nilfs2: convert nilfs_prepare_chunk() and nilfs_commit_chunk() to foliosMatthew Wilcox (Oracle)2023-12-111-20/+19
| * | | | | | nilfs2: convert nilfs_make_empty() to use a folioMatthew Wilcox (Oracle)2023-12-111-9/+9
| * | | | | | nilfs2: convert nilfs_empty_dir() to use a folioMatthew Wilcox (Oracle)2023-12-111-15/+4
| * | | | | | nilfs2: convert nilfs_add_link() to use a folioMatthew Wilcox (Oracle)2023-12-111-17/+14
| * | | | | | nilfs2: convert nilfs_rename() to use foliosMatthew Wilcox (Oracle)2023-12-113-64/+60
| * | | | | | nilfs2: convert nilfs_find_entry to use a folioMatthew Wilcox (Oracle)2023-12-111-6/+6
| * | | | | | nilfs2: convert nilfs_readdir to use a folioMatthew Wilcox (Oracle)2023-12-111-5/+5
| * | | | | | nilfs2: add nilfs_get_folio()Matthew Wilcox (Oracle)2023-12-111-21/+32
| * | | | | | nilfs2: switch to kmap_local for directory handlingMatthew Wilcox (Oracle)2023-12-113-26/+19
| * | | | | | nilfs2: pass the mapped address to nilfs_check_page()Matthew Wilcox (Oracle)2023-12-111-3/+2
| * | | | | | nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)2023-12-111-30/+27
| * | | | | | nilfs2: remove page_address() from nilfs_delete_entryMatthew Wilcox (Oracle)2023-12-111-2/+2
| * | | | | | nilfs2: remove page_address() from nilfs_add_linkMatthew Wilcox (Oracle)2023-12-111-1/+1
| * | | | | | nilfs2: remove page_address() from nilfs_set_linkMatthew Wilcox (Oracle)2023-12-111-1/+1
| * | | | | | nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi2023-12-111-1/+2
| * | | | | | nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi2023-12-113-16/+14
| * | | | | | jffs2: mark __jffs2_dbg_superblock_counts() staticArnd Bergmann2023-12-111-1/+1
| * | | | | | nilfs2: convert nilfs_btnode_abort_change_key to use a folioMatthew Wilcox (Oracle)2023-12-111-1/+1
| * | | | | | nilfs2: convert nilfs_btnode_commit_change_key to use a folioMatthew Wilcox (Oracle)2023-12-111-6/+6
| * | | | | | nilfs2: convert nilfs_btnode_prepare_change_key to use a folioMatthew Wilcox (Oracle)2023-12-111-9/+9
| * | | | | | nilfs2: convert nilfs_btnode_delete to use a folioMatthew Wilcox (Oracle)2023-12-111-9/+9
| * | | | | | nilfs2: convert nilfs_btnode_submit_block to use a folioMatthew Wilcox (Oracle)2023-12-111-4/+4
| * | | | | | nilfs2: convert nilfs_btnode_create_block to use a folioMatthew Wilcox (Oracle)2023-12-111-2/+2
| * | | | | | nilfs2: convert nilfs_gccache_submit_read_data to use a folioMatthew Wilcox (Oracle)2023-12-111-2/+2
| * | | | | | nilfs2: convert nilfs_mdt_submit_block to use a folioMatthew Wilcox (Oracle)2023-12-111-2/+2
| * | | | | | nilfs2: convert nilfs_mdt_create_block to use a folioMatthew Wilcox (Oracle)2023-12-111-2/+2
| * | | | | | nilfs2: convert nilfs_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2023-12-111-13/+15
| * | | | | | nilfs2: convert nilfs_segctor_prepare_write to use foliosMatthew Wilcox (Oracle)2023-12-111-29/+29
| * | | | | | nilfs2: convert to __nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)2023-12-113-11/+12
| * | | | | | nilfs2: convert to nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)2023-12-114-16/+17
| * | | | | | nilfs2: convert nilfs_mdt_write_page() to use a folioMatthew Wilcox (Oracle)2023-12-111-6/+7
| * | | | | | nilfs2: convert nilfs_writepage() to use a folioMatthew Wilcox (Oracle)2023-12-111-4/+5
| * | | | | | nilfs2: convert to nilfs_folio_buffers_clean()Matthew Wilcox (Oracle)2023-12-113-12/+12
| * | | | | | nilfs2: convert nilfs_forget_buffer to use a folioMatthew Wilcox (Oracle)2023-12-111-5/+5