summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix args passed to trace_f2fs_lookup_endWu Bo2023-06-121-2/+2
* f2fs: flag as supporting buffered async readsYangtao Li2023-06-121-1/+1
* f2fs: fix to drop all dirty meta/node pages during umount()Chao Yu2023-06-121-2/+16
* f2fs: Detect looped node chain efficientlyChunhai Guo2023-06-121-20/+51
* f2fs: add async reset zone command supportDaejun Park2023-06-123-3/+83
* f2fs: flush error flags in workqueueChao Yu2023-06-123-4/+25
* f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu2023-06-121-12/+18
* f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu2023-06-123-5/+20
* f2fs: clean up w/ sbi->log_sectors_per_blockChao Yu2023-06-121-12/+11
* f2fs: fix to set noatime and immutable flag for quota fileChao Yu2023-06-121-0/+9
* f2fs: renew value of F2FS_FEATURE_*Chao Yu2023-06-121-15/+15
* f2fs: renew value of F2FS_MOUNT_*Chao Yu2023-06-121-28/+28
* f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu2023-06-122-6/+8
* f2fs: Fix over-estimating free section during FG GCYonggil Song2023-06-121-5/+11
* f2fs: close unused open zones while mountingDaeho Jeong2023-06-121-22/+31
* f2fs: fix the wrong condition to determine atomic contextJaegeuk Kim2023-05-231-1/+1
* f2fs: maintain six open zones for zoned devicesDaeho Jeong2023-05-232-0/+63
* f2fs: remove some dead codeChristophe JAILLET2023-05-081-9/+1
* f2fs: remove redundant goto statement in f2fs_read_single_page()Li Zetao2023-05-081-1/+0
* f2fs: do not allow to defragment files have FI_COMPRESS_RELEASEDYangtao Li2023-05-081-0/+6
* f2fs: add sanity check for proc_mkdirYangtao Li2023-05-081-16/+23
* f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-05-087-24/+151
* 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