summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-30fs/smb: Swing unicode common code from smb->NLSDr. David Alan Gilbert7-284/+328
2023-08-30fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert4-343/+0
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French9-22/+22
2023-08-25[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French5-1/+45
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM1-1/+1
2023-08-21smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara1-17/+18
2023-08-21smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara1-14/+16
2023-08-21smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara3-47/+37
2023-08-21smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara1-12/+17
2023-08-21smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara1-2/+2
2023-08-21smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara1-27/+41
2023-08-21smb: cilent: set reparse mount points as automountsPaulo Alcantara4-172/+194
2023-08-21smb: client: query reparse points in older dialectsPaulo Alcantara1-0/+2
2023-08-21smb: client: do not query reparse points twice on symlinksPaulo Alcantara4-161/+55
2023-08-21smb: client: parse reparse point flag in create responsePaulo Alcantara5-95/+174
2023-08-21smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara7-72/+57
2023-08-21smb: client: get rid of dfs naming in automount codePaulo Alcantara6-30/+30
2023-08-21smb: client: rename cifs_dfs_ref.c to namespace.cPaulo Alcantara2-1/+1
2023-08-21smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara1-26/+26
2023-08-21smb: client: move some params to cifs_open_info_dataPaulo Alcantara5-66/+77
2023-08-21smb: client: ensure to try all targets when finding nested linksPaulo Alcantara5-128/+255
2023-08-21smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara4-8/+12
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-62/+113
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason1-1/+24
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain1-1/+2
2023-08-16smb: client: fix null authScott Mayhew1-0/+4
2023-08-15Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-8/+27
2023-08-14btrfs: fix infinite directory readsFilipe Manana4-54/+84
2023-08-14smb3: display network namespace in debug informationSteve French1-0/+10
2023-08-14cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-20/+99
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-3/+0
2023-08-12Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-118/+4
2023-08-12Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds4-3/+39
2023-08-11cifs: fix potential oops in cifs_oplock_breakSteve French1-7/+16
2023-08-10btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2-1/+16
2023-08-10btrfs: exit gracefully if reloc roots don't matchQu Wenruo1-8/+37
2023-08-10btrfs: avoid race between qgroup tree creation and relocationQu Wenruo1-0/+10
2023-08-10btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig1-5/+5
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig1-0/+6
2023-08-10btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-08-10btrfs: wait for actual caching progress during allocationJosef Bacik2-2/+17
2023-08-10Merge tag '6.5-rc5-ksmbd-server' of git://git.samba.org/ksmbdLinus Torvalds2-6/+13
2023-08-10zonefs: fix synchronous direct writes to sequential filesDamien Le Moal3-118/+4
2023-08-09Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2023-08-08Merge tag 'gfs2-v6.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+12
2023-08-07gfs2: Don't use filemap_splice_readBob Peterson1-2/+2