summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-02-08ext4: fix incorrect type issue during replay_del_rangeXin Yin1-2/+3
2022-02-08ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani1-35/+29
2022-02-08ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani1-1/+9
2022-02-08ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin1-9/+17
2022-02-08ext4: prevent used blocks from being allocated during fast commit replayXin Yin3-5/+22
2022-02-08nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo1-1/+3
2022-02-08Revert "fs/9p: search open fids first"Dominique Martinet1-5/+4
2022-02-08btrfs: fix use-after-free after failure to create a snapshotFilipe Manana3-4/+27
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki1-2/+19
2022-02-08btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo1-0/+13
2022-02-05ovl: fix NULL pointer dereference in copy up warningChristoph Fritz1-2/+2
2022-02-05fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter1-3/+3
2022-02-05lockd: fix failure to cleanup client locksJ. Bruce Fields1-0/+1
2022-02-05lockd: fix server crash on reboot of client holding lockJ. Bruce Fields1-8/+9
2022-02-05ovl: don't fail copy up if no fileattr support on upperMiklos Szeredi1-1/+11
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2-9/+7
2022-02-01ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
2022-02-01io_uring: fix bug in slow unregistering of nodesDylan Yudaken1-1/+6
2022-02-01NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust1-0/+2
2022-02-01NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust1-0/+2
2022-02-01NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust1-0/+5
2022-02-01NFSv4: Handle case where the lookup of a directory failsTrond Myklebust1-0/+13
2022-02-01ocfs2: fix a deadlock when commit transJoseph Qi1-14/+11
2022-02-01jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi1-0/+2
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein3-6/+7
2022-02-01ceph: set pool_ns in new inode layout for async createsJeff Layton1-0/+7
2022-02-01ceph: properly put ceph_string reference after async create attemptJeff Layton1-0/+2
2022-02-01udf: Fix NULL ptr deref when converting from inline formatJan Kara1-5/+3
2022-02-01udf: Restore i_lenAlloc when inode expansion failsJan Kara1-0/+1
2022-01-29select: Fix indefinitely sleeping task in poll_schedule_timeout()Jan Kara1-30/+33
2022-01-29io_uring: fix not released cached task refsPavel Begunkov1-13/+21
2022-01-27f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu1-2/+2
2022-01-27f2fs: fix to reserve space for IO align featureChao Yu4-2/+60
2022-01-27f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim1-28/+22
2022-01-27f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu1-1/+1
2022-01-27f2fs: fix remove page failed in invalidate compress pagesFengnan Chang1-0/+5
2022-01-27ext4: don't use the orphan list when migrating an inodeTheodore Ts'o1-15/+4
2022-01-27ext4: fix an use-after-free issue about data=journal writeback modeZhang Yi1-27/+10
2022-01-27ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'Ye Bin1-0/+2
2022-01-27ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior3-0/+8
2022-01-27ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin1-2/+1
2022-01-27ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin1-5/+8
2022-01-27ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin1-1/+1
2022-01-27ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques1-1/+11
2022-01-27ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin2-5/+4
2022-01-27ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar1-2/+2
2022-01-27ext4: fix a possible ABBA deadlock due to busy PAChunguang Xu1-22/+18
2022-01-27ext4: make sure quota gets properly shutdown on errorJan Kara1-4/+6
2022-01-27ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara1-1/+12
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11