summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2022-12-13118-9422/+10924
|\ \ \ \ \ \
| * | | | | | btrfs: print transaction aborted messages with an error levelFilipe Manana2022-12-051-3/+3
| * | | | | | btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana2022-12-051-2/+8
| * | | | | | btrfs: fix extent map use-after-free when handling missing device in read_one...void0red2022-12-051-1/+2
| * | | | | | btrfs: remove outdated logic from overwrite_item() and add assertionFilipe Manana2022-12-051-5/+9
| * | | | | | btrfs: unify overwrite_item() and do_overwrite_item()Filipe Manana2022-12-051-52/+24
| * | | | | | btrfs: replace strncpy() with strscpy()Artem Chernyshev2022-12-052-7/+8
| * | | | | | btrfs: fix uninitialized variable in find_first_clear_extent_bitJosef Bacik2022-12-051-1/+1
| * | | | | | btrfs: fix uninitialized parent in insert_stateJosef Bacik2022-12-051-1/+1
| * | | | | | btrfs: add might_sleep() annotationsChenXiaoSong2022-12-051-0/+4
| * | | | | | btrfs: add stack helpers for a few btrfs itemsJosef Bacik2022-12-051-0/+37
| * | | | | | btrfs: add nr_global_roots to the super block definitionJosef Bacik2022-12-051-0/+2
| * | | | | | btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik2022-12-053-9/+7
| * | | | | | btrfs: add helpers for manipulating leaf items and dataJosef Bacik2022-12-051-66/+115
| * | | | | | btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik2022-12-055-20/+20