aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11fs/buffer: remove bh_submit_read() helperZhang Yi1-25/+0
2022-09-11ext2: replace bh_submit_read() helper with bh_read()Zhang Yi1-3/+4
2022-09-11fs/buffer: remove ll_rw_block() helperZhang Yi1-59/+4
2022-09-11ufs: replace ll_rw_block()Zhang Yi1-8/+4
2022-09-11udf: replace ll_rw_block()Zhang Yi3-9/+3
2022-09-11reiserfs: replace ll_rw_block()Zhang Yi3-10/+9
2022-09-11ocfs2: replace ll_rw_block()Zhang Yi2-4/+2
2022-09-11ntfs3: replace ll_rw_block()Zhang Yi1-5/+2
2022-09-11jbd2: replace ll_rw_block()Zhang Yi2-15/+16
2022-09-11isofs: replace ll_rw_block()Zhang Yi1-1/+1
2022-09-11gfs2: replace ll_rw_block()Zhang Yi2-11/+4
2022-09-11fs/buffer: replace ll_rw_block()Zhang Yi1-7/+5
2022-09-11fs/buffer: add some new buffer read helpersZhang Yi1-0/+65
2022-09-11fs/buffer: remove __breadahead_gfp()Zhang Yi1-11/+0
2022-09-11ramfs: convert ramfs_nommu_get_unmapped_area() to use filemap_get_folios_contig()Vishal Moola (Oracle)1-21/+29
2022-09-11nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_contig()Vishal Moola (Oracle)1-27/+18
2022-09-11btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)2-16/+18
2022-09-11btrfs: convert end_compressed_writeback() to use filemap_get_folios()Vishal Moola (Oracle)1-16/+15
2022-09-11btrfs: convert __process_pages_contig() to use filemap_get_folios_contig()Vishal Moola (Oracle)1-18/+15
2022-09-11userfaultfd: add /dev/userfaultfd for fine grained access controlAxel Rasmussen1-16/+55
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe1-1/+1
2022-09-11xfs: support STATX_DIOALIGNEric Biggers1-0/+10
2022-09-11f2fs: support STATX_DIOALIGNEric Biggers1-0/+18
2022-09-11f2fs: simplify f2fs_force_buffered_io()Eric Biggers1-22/+5
2022-09-11f2fs: move f2fs_force_buffered_io() into file.cEric Biggers2-40/+40
2022-09-11ext4: support STATX_DIOALIGNEric Biggers3-16/+64
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers3-28/+32
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers1-0/+12
2022-09-11statx: add direct I/O alignment informationEric Biggers1-0/+2
2022-09-11xfs: fix SB_BORN check in xfs_dax_notify_failure()Dan Williams1-1/+1
2022-09-11xfs: quiet notify_failure EOPNOTSUPP casesDan Williams1-2/+2
2022-09-11ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong1-1/+2
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+22
2022-09-09Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-54/+60
2022-09-09Merge tag 'trace-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+23
2022-09-09fsnotify: remove unused declarationGaosheng Cui1-4/+0
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin1-7/+0
2022-09-08proc: remove initialization assignmentLi zeming1-1/+1
2022-09-08NFSD: fix regression with setting ACLs.NeilBrown1-10/+9
2022-09-08tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris1-8/+23
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni12-83/+75
2022-09-08NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker3-27/+32
2022-09-08Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-12/+5
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra10-31/+30
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra1-1/+1
2022-09-06afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells1-0/+1
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers3-18/+26
2022-09-06Merge tag 'erofs-for-6.0-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds3-39/+14
2022-09-06btrfs: fix the max chunk size and stripe length calculationQu Wenruo2-1/+4
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang1-29/+0