summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-04-08f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang
2022-04-08btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana
2022-04-08f2fs: fix to avoid potential deadlockChao Yu
2022-04-08nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein
2022-04-08f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim
2022-04-08f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu
2022-04-08io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe
2022-04-08io_uring: don't check unrelated req->open.how in accept requestJens Axboe
2022-04-08btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo
2022-04-08btrfs: extend locking to all space_info members accessesNiels Dossche
2022-04-08btrfs: zoned: mark relocation as writingNaohiro Aota
2022-04-08exec: Force single empty string when argv is emptyKees Cook
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn
2022-04-08ext4: make mb_optimize_scan performance mount option work with extentsOjaswin Mujoo
2022-04-08ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin
2022-04-08coredump: Also dump first pages of non-executable ELF librariesJann Horn
2022-04-08ocfs2: fix crash when mount with quota enabledJoseph Qi
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara
2022-04-08mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim
2022-04-08jffs2: fix memory leak in jffs2_scan_mediumBaokun Li
2022-04-08jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li
2022-04-08jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li
2022-04-08f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu
2022-04-08f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park
2022-04-08f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu
2022-04-08NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter
2022-04-08NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust
2022-04-08cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg
2022-04-08cifs: fix handlecache and multiuserRonnie Sahlberg
2022-03-23btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana
2022-03-23ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi
2022-03-16btrfs: make send work with concurrent block group relocationFilipe Manana
2022-03-16watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells
2022-03-16watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells
2022-03-16fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi
2022-03-16fuse: fix fileattr op failureMiklos Szeredi
2022-03-08proc: fix documentation and description of pagemapYun Zhou
2022-03-08btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-03-08btrfs: do not WARN_ON() if we have PageError setJosef Bacik
2022-03-08btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2022-03-08btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana
2022-03-08cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French
2022-03-08cifs: protect session channel fields with chan_lockShyam Prasad N
2022-03-08hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson
2022-03-08nfsd: fix crash on COPY_NOTIFY with special stateidJ. Bruce Fields
2022-03-08Revert "nfsd: skip some unnecessary stats in the v4 case"Chuck Lever