summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-01-09udf: Convert udf_add_nondir() to new directory iterationJan Kara
2023-01-09udf: Implement adding of dir entries using new iteration codeJan Kara
2023-01-09udf: Convert udf_unlink() to new directory iteration codeJan Kara
2023-01-09udf: Convert udf_rmdir() to new directory iteration codeJan Kara
2023-01-09udf: Provide function to mark entry as deleted using new directory iteration ...Jan Kara
2023-01-09udf: Convert empty_dir() to new directory iteration codeJan Kara
2023-01-09udf: Convert udf_get_parent() to new directory iteration codeJan Kara
2023-01-09udf: Convert udf_lookup() to use new directory iteration codeJan Kara
2023-01-09udf: Implement searching for directory entry using new iteration codeJan Kara
2023-01-09udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara
2023-01-09udf: Convert udf_expand_dir_adinicb() to new directory iterationJan Kara
2023-01-09udf: Convert udf_readdir() to new directory iterationJan Kara
2023-01-09udf: New directory iteration codeJan Kara
2023-01-09udf: Define EFSCORRUPTED error codeJan Kara
2023-01-08Merge tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-01-08posix_acl: Use try_cmpxchg in get_aclUros Bizjak
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-01-07Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-01-07NFSD: Use set_bit(RQ_DROPME)Chuck Lever
2023-01-06f2fs: deliver the accumulated 'issued' to __issue_discard_cmd_orderly()Yuwei Guan
2023-01-06f2fs: avoid to check PG_error flagChao Yu
2023-01-06f2fs: fix to avoid potential deadlockChao Yu
2023-01-06f2fs: introduce IS_F2FS_IPU_* macroYangtao Li
2023-01-06f2fs: refactor the hole reporting and allocation logic in f2fs_map_blocksChristoph Hellwig
2023-01-06f2fs: factor out a f2fs_map_no_dnodeChristoph Hellwig
2023-01-06f2fs: factor a f2fs_map_blocks_cached helperChristoph Hellwig
2023-01-06f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig
2023-01-06f2fs: remove f2fs_get_blockChristoph Hellwig
2023-01-06f2fs: simplify __allocate_data_blockChristoph Hellwig
2023-01-06f2fs: reflow prepare_write_beginChristoph Hellwig
2023-01-06f2fs: f2fs_do_map_lockChristoph Hellwig
2023-01-06f2fs: add a f2fs_get_block_locked helperChristoph Hellwig
2023-01-06f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig
2023-01-06f2fs: split __submit_bioChristoph Hellwig
2023-01-06f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOCChristoph Hellwig
2023-01-06f2fs: decouple F2FS_MAP_ from buffer head flagsChristoph Hellwig
2023-01-06f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_beginChristoph Hellwig
2023-01-06hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds
2023-01-06Merge tag 'ceph-for-6.2-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-01-06Merge tag 'fixes_for_v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-06Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2023-01-06nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton
2023-01-06udf: initialize newblock to 0Tom Rix
2023-01-06udf: Fix extension of the last extent in the fileJan Kara
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-05fs/dlm: Remove "select SRCU"Paul E. McKenney
2023-01-05fs: dlm: fix return value check in dlm_memory_init()Yang Yingliang
2023-01-05xfs: fix extent busy updatingWengang Wang