summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-08cifs: remove unneeded return statementSteve French1-2/+0
2024-01-08cifs: make cifs_chan_update_iface() a void functionDan Carpenter2-11/+8
2024-01-08cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter1-15/+11
2024-01-08mm, 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-08exfat: do not zero the extended partYuezhang Mo2-21/+70
2024-01-08exfat: change to get file size from DataLengthYuezhang Mo4-19/+231
2024-01-08exfat: using ffs instead of internal logicJohn Sanpe2-28/+16
2024-01-08exfat: using hweight instead of internal logicJohn Sanpe1-27/+21
2024-01-07cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2-14/+12
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown3-7/+12
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown5-53/+16
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown3-24/+6
2024-01-07NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong2-44/+1
2024-01-07nfsd: remove unnecessary NULL checkDan Carpenter1-1/+1
2024-01-07NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever3-7/+14
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever2-1/+26
2024-01-07NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever1-3/+17
2024-01-07NFSD: Remove nfsd_drc_gc() tracepointChuck Lever2-27/+1
2024-01-07NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever1-1/+1
2024-01-07NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov1-4/+3
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton3-34/+85
2024-01-07smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara3-81/+57
2024-01-07cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells3-25/+20
2024-01-07smb3: Improve exception handling in allocate_mr_list()Markus Elfring1-2/+2
2024-01-07cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N1-6/+8
2024-01-07smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara1-21/+29
2024-01-07smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara3-139/+39
2024-01-07smb: client: allow creating symlinks via reparse pointsPaulo Alcantara3-5/+86
2024-01-07smb: client: fix hardlinking of reparse pointsPaulo Alcantara6-27/+43
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara6-31/+55
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara6-31/+119
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara10-60/+256
2024-01-07smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2-384/+402
2024-01-07smb: client: Fix minor whitespace errors and warningsPierre Mariani1-8/+17
2024-01-06ubifs: fix kernel-doc warningsRandy Dunlap1-9/+21
2024-01-06ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-01-05bcachefs: eytzinger0_find() search should be constKent Overstreet1-5/+5
2024-01-05bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet2-8/+12
2024-01-05bcachefs: fix simulateously upgrading & downgradingKent Overstreet1-3/+12
2024-01-05bcachefs: Restart recovery passes more reliablyKent Overstreet1-1/+4
2024-01-05bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet1-0/+6
2024-01-05bcachefs: improve checksum error messagesKent Overstreet5-29/+78
2024-01-05bcachefs: improve validate_bset_keys()Kent Overstreet1-20/+55