summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-194-89/+71
* smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara2024-01-191-1/+1
* cifs: new nt status codes from MS-SMB2Shyam Prasad N2024-01-182-0/+4
* cifs: pick channel for tcon and tdisShyam Prasad N2024-01-181-6/+4
* cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-01-181-1/+1
* cifs: minor comment cleanupSteve French2024-01-181-3/+3
* smb3: show beginning time for per share statsSteve French2024-01-183-2/+6
* cifs: remove redundant variable tcon_existColin Ian King2024-01-161-3/+3
* Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-1018-829/+1131
|\
| * cifs: update internal module version number for cifs.koSteve French2024-01-091-2/+2
| * cifs: remove unneeded return statementSteve French2024-01-081-2/+0
| * cifs: make cifs_chan_update_iface() a void functionDan Carpenter2024-01-082-11/+8
| * cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter2024-01-081-15/+11
| * cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2024-01-072-14/+12
| * smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara2024-01-073-81/+57
| * cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells2024-01-073-25/+20
| * smb3: Improve exception handling in allocate_mr_list()Markus Elfring2024-01-071-2/+2
| * cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N2024-01-071-6/+8
| * smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara2024-01-071-21/+29
| * smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara2024-01-073-139/+39
| * smb: client: allow creating symlinks via reparse pointsPaulo Alcantara2024-01-073-5/+86
| * smb: client: fix hardlinking of reparse pointsPaulo Alcantara2024-01-076-27/+43
| * smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-076-31/+55
| * smb: client: optimise reparse point queryingPaulo Alcantara2024-01-076-31/+119
| * smb: client: allow creating special files via reparse pointsPaulo Alcantara2024-01-0710-60/+256
| * smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2024-01-072-384/+402
| * smb: client: Fix minor whitespace errors and warningsPierre Mariani2024-01-071-8/+17
* | Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-1016-68/+92
|\ \
| * | NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-041-0/+5
| * | rpc_pipefs: Replace one label in bl_resolve_deviceid()Markus Elfring2024-01-041-1/+1
| * | nfs: Remove writepageMatthew Wilcox (Oracle)2024-01-042-12/+0
| * | NFS: drop unused nfs_direct_req bytes_leftBenjamin Coddington2024-01-043-9/+4
| * | pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust2024-01-044-7/+8
| * | nfs: print fileid in lookup tracepointsJeff Layton2024-01-041-4/+10
| * | nfs: rename the nfs_async_rename_done tracepointJeff Layton2024-01-042-2/+2
| * | nfs: add new tracepoint at nfs4 revalidate entry pointJeff Layton2024-01-041-0/+2
| * | NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust2024-01-041-0/+3
| * | NFSv4.1: if referring calls are complete, trust the stateid argumentTrond Myklebust2024-01-041-20/+24
| * | NFSv4: Track the number of referring calls in struct cb_process_stateTrond Myklebust2024-01-042-5/+11
| * | NFS: Use parent's objective cred in nfs_access_login_time()Scott Mayhew2024-01-041-1/+1
| * | NFSv4: Always ask for type with READDIRBenjamin Coddington2024-01-041-7/+16
| * | pnfs/blocklayout: Don't add zero-length pnfs_block_devBenjamin Coddington2024-01-041-0/+3
| * | blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington2024-01-041-0/+2
* | | Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-1010-90/+114
|\ \ \
| * | | ext4: fix inconsistent between segment fstrim and full fstrimYe Bin2024-01-101-3/+8
| * | | ext4: fallback to complex scan if aligned scan doesn't workOjaswin Mujoo2024-01-101-8/+13
| * | | ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)2024-01-101-9/+10
| * | | ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh2024-01-101-5/+10
| * | | ext4: move ext4_check_bdev_write_error() into nojournal modeZhihao Cheng2024-01-041-3/+2
| * | | jbd2: abort journal when detecting metadata writeback error of fs devZhihao Cheng2024-01-041-0/+14