summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-30cifs: use locks_inode_context helperJeff Layton
2022-11-30ceph: use locks_inode_context helperJeff Layton
2022-11-30filelock: add a new locks_inode_context accessor functionJeff Layton
2022-11-30filelock: new helper: vfs_inode_has_locksJeff Layton
2022-11-29fsverity: simplify fsverity_get_digest()Eric Biggers
2022-11-29fs/ext4: replace ternary operator with min()/max() and min_t()Jiangshan Yi
2022-11-29ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi
2022-11-29mm: Add PG_arch_3 page flagPeter Collingbourne
2022-11-29mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas
2022-11-28fsverity: stop using PG_error to track error statusEric Biggers
2022-11-28afs: Fix fileserver probe RTT handlingDavid Howells
2022-11-28xfs: add debug knob to slow down write for funDarrick J. Wong
2022-11-28xfs: add debug knob to slow down writeback for funDarrick J. Wong
2022-11-28Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong
2022-11-29xfs: drop write error injection is unfixable, remove itDave Chinner
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner
2022-11-29iomap: write iomap validity checksDave Chinner
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner
2022-11-29iomap: buffered write failure should not truncate the page cacheDave Chinner
2022-11-28Merge tag 'fuse-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li
2022-11-28f2fs: init discard policy after thread wakeupYangtao Li
2022-11-28f2fs: avoid victim selection from previous victim sectionYonggil Song
2022-11-28f2fs: truncate blocks in batch in __complete_revoke_list()Chao Yu
2022-11-28f2fs: make __queue_discard_cmd() return voidYangtao Li
2022-11-28f2fs: move set_file_temperature into f2fs_new_inodeSheng Yong
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesSheng Yong
2022-11-28ext4: silence the warning when evicting inode with dioread_nolockZhang Yi
2022-11-28f2fs: set zstd compress level correctlySheng Yong
2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan
2022-11-28f2fs: cleanup for 'f2fs_tuning_parameters' functionYuwei Guan
2022-11-28f2fs: fix to alloc_mode changed after remount on a small volume deviceYuwei Guan
2022-11-28f2fs: remove submit label in __submit_discard_cmd()Yangtao Li
2022-11-28f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong
2022-11-28nfsd: reorganize filecache.cJeff Layton
2022-11-28nfsd: remove the pages_flushed statistic from filecacheJeff Layton
2022-11-28NFSD: Fix licensing header in filecache.cChuck Lever
2022-11-28NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever
2022-11-28NFSD: Refactor find_file()Chuck Lever
2022-11-28NFSD: Clean up find_or_add_file()Chuck Lever
2022-11-28NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever
2022-11-28NFSD: Clean up nfsd4_init_file()Chuck Lever
2022-11-28NFSD: Update file_hashtbl() helpersChuck Lever
2022-11-28NFSD: Use const pointers as parameters to fh_ helpersChuck Lever
2022-11-28NFSD: Trace delegation revocationsChuck Lever
2022-11-28NFSD: Trace stateids returned via DELEGRETURNChuck Lever
2022-11-28NFSD: Clean up nfs4_preprocess_stateid_op() call sitesChuck Lever
2022-11-28NFSD: Flesh out a documenting comment for filecache.cChuck Lever