summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana1-0/+28
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: subpage: fix a wrong check on subpage->writersQu Wenruo1-1/+1
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-08binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook1-7/+18
2022-03-08btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo3-0/+24
2022-03-08btrfs: defrag: bring back the old file extent search behaviorQu Wenruo1-4/+157
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: reduce extent threshold for autodefragQu Wenruo3-4/+17
2022-03-02btrfs: autodefrag: only scan one inode onceQu Wenruo1-62/+22
2022-03-02btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo1-9/+39
2022-03-02btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns1-0/+11
2022-03-02btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo1-4/+0
2022-03-02btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo1-0/+20
2022-03-02btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo1-6/+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