summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix potential corruption when moving a directoryJaegeuk Kim2023-05-171-1/+15
* f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim2023-05-171-1/+1
* f2fs: remove entire rb_entry sharingJaegeuk Kim2023-05-172-112/+71
* f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim2023-05-173-139/+169
* f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim2023-05-175-115/+93
* sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain2023-05-171-4/+1
* proc_sysctl: enhance documentationLuis Chamberlain2023-05-171-5/+20
* proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain2023-05-171-3/+11
* SMB3: force unmount was failing to close deferred close filesSteve French2023-05-171-0/+1
* smb3: fix problem remounting a share after shutdownSteve French2023-05-171-0/+7
* inotify: Avoid reporting event with invalid wdJan Kara2023-05-171-2/+9
* cifs: release leases for deferred close handles when freezingSteve French2023-05-171-0/+15
* cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek2023-05-171-1/+1
* btrfs: fix backref walking not returning all inode refsFilipe Manana2023-05-173-10/+17
* btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota2023-05-171-4/+3
* btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota2023-05-171-0/+3
* btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana2023-05-171-3/+4
* btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-171-3/+3
* btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo2023-05-174-11/+70
* btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig2023-05-171-2/+2
* btrfs: don't free qgroup space unless specifiedJosef Bacik2023-05-171-1/+2
* btrfs: fix encoded write i_size corruption with no-holesBoris Burkov2023-05-171-2/+3
* btrfs: fix assertion of exclop condition when starting balancexiaoshoukui2023-05-171-1/+3
* btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo2023-05-171-1/+6
* btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota2023-05-171-3/+3
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-05-171-1/+31
* rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-173-8/+6
* writeback: fix call of incorrect macroMaxim Korotkov2023-05-171-1/+1
* fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng2023-05-171-0/+10
* cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara2023-05-115-79/+80
* cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara2023-05-115-20/+43
* cifs: fix potential race when tree connecting ipcPaulo Alcantara2023-05-111-7/+50
* cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-116-80/+147
* cifs: protect session status check in smb2_reconnect()Paulo Alcantara2023-05-111-4/+11
* cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara2023-05-114-13/+23
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-111-0/+5
* afs: Avoid endless loop if file is larger than expectedMarc Dionne2023-05-111-0/+4
* afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells2023-05-111-1/+8
* afs: Fix updating of i_size with dv jump from serverMarc Dionne2023-05-111-0/+1
* ext4: fix use-after-free read in ext4_find_extent for bigalloc + inlineYe Bin2023-05-111-1/+2
* ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng2023-05-111-0/+3
* SMB3: Close deferred file handles in case of handle lease breakBharath SM2023-05-112-1/+17
* SMB3: Add missing locks to protect deferred close file listBharath SM2023-05-111-0/+6
* NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust2023-05-111-0/+4
* fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng2023-05-113-1/+6
* fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng2023-05-111-0/+4
* fs/ntfs3: Add check for kmemdupJiasheng Jiang2023-05-111-0/+4
* fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin2023-05-111-1/+1
* pstore: Revert pmsg_lock back to a normal mutexJohn Stultz2023-05-111-4/+3
* jdb2: Don't refuse invalidation of already invalidated buffersJan Kara2023-05-111-0/+3