summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-08f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu1-1/+1
2022-04-08io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe1-2/+4
2022-04-08io_uring: don't check unrelated req->open.how in accept requestJens Axboe1-2/+1
2022-04-08btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo1-6/+20
2022-04-08btrfs: extend locking to all space_info members accessesNiels Dossche1-1/+2
2022-04-08btrfs: zoned: mark relocation as writingNaohiro Aota2-1/+10
2022-04-08exec: Force single empty string when argv is emptyKees Cook1-1/+25
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn1-20/+18
2022-04-08ext4: make mb_optimize_scan performance mount option work with extentsOjaswin Mujoo1-1/+1
2022-04-08ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin2-10/+9
2022-04-08coredump: Also dump first pages of non-executable ELF librariesJann Horn1-5/+34
2022-04-08ocfs2: fix crash when mount with quota enabledJoseph Qi2-13/+12
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
2022-04-08mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim1-3/+5
2022-04-08jffs2: fix memory leak in jffs2_scan_mediumBaokun Li1-2/+4
2022-04-08jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li1-1/+3
2022-04-08jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li1-1/+1
2022-04-08f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-04-08f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3
2022-04-08f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu1-1/+3
2022-04-08NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2-2/+2
2022-04-08NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust2-0/+2
2022-04-08cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-04-08cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-23btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana3-2/+54
2022-03-23ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi1-11/+11
2022-03-16btrfs: make send work with concurrent block group relocationFilipe Manana7-104/+395
2022-03-16watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells1-1/+2
2022-03-16watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells1-3/+5
2022-03-16fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-16fuse: fix fileattr op failureMiklos Szeredi1-3/+6
2022-03-11Merge commit '2befcc6bb0bb1e0a4a31391a359adcab3925b6e4' of https://github.com...Sujoy Ray180-1121/+2372
2022-03-08proc: fix documentation and description of pagemapYun Zhou1-1/+2
2022-03-08btrfs: do not start relocation until in progress drops are doneJosef Bacik7-1/+91
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang1-1/+8
2022-03-08btrfs: do not WARN_ON() if we have PageError setJosef Bacik1-3/+13
2022-03-08btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval1-1/+31
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2022-03-08btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana1-64/+78
2022-03-08cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French1-5/+6
2022-03-08cifs: protect session channel fields with chan_lockShyam Prasad N6-15/+71
2022-03-08hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson1-3/+4
2022-03-08nfsd: fix crash on COPY_NOTIFY with special stateidJ. Bruce Fields1-1/+5
2022-03-08Revert "nfsd: skip some unnecessary stats in the v4 case"Chuck Lever1-27/+17
2022-03-08NFSD: Fix verifier returned in stable WRITEsChuck Lever1-0/+4
2022-03-08io_uring: fix no lock protection for ctx->cq_extraHao Xu1-0/+3
2022-03-08NFSD: Fix zero-length NFSv3 WRITEsChuck Lever2-10/+1
2022-03-08NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever7-26/+8