summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-131-1/+1
* ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-131-1/+11
* ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o2023-05-131-4/+6
* ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o2023-05-131-1/+2
* ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-131-3/+10
* ext4: improve error handling from ext4_dirhash()Theodore Ts'o2023-05-132-17/+42
* ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o2023-05-131-1/+5
* ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li2023-05-131-1/+1
* ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus2023-05-131-4/+2
* ext4: fix data races when using cached status extentsJan Kara2023-05-131-17/+13
* ext4: avoid deadlock in fs reclaim with page writebackJan Kara2023-05-133-13/+40
* ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o2023-05-131-2/+3
* ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o2023-05-131-1/+5
* ext4: allow ext4_get_group_info() to failTheodore Ts'o2023-05-135-29/+82
* ext4: fix lockdep warning when enabling MMPJan Kara2023-05-071-9/+21
* ext4: fix WARNING in mb_find_extentYe Bin2023-05-071-0/+25
* 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