summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* erofs: fix fsdax unavailability for chunk-based regular filesXin Yin2023-07-231-1/+2
* erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo2023-07-231-1/+1
* erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo2023-07-231-1/+1
* ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon2023-07-231-14/+17
* ksmbd: add missing compound request handing in some commandsNamjae Jeon2023-07-231-25/+53
* ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng2023-07-191-6/+6
* ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng2023-07-192-4/+5
* ovl: fix null pointer dereference in ovl_permission()Zhihao Cheng2023-07-191-3/+2
* fs: no need to check sourceJan Kara2023-07-191-2/+1
* btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana2023-07-191-2/+7
* btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana2023-07-191-0/+2
* btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana2023-07-191-2/+8
* btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana2023-07-191-0/+2
* btrfs: reinsert BGs failed to reclaimNaohiro Aota2023-07-191-0/+2
* btrfs: add block-group tree to lockdep classesDavid Sterba2023-07-191-2/+3
* btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota2023-07-191-2/+9
* btrfs: delete unused BGs while reclaiming BGsNaohiro Aota2023-07-191-0/+14
* btrfs: warn on invalid slot in tree mod log rewindBoris Burkov2023-07-191-0/+42
* btrfs: insert tree mod log move in push_node_leftBoris Burkov2023-07-192-13/+71
* btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig2023-07-193-10/+6
* btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo2023-07-191-1/+8
* fs: Lock moved directoriesJan Kara2023-07-191-8/+14
* fs: Establish locking order for unrelated directoriesJan Kara2023-07-193-2/+46
* Revert "udf: Protect rename against modification of moved directory"Jan Kara2023-07-191-12/+2
* Revert "f2fs: fix potential corruption when moving a directory"Jan Kara2023-07-191-15/+1
* ext4: Remove ext4 locking of moved directoryJan Kara2023-07-191-15/+2
* fs: avoid empty option when generating legacy mount stringThomas Weißschuh2023-07-191-1/+2
* jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Fabian Frederick2023-07-193-7/+15
* nfsd: use vfs setgid helperChristian Brauner2023-07-191-1/+3
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-07-191-1/+1
* NFSD: add encoding of op_recall flag for write delegationDai Ngo2023-07-191-1/+1
* nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton2023-07-193-12/+25
* afs: Fix accidental truncation when storing dataDavid Howells2023-07-191-3/+5
* fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein2023-07-191-0/+14
* ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng2023-07-191-0/+3
* f2fs: fix error path handling in truncate_dnode()Chao Yu2023-07-191-1/+3
* f2fs: check return value of freeze_super()Chao Yu2023-07-191-1/+3
* f2fs: flush error flags in workqueueChao Yu2023-07-193-4/+25
* f2fs: fix the wrong condition to determine atomic contextJaegeuk Kim2023-07-191-1/+1
* f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-07-197-24/+151
* f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu2023-07-193-5/+20
* f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu2023-07-192-6/+8
* gfs2: Fix duplicate should_fault_in_pages() callBob Peterson2023-07-191-1/+1
* kernfs: fix missing kernfs_idr_lock to remove an ID from the IDRMuchun Song2023-07-191-0/+2
* f2fs: do not allow to defragment files have FI_COMPRESS_RELEASEDYangtao Li2023-07-191-0/+6
* ksmbd: avoid field overflow warningArnd Bergmann2023-07-191-1/+1
* smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara2023-07-198-100/+118
* smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara2023-07-191-3/+0
* cifs: do all necessary checks for credits within or before lockingShyam Prasad N2023-07-192-19/+20
* cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N2023-07-191-3/+3