summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-09udf: Allocate name buffer in directory iterator on heapJan Kara2-9/+16
2023-01-09udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-01-09udf: Handle error when adding extent to symlinkJan Kara1-1/+6
2023-01-09udf: Handle error when expanding directoryJan Kara1-1/+6
2023-01-09udf: Do not bother merging very long extentsJan Kara1-17/+2
2023-01-09udf: Truncate added extents on failed expansionJan Kara1-4/+11
2023-01-09udf: Remove old directory iteration codeJan Kara3-705/+0
2023-01-09udf: Convert udf_rename() to new directory iteration codeJan Kara1-87/+78
2023-01-09udf: Convert udf_link() to new directory iteration codeJan Kara1-14/+8
2023-01-09udf: Convert udf_mkdir() to new directory iteration codeJan Kara1-27/+21
2023-01-09udf: Convert udf_add_nondir() to new directory iterationJan Kara1-11/+8
2023-01-09udf: Implement adding of dir entries using new iteration codeJan Kara3-0/+169
2023-01-09udf: Convert udf_unlink() to new directory iteration codeJan Kara1-23/+10
2023-01-09udf: Convert udf_rmdir() to new directory iteration codeJan Kara1-21/+11
2023-01-09udf: Provide function to mark entry as deleted using new directory iteration ...Jan Kara1-0/+10
2023-01-09udf: Convert empty_dir() to new directory iteration codeJan Kara1-59/+9
2023-01-09udf: Convert udf_get_parent() to new directory iteration codeJan Kara1-9/+7
2023-01-09udf: Convert udf_lookup() to use new directory iteration codeJan Kara1-11/+8
2023-01-09udf: Implement searching for directory entry using new iteration codeJan Kara1-0/+67
2023-01-09udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara3-84/+82
2023-01-09udf: Convert udf_expand_dir_adinicb() to new directory iterationJan Kara1-37/+29
2023-01-09udf: Convert udf_readdir() to new directory iterationJan Kara1-121/+27
2023-01-09udf: New directory iteration codeJan Kara2-0/+418
2023-01-09udf: Define EFSCORRUPTED error codeJan Kara1-0/+2
2023-01-08Merge tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-7/+21
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+14
2023-01-07Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-26/+27
2023-01-07hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-06Merge tag 'ceph-for-6.2-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds3-8/+19
2023-01-06Merge tag 'fixes_for_v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+2
2023-01-06Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-16/+53
2023-01-06udf: initialize newblock to 0Tom Rix1-3/+1
2023-01-06udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-05xfs: fix extent busy updatingWengang Wang1-0/+1
2023-01-05cifs: fix interface count calculation during refreshShyam Prasad N1-1/+2
2023-01-05cifs: refcount only the selected iface during interface updateShyam Prasad N1-1/+2
2023-01-04Merge tag 'f2fs-fix-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-26/+25
2023-01-04Merge tag 'nfsd-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-1/+12
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara2-11/+13
2023-01-04cifs: fix race in assemble_neg_contexts()Paulo Alcantara1-4/+7
2023-01-04cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara1-2/+1
2023-01-04cifs: Fix kmap_local_page() unmappingIra Weiny1-7/+2
2023-01-03xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming1-1/+1
2023-01-03xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao1-0/+10
2023-01-03xfs: get root inode correctly at bulkstatHironori Shiina1-2/+2
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong1-1/+6
2023-01-03f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim1-1/+2
2023-01-03f2fs: should use a temp extent_info for lookupJaegeuk Kim1-6/+7
2023-01-03f2fs: don't mix to use union values in extent_infoJaegeuk Kim1-8/+8
2023-01-03f2fs: initialize extent_cache parameterJaegeuk Kim4-4/+4