summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* trace: Relocate event helper filesChuck Lever2022-12-102-6/+6
* NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster2022-12-101-2/+3
* lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton2022-12-101-3/+4
* lockd: ensure we use the correct file descriptor when unlockingJeff Layton2022-12-101-4/+6
* lockd: set missing fl_flags field when retrieving argsJeff Layton2022-12-102-0/+2
* NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng2022-12-101-5/+4
* nfsd: return error if nfs4_setacl failsJeff Layton2022-12-101-0/+2
* lockd: set other missing fields when unlocking filesTrond Myklebust2022-12-101-7/+10
* NFSD: Add an nfsd_file_fsync tracepointChuck Lever2022-12-102-1/+35
* nfsd: fix up the filecache laundrette schedulingJeff Layton2022-12-101-7/+5
* nfsd: reorganize filecache.cJeff Layton2022-11-282-57/+58
* nfsd: remove the pages_flushed statistic from filecacheJeff Layton2022-11-281-6/+1
* NFSD: Fix licensing header in filecache.cChuck Lever2022-11-281-1/+2
* NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever2022-11-282-39/+63
* NFSD: Refactor find_file()Chuck Lever2022-11-281-21/+15
* NFSD: Clean up find_or_add_file()Chuck Lever2022-11-281-36/+28
* NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever2022-11-281-1/+7
* NFSD: Clean up nfsd4_init_file()Chuck Lever2022-11-281-6/+4
* NFSD: Update file_hashtbl() helpersChuck Lever2022-11-281-2/+2
* NFSD: Use const pointers as parameters to fh_ helpersChuck Lever2022-11-281-4/+6
* NFSD: Trace delegation revocationsChuck Lever2022-11-282-0/+57
* NFSD: Trace stateids returned via DELEGRETURNChuck Lever2022-11-282-0/+2
* NFSD: Clean up nfs4_preprocess_stateid_op() call sitesChuck Lever2022-11-281-24/+7
* NFSD: Flesh out a documenting comment for filecache.cChuck Lever2022-11-281-0/+24
* NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever2022-11-285-13/+64
* NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"Chuck Lever2022-11-283-21/+2
* NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever2022-11-284-14/+25
* nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton2022-11-281-18/+33
* exportfs: use pr_debug for unreachable debug statementsDavid Disseldorp2022-11-281-4/+4
* nfsd: allow disabling NFSv2 at compile timeJeff Layton2022-11-285-8/+27
* nfsd: move nfserrno() to vfs.cJeff Layton2022-11-288-63/+68
* nfsd: ignore requests to disable unsupported versionsJeff Layton2022-11-281-1/+3
* NFSD: Finish converting the NFSv3 GETACL result encoderChuck Lever2022-11-281-24/+6
* NFSD: Finish converting the NFSv2 GETACL result encoderChuck Lever2022-11-281-10/+0
* NFSD: Remove redundant assignment to variable host_errColin Ian King2022-11-281-1/+0
* NFSD: Simplify READ_PLUSAnna Schumaker2022-11-281-107/+32
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-11-273-9/+20
|\
| * vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-253-9/+20
* | Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-11-272-3/+5
|\ \
| * | cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong2022-11-211-1/+3
| * | cifs: Use after free in debug codeDan Carpenter2022-11-191-2/+2
* | | Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-11-261-3/+4
|\ \ \
| * | | NFSD: Fix reads with a non-zero offset that don't end on a page boundaryChuck Lever2022-11-231-3/+4
* | | | Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-11-252-8/+21
|\ \ \ \
| * | | | zonefs: Fix active zone accountingDamien Le Moal2022-11-252-2/+15
| * | | | zonefs: Fix race between modprobe and mountZhang Xiaoxu2022-11-221-6/+6
* | | | | Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-257-35/+132
|\ \ \ \ \
| * | | | | btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei2022-11-231-2/+5
| * | | | | btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana2022-11-231-4/+55
| * | | | | btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig2022-11-231-3/+3