summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-05-24f2fs: fix the wrong condition to determine atomic contextJaegeuk Kim1-1/+1
2023-05-24f2fs: maintain six open zones for zoned devicesDaeho Jeong2-0/+63
2023-05-08f2fs: remove some dead codeChristophe JAILLET1-9/+1
2023-05-08f2fs: remove redundant goto statement in f2fs_read_single_page()Li Zetao1-1/+0
2023-05-08f2fs: do not allow to defragment files have FI_COMPRESS_RELEASEDYangtao Li1-0/+6
2023-05-08f2fs: add sanity check for proc_mkdirYangtao Li1-16/+23
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu7-24/+151
2023-05-07Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds15-223/+376
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds3-8/+20
2023-05-06nfs: fix mis-merged __filemap_get_folio() error checkLinus Torvalds1-1/+1
2023-05-06afs: fix the afs_dir_get_folio return valueChristoph Hellwig1-3/+4
2023-05-06nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi1-1/+4
2023-05-06nilfs2: fix infinite loop in nilfs_mdt_get_block()Ryusuke Konishi1-4/+12
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-05-06Merge tag 'pipe-nonblock-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2-4/+33
2023-05-06Merge tag '6.4-rc-ksmbd-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds11-110/+250
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds11-16/+7
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski8-8/+1
2023-05-05cifs: Remove unneeded semicolonYang Li1-1/+1
2023-05-05cifs: fix sharing of DFS connectionsPaulo Alcantara6-80/+147
2023-05-05Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-47/+102
2023-05-05Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-399/+319
2023-05-049p: Remove INET dependencyJason Andryuk8-8/+1
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2023-05-04cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara5-79/+80
2023-05-04cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara5-20/+43
2023-05-04cifs: fix potential race when tree connecting ipcPaulo Alcantara1-7/+50
2023-05-04ksmbd: call rcu_barrier() in ksmbd_server_exit()Namjae Jeon1-0/+1
2023-05-04ksmbd: fix racy issue under cocurrent smb2 tree disconnectNamjae Jeon3-2/+14
2023-05-04ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon5-32/+101
2023-05-04ksmbd: not allow guest user on multichannelNamjae Jeon1-2/+9
2023-05-04ksmbd: fix deadlock in ksmbd_find_crypto_ctx()Namjae Jeon1-8/+11
2023-05-04ksmbd: block asynchronous requests when making a delay on session setupNamjae Jeon1-1/+4
2023-05-04ksmbd: destroy expired sessionsNamjae Jeon4-31/+41
2023-05-04ksmbd: fix racy issue from session setup and logoffNamjae Jeon6-49/+77
2023-05-04ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()Namjae Jeon1-0/+3
2023-05-04ksmbd: fix memleak in session setupNamjae Jeon1-0/+4
2023-05-04Merge tag 'sysctl-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-51/+4
2023-05-04Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+33
2023-05-04Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-63/+87
2023-05-03sysctl: remove register_sysctl_paths()Luis Chamberlain1-51/+4
2023-05-03mm: hwpoison: coredump: support recovery from dump_user_range()Kefeng Wang1-0/+1
2023-05-02afs: Avoid endless loop if file is larger than expectedMarc Dionne1-0/+4
2023-05-02afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells1-1/+8
2023-05-02afs: Fix updating of i_size with dv jump from serverMarc Dionne1-0/+1
2023-05-02cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara4-13/+23
2023-05-02cifs: print smb3_fs_context::source when mountingPaulo Alcantara1-8/+6
2023-05-02cifs: protect session status check in smb2_reconnect()Paulo Alcantara1-4/+11
2023-05-02SMB3.1.1: correct definition for app_instance_id create contextsSteve French2-16/+20
2023-05-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-36/+56