summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-09ksmbd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-15/+6
2024-01-09ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon1-3/+6
2024-01-09ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon1-3/+4
2024-01-09ksmbd: set v2 lease version on lease upgradeNamjae Jeon1-0/+1
2024-01-09ksmbd: validate the zero field of packet headerLi Nan1-1/+5
2024-01-09cifs: remove unneeded return statementSteve French1-2/+0
2024-01-09cifs: make cifs_chan_update_iface() a void functionDan Carpenter2-11/+8
2024-01-09cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter1-15/+11
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-01-08ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi1-0/+8
2024-01-08Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-46/+201
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds22-510/+759
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds6-125/+555
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds11-271/+305
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds31-318/+408
2024-01-08cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2-14/+12
2024-01-08nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown3-7/+12
2024-01-08SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown5-53/+16
2024-01-08svc: don't hold reference for poolstats, only mutex.NeilBrown3-24/+6
2024-01-08NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong2-44/+1
2024-01-08nfsd: remove unnecessary NULL checkDan Carpenter1-1/+1
2024-01-08NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever3-7/+14
2024-01-08NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever2-1/+26
2024-01-08NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever1-3/+17
2024-01-08NFSD: Remove nfsd_drc_gc() tracepointChuck Lever2-27/+1
2024-01-08NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever1-1/+1
2024-01-08NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov1-4/+3
2024-01-08nfsd: new Kconfig option for legacy client trackingJeff Layton3-34/+85
2024-01-08smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara3-81/+57
2024-01-08cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells3-25/+20
2024-01-08smb3: Improve exception handling in allocate_mr_list()Markus Elfring1-2/+2
2024-01-08cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N1-6/+8
2024-01-08smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara1-21/+29
2024-01-08smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara3-139/+39
2024-01-08smb: client: allow creating symlinks via reparse pointsPaulo Alcantara3-5/+86
2024-01-08smb: client: fix hardlinking of reparse pointsPaulo Alcantara6-27/+43
2024-01-08smb: client: fix renaming of reparse pointsPaulo Alcantara6-31/+55
2024-01-08smb: client: optimise reparse point queryingPaulo Alcantara6-31/+119
2024-01-08smb: client: allow creating special files via reparse pointsPaulo Alcantara10-60/+256
2024-01-08smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2-384/+402
2024-01-08smb: client: Fix minor whitespace errors and warningsPierre Mariani1-8/+17
2024-01-06bcachefs: eytzinger0_find() search should be constKent Overstreet1-5/+5
2024-01-06bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet2-8/+12
2024-01-06bcachefs: fix simulateously upgrading & downgradingKent Overstreet1-3/+12
2024-01-06bcachefs: Restart recovery passes more reliablyKent Overstreet1-1/+4
2024-01-06bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet1-0/+6
2024-01-06bcachefs: improve checksum error messagesKent Overstreet5-29/+78
2024-01-06bcachefs: improve validate_bset_keys()Kent Overstreet1-20/+55
2024-01-06bcachefs: print sb magic when relevantKent Overstreet1-1/+8