aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/buffer: remove bh_submit_read() helperZhang Yi2022-09-111-25/+0
* ext2: replace bh_submit_read() helper with bh_read()Zhang Yi2022-09-111-3/+4
* fs/buffer: remove ll_rw_block() helperZhang Yi2022-09-111-59/+4
* ufs: replace ll_rw_block()Zhang Yi2022-09-111-8/+4
* udf: replace ll_rw_block()Zhang Yi2022-09-113-9/+3
* reiserfs: replace ll_rw_block()Zhang Yi2022-09-113-10/+9
* ocfs2: replace ll_rw_block()Zhang Yi2022-09-112-4/+2
* ntfs3: replace ll_rw_block()Zhang Yi2022-09-111-5/+2
* jbd2: replace ll_rw_block()Zhang Yi2022-09-112-15/+16
* isofs: replace ll_rw_block()Zhang Yi2022-09-111-1/+1
* gfs2: replace ll_rw_block()Zhang Yi2022-09-112-11/+4
* fs/buffer: replace ll_rw_block()Zhang Yi2022-09-111-7/+5
* fs/buffer: add some new buffer read helpersZhang Yi2022-09-111-0/+65
* fs/buffer: remove __breadahead_gfp()Zhang Yi2022-09-111-11/+0
* ramfs: convert ramfs_nommu_get_unmapped_area() to use filemap_get_folios_cont...Vishal Moola (Oracle)2022-09-111-21/+29
* nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont...Vishal Moola (Oracle)2022-09-111-27/+18
* btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-112-16/+18
* btrfs: convert end_compressed_writeback() to use filemap_get_folios()Vishal Moola (Oracle)2022-09-111-16/+15
* btrfs: convert __process_pages_contig() to use filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-111-18/+15
* userfaultfd: add /dev/userfaultfd for fine grained access controlAxel Rasmussen2022-09-111-16/+55
* mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe2022-09-111-1/+1
* Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-287-32/+34
|\
| * squashfs: don't call kmalloc in decompressorsPhillip Lougher2022-08-284-21/+22
| * ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2022-08-282-5/+6
| * writeback: avoid use-after-free after removing deviceKhazhismel Kumykov2022-08-281-6/+6
* | Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-2811-70/+79
|\ \
| * | btrfs: add info when mount fails due to stale replace targetAnand Jain2022-08-231-1/+1
| * | btrfs: replace: drop assert for suspended replaceAnand Jain2022-08-231-2/+1
| * | btrfs: fix silent failure when deleting root referenceFilipe Manana2022-08-231-2/+3
| * | btrfs: fix space cache corruption and potential double allocationsOmar Sandoval2022-08-234-60/+22
| * | btrfs: don't allow large NOWAIT direct readsJosef Bacik2022-08-221-0/+14
| * | btrfs: don't merge pages into bio if their page offset is not contiguousQu Wenruo2022-08-221-4/+29
| * | btrfs: update generation of hole file extent item when merging holesFilipe Manana2022-08-221-0/+2
| * | btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu2022-08-221-1/+4
| * | btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-08-221-0/+3
* | | Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-08-286-67/+70
|\ \ \ | |_|/ |/| |
| * | cifs: Add helper function to check smb1+ serverZhang Xiaoxu2022-08-244-9/+13
| * | cifs: Use help macro to get the mid header sizeZhang Xiaoxu2022-08-242-6/+4
| * | cifs: Use help macro to get the header preamble sizeZhang Xiaoxu2022-08-244-22/+22
| * | cifs: skip extra NULL byte in filenamesPaulo Alcantara2022-08-241-10/+6
| * | smb3: missing inode locks in punch holeDavid Howells2022-08-231-6/+6
| * | smb3: missing inode locks in zero rangeDavid Howells2022-08-231-25/+30
* | | Merge tag 'fs.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-231-6/+8
|\ \ \
| * | | fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch2022-08-181-6/+8
* | | | Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-3/+8
|\ \ \ \
| * | | | mm/uffd: reset write protection when unregister with wp-modePeter Xu2022-08-201-0/+4
| * | | | mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu2022-08-201-3/+4
| |/ / /
* | | | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-226-14/+22
|\ \ \ \
| * | | | NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia2022-08-191-0/+6
| * | | | NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown2022-08-191-1/+2