summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-163-14/+24
|\
| * fs: Fix file_set_fowner LSM hook inconsistenciesMickaël Salaün2024-09-091-10/+4
| * fsverity: expose verified fsverity built-in signatures to LSMsFan Wu2024-08-201-1/+17
| * lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai2024-07-311-3/+3
* | cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells2024-09-161-2/+0
* | cifs: Fix cifs readv callback merge resolution issueDavid Howells2024-09-161-1/+1
* | Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-161-12/+18
|\ \
| * | block: rework bio splittingChristoph Hellwig2024-08-291-12/+18
| |/
* | Merge tag 'erofs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-1612-299/+544
|\ \
| * | erofs: reject inodes with negative i_sizeGao Xiang2024-09-121-3/+6
| * | erofs: restrict pcluster size limitationsGao Xiang2024-09-122-23/+24
| * | erofs: allocate more short-lived pages from reserved pool firstChunhai Guo2024-09-121-2/+3
| * | erofs: sunset unneeded NOFAILsGao Xiang2024-09-121-26/+31
| * | erofs: simplify erofs_map_blocks_flatmode()Hongzhen Luo2024-09-101-19/+9
| * | erofs: refactor read_inode calling conventionYiyang Wu2024-09-101-59/+52
| * | erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu2024-09-101-8/+2
| * | erofs: mark experimental fscache backend deprecatedGao Xiang2024-09-102-2/+5
| * | erofs: support compressed inodes for fileioGao Xiang2024-09-104-20/+43
| * | erofs: support unencoded inodes for fileioGao Xiang2024-09-106-51/+248
| * | erofs: add file-backed mount supportGao Xiang2024-09-105-44/+100
| * | erofs: handle overlapped pclusters out of crafted images properlyGao Xiang2024-09-101-33/+38
| * | erofs: fix error handling in z_erofs_init_decompressorSandeep Dhavale2024-09-091-1/+1
| * | erofs: clean up erofs_register_sysfs()Gao Xiang2024-09-092-25/+7
| * | erofs: fix incorrect symlink detection in fast symlinkGao Xiang2024-09-091-14/+6
* | | Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-09-1664-1588/+1574
|\ \ \
| * | | btrfs: only unlock the to-be-submitted ranges inside a folioQu Wenruo2024-09-103-38/+86
| * | | btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()Qu Wenruo2024-09-103-50/+35
| * | | btrfs: BTRFS_PATH_AUTO_FREE in orphan.cLeo Martins2024-09-101-17/+7
| * | | btrfs: use btrfs_path auto free in zoned.cLeo Martins2024-09-101-23/+11
| * | | btrfs: DEFINE_FREE for struct btrfs_pathLeo Martins2024-09-101-0/+5
| * | | btrfs: remove btrfs_folio_end_all_writers()Qu Wenruo2024-09-103-51/+10
| * | | btrfs: constify more pointer parametersDavid Sterba2024-09-1018-83/+81
| * | | btrfs: rework BTRFS_I as macro to preserve parameter constDavid Sterba2024-09-101-4/+6
| * | | btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana2024-09-106-7/+15
| * | | btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2024-09-102-5/+3
| * | | btrfs: convert copy_inline_to_page() to use folioLi Zetao2024-09-101-17/+18
| * | | btrfs: convert btrfs_decompress() to take a folioLi Zetao2024-09-104-10/+10
| * | | btrfs: convert zstd_decompress() to take a folioLi Zetao2024-09-103-10/+10
| * | | btrfs: convert lzo_decompress() to take a folioLi Zetao2024-09-103-8/+8
| * | | btrfs: convert zlib_decompress() to take a folioLi Zetao2024-09-103-9/+9
| * | | btrfs: convert try_release_extent_mapping() to take a folioLi Zetao2024-09-103-5/+5
| * | | btrfs: convert try_release_extent_state() to take a folioLi Zetao2024-09-101-3/+3
| * | | btrfs: convert submit_eb_page() to take a folioLi Zetao2024-09-101-5/+4
| * | | btrfs: convert submit_eb_subpage() to take a folioLi Zetao2024-09-101-10/+9
| * | | btrfs: convert read_key_bytes() to take a folioLi Zetao2024-09-101-7/+7
| * | | btrfs: convert try_release_extent_buffer() to take a folioLi Zetao2024-09-103-10/+9
| * | | btrfs: convert try_release_subpage_extent_buffer() to take a folioLi Zetao2024-09-101-9/+9
| * | | btrfs: convert get_next_extent_buffer() to take a folioLi Zetao2024-09-101-7/+7
| * | | btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao2024-09-103-8/+7
| * | | btrfs: make compression path to be subpage compatibleQu Wenruo2024-09-103-9/+37