summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-04NFSD: only call fh_unlock() once in nfsd_link()NeilBrown1-9/+10
2022-08-04NFSD: always drop directory lock in nfsd_unlink()NeilBrown3-7/+6
2022-08-04NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown3-21/+21
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsNeilBrown5-71/+47
2022-08-04Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+7
2022-08-04Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-9/+10
2022-08-04Merge tag 'affs-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kd...Linus Torvalds1-5/+1
2022-08-04Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds50-2818/+3660
2022-08-04Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-1/+779
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+7
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-40/+28
2022-08-03Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+43
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-24/+14
2022-08-03Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-108/+86
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds54-985/+350
2022-08-03fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov1-3/+26
2022-08-03fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov1-8/+3
2022-08-03fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov1-31/+86
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov3-38/+105
2022-08-03fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov1-54/+126
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov6-17/+25
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov3-14/+33
2022-08-03fs/ntfs3: Check possible errors in run_pack in advanceKonstantin Komarov1-17/+22
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov4-8/+6
2022-08-03fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2-16/+14
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov2-4/+2
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov4-11/+14
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov4-25/+2
2022-08-03fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov1-1/+12
2022-08-03fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov1-1/+6
2022-08-03fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov1-0/+13
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov4-18/+25
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2-3/+9
2022-08-03fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov1-10/+10
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton2-39/+26
2022-08-03ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2-0/+94
2022-08-03ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-03ext4: reduce computation of overhead during resizeKiselev, Oleg1-2/+21
2022-08-03jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-03ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2022-08-03mbcache: automatically delete entries from cache on freeingJan Kara1-69/+39
2022-08-03mbcache: Remove mb_cache_entry_delete()Jan Kara1-37/+0
2022-08-03ext2: avoid deleting xattr block that is being reusedJan Kara1-29/+29
2022-08-03ext2: unindent codeblock in ext2_xattr_set()Jan Kara1-16/+16
2022-08-03ext2: factor our freeing of xattr block referenceJan Kara1-52/+38
2022-08-03ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-03ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-03ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2022-08-03mbcache: add functions to delete entry if unusedJan Kara1-2/+64
2022-08-03mbcache: don't reclaim used entriesJan Kara1-1/+9