summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-05-0715-223/+376
|\
| * cifs: Remove unneeded semicolonYang Li2023-05-051-1/+1
| * cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-046-80/+147
| * cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara2023-05-035-79/+80
| * cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara2023-05-035-20/+43
| * cifs: fix potential race when tree connecting ipcPaulo Alcantara2023-05-031-7/+50
| * cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara2023-05-024-13/+23
| * cifs: print smb3_fs_context::source when mountingPaulo Alcantara2023-05-021-8/+6
| * cifs: protect session status check in smb2_reconnect()Paulo Alcantara2023-05-021-4/+11
| * SMB3.1.1: correct definition for app_instance_id create contextsSteve French2023-05-022-16/+20
* | Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds2023-05-063-8/+20
|\ \
| * | afs: fix the afs_dir_get_folio return valueChristoph Hellwig2023-05-061-3/+4
| * | nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi2023-05-061-1/+4
| * | nilfs2: fix infinite loop in nilfs_mdt_get_block()Ryusuke Konishi2023-05-061-4/+12
* | | nfs: fix mis-merged __filemap_get_folio() error checkLinus Torvalds2023-05-061-1/+1
* | | Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-1/+1
|\ \ \
| * | | writeback: fix call of incorrect macroMaxim Korotkov2023-04-281-1/+1
* | | | Merge tag 'pipe-nonblock-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-062-4/+33
|\ \ \ \
| * | | | pipe: set FMODE_NOWAIT on pipesJens Axboe2023-04-251-0/+3
| * | | | splice: clear FMODE_NOWAIT on file if splice/vmsplice is usedJens Axboe2023-04-251-4/+30
* | | | | Merge tag '6.4-rc-ksmbd-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds2023-05-0511-110/+250
|\ \ \ \ \
| * | | | | ksmbd: call rcu_barrier() in ksmbd_server_exit()Namjae Jeon2023-05-031-0/+1
| * | | | | ksmbd: fix racy issue under cocurrent smb2 tree disconnectNamjae Jeon2023-05-033-2/+14
| * | | | | ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon2023-05-035-32/+101
| * | | | | ksmbd: not allow guest user on multichannelNamjae Jeon2023-05-031-2/+9
| * | | | | ksmbd: fix deadlock in ksmbd_find_crypto_ctx()Namjae Jeon2023-05-031-8/+11
| * | | | | ksmbd: block asynchronous requests when making a delay on session setupNamjae Jeon2023-05-031-1/+4
| * | | | | ksmbd: destroy expired sessionsNamjae Jeon2023-05-034-31/+41
| * | | | | ksmbd: fix racy issue from session setup and logoffNamjae Jeon2023-05-036-49/+77
| * | | | | ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()Namjae Jeon2023-05-031-0/+3
| * | | | | ksmbd: fix memleak in session setupNamjae Jeon2023-05-031-0/+4
* | | | | | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-0511-16/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2023-05-058-8/+1
| |\ \ \ \ \
| | * | | | | 9p: Remove INET dependencyJason Andryuk2023-05-048-8/+1
| * | | | | | rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-013-8/+6
| |/ / / / /
* | | | | | Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-05-048-47/+102
|\ \ \ \ \ \
| * | | | | | ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET2023-04-301-1/+1
| * | | | | | ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li2023-04-302-3/+16
| * | | | | | ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-04-305-35/+62
| * | | | | | ceph: implement writeback livelock avoidance using page taggingXiubo Li2023-04-301-1/+10
| * | | | | | ceph: do not print the whole xattr value if it's too longXiubo Li2023-04-301-7/+13
| | |_|/ / / | |/| | | |
* | | | | | Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-0412-399/+319
|\ \ \ \ \ \
| * | | | | | fs/9p: Fix bit operation logic errorEric Van Hensbergen2023-04-282-2/+2
| * | | | | | fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen2023-04-099-94/+116
| * | | | | | fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen2023-03-278-186/+135
| * | | | | | fs/9p: Add new mount modesEric Van Hensbergen2023-03-272-3/+18
| * | | | | | fs/9p: allow disable of xattr support on mountEric Van Hensbergen2023-03-273-3/+12
| * | | | | | fs/9p: Remove unnecessary superblock flagsEric Van Hensbergen2023-03-271-3/+1
| * | | | | | fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen2023-03-277-162/+89
* | | | | | | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-0/+1
|\ \ \ \ \ \ \