summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* udf: Do not update file length for failed writes to inline filesJan Kara2023-01-091-14/+12
* udf: Fix spelling mistake "lenght" -> "length"Colin Ian King2023-01-091-1/+1
* fs/ext2: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2023-01-091-2/+2
* udf: Keep i_lenExtents consistent with the total length of extentsJan Kara2023-01-091-0/+3
* udf: Move setting of i_lenExtents into udf_do_extend_file()Jan Kara2023-01-091-1/+4
* udf: Allocate name buffer in directory iterator on heapJan Kara2023-01-092-9/+16
* udf: Handle error when adding extent to a fileJan Kara2023-01-091-14/+27
* udf: Handle error when adding extent to symlinkJan Kara2023-01-091-1/+6
* udf: Handle error when expanding directoryJan Kara2023-01-091-1/+6
* udf: Do not bother merging very long extentsJan Kara2023-01-091-17/+2
* udf: Truncate added extents on failed expansionJan Kara2023-01-091-4/+11
* udf: Remove old directory iteration codeJan Kara2023-01-093-705/+0
* udf: Convert udf_rename() to new directory iteration codeJan Kara2023-01-091-87/+78
* udf: Convert udf_link() to new directory iteration codeJan Kara2023-01-091-14/+8
* udf: Convert udf_mkdir() to new directory iteration codeJan Kara2023-01-091-27/+21
* udf: Convert udf_add_nondir() to new directory iterationJan Kara2023-01-091-11/+8
* udf: Implement adding of dir entries using new iteration codeJan Kara2023-01-093-0/+169
* udf: Convert udf_unlink() to new directory iteration codeJan Kara2023-01-091-23/+10
* udf: Convert udf_rmdir() to new directory iteration codeJan Kara2023-01-091-21/+11
* udf: Provide function to mark entry as deleted using new directory iteration ...Jan Kara2023-01-091-0/+10
* udf: Convert empty_dir() to new directory iteration codeJan Kara2023-01-091-59/+9
* udf: Convert udf_get_parent() to new directory iteration codeJan Kara2023-01-091-9/+7
* udf: Convert udf_lookup() to use new directory iteration codeJan Kara2023-01-091-11/+8
* udf: Implement searching for directory entry using new iteration codeJan Kara2023-01-091-0/+67
* udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara2023-01-093-84/+82
* udf: Convert udf_expand_dir_adinicb() to new directory iterationJan Kara2023-01-091-37/+29
* udf: Convert udf_readdir() to new directory iterationJan Kara2023-01-091-121/+27
* udf: New directory iteration codeJan Kara2023-01-092-0/+418
* udf: Define EFSCORRUPTED error codeJan Kara2023-01-091-0/+2
* Merge tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-01-087-7/+21
|\
| * xfs: fix extent busy updatingWengang Wang2023-01-051-0/+1
| * xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming2023-01-031-1/+1
| * xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao2023-01-031-0/+10
| * xfs: get root inode correctly at bulkstatHironori Shiina2023-01-031-2/+2
| * xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong2023-01-031-1/+6
| * xfs: make xfs_iomap_page_ops staticDarrick J. Wong2022-12-261-1/+1
| * xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong2022-12-261-2/+0
* | Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-01-072-1/+14
|\ \
| * | NFS: Fix up a sparse warningTrond Myklebust2023-01-011-1/+3
| * | NFS: Judge the file access cache's timestamp in rcu pathChengen Du2023-01-011-0/+3
| * | pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia2022-12-201-0/+8
* | | Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-01-075-26/+27
|\ \ \
| * | | cifs: fix interface count calculation during refreshShyam Prasad N2023-01-041-1/+2
| * | | cifs: refcount only the selected iface during interface updateShyam Prasad N2023-01-041-1/+2
| * | | cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara2023-01-042-11/+13
| * | | cifs: fix race in assemble_neg_contexts()Paulo Alcantara2023-01-041-4/+7
| * | | cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara2023-01-041-2/+1
| * | | cifs: Fix kmap_local_page() unmappingIra Weiny2023-01-041-7/+2
| | |/ | |/|
* | | hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds2023-01-061-5/+10
* | | Merge tag 'ceph-for-6.2-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds2023-01-063-8/+19
|\ \ \