summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-03-08ext4: fast commit may miss file actionsXin Yin3-10/+7
2022-03-08ext4: fast commit may not fallback for ineligible commitXin Yin10-22/+41
2022-03-08ext4: simplify updating of fast commit statsHarshad Shirwadkar3-59/+68
2022-03-08ext4: drop ineligible txn start stop APIsHarshad Shirwadkar5-75/+20
2022-03-08exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier3-6/+6
2022-03-08exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier4-18/+17
2022-03-08cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg1-1/+4
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2022-03-08cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg1-2/+2
2022-03-08btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana1-2/+10
2022-03-02btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns1-0/+11
2022-03-02tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)1-2/+3
2022-03-02configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong1-0/+14
2022-03-02io_uring: add a schedule point in io_add_buffers()Eric Dumazet1-0/+1
2022-03-02io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken1-1/+9
2022-03-02io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe1-6/+7
2022-03-02btrfs: tree-checker: check item_size for dev_itemSu Yue1-0/+8
2022-03-02btrfs: tree-checker: check item_size for inode_itemSu Yue1-0/+7
2022-02-23mm: io_uring: allow oom-killer from io_uring_setupShakeel Butt1-3/+2
2022-02-23ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon2-3/+5
2022-02-23ksmbd: fix same UniqueId for dot and dotdot entriesNamjae Jeon1-1/+4
2022-02-23NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust1-6/+3
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-23NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust1-2/+1
2022-02-23smb3: fix snapshot mount optionSteve French1-2/+2
2022-02-23cifs: fix set of group SID via NTSD xattrsAmir Goldstein1-0/+2
2022-02-23quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong1-3/+8
2022-02-23vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong1-7/+12
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns1-0/+4
2022-02-23btrfs: zoned: cache reported zone during mountNaohiro Aota5-12/+87
2022-02-23fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi1-9/+31