summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-07cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2024-01-07NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong
2024-01-07nfsd: remove unnecessary NULL checkDan Carpenter
2024-01-07NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever
2024-01-07NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever
2024-01-07NFSD: Remove nfsd_drc_gc() tracepointChuck Lever
2024-01-07NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever
2024-01-07NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton
2024-01-07smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara
2024-01-07cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells
2024-01-07smb3: Improve exception handling in allocate_mr_list()Markus Elfring
2024-01-07cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N
2024-01-07smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara
2024-01-07smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara
2024-01-07smb: client: allow creating symlinks via reparse pointsPaulo Alcantara
2024-01-07smb: client: fix hardlinking of reparse pointsPaulo Alcantara
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara
2024-01-07smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara
2024-01-07smb: client: Fix minor whitespace errors and warningsPierre Mariani
2024-01-05bcachefs: eytzinger0_find() search should be constKent Overstreet
2024-01-05bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet
2024-01-05bcachefs: fix simulateously upgrading & downgradingKent Overstreet
2024-01-05bcachefs: Restart recovery passes more reliablyKent Overstreet
2024-01-05bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet
2024-01-05bcachefs: improve checksum error messagesKent Overstreet
2024-01-05bcachefs: improve validate_bset_keys()Kent Overstreet
2024-01-05bcachefs: print sb magic when relevantKent Overstreet
2024-01-05bcachefs: __bch2_sb_field_to_text()Kent Overstreet
2024-01-05bcachefs: %pg is banishedKent Overstreet
2024-01-05bcachefs: Improve would_deadlock trace eventKent Overstreet
2024-01-05bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet
2024-01-05bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet
2024-01-05bcachefs: no thread_with_file in userspaceKent Overstreet
2024-01-05bcachefs: Don't autofix errors we can't fixKent Overstreet
2024-01-05bcachefs: add missing bch2_latency_acct() callKent Overstreet
2024-01-05bcachefs: increase max_active on io_complete_wqKent Overstreet
2024-01-05bcachefs: add time_stats for btree_node_read_done()Kent Overstreet
2024-01-05bcachefs: don't clear accessed bit in btree node fillKent Overstreet
2024-01-05bcachefs: Add an option to control btree node prefetchingKent Overstreet
2024-01-05bcachefs: kill useless return retKent Overstreet
2024-01-05bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet
2024-01-05bcachefs: unify extent triggerKent Overstreet
2024-01-05bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet