summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix incorrect type issue during replay_del_rangeXin Yin2022-02-081-2/+3
* ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani2022-02-081-35/+29
* ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-081-1/+9
* ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin2022-02-081-9/+17
* ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-083-5/+22
* nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo2022-02-081-1/+3
* memcg: charge fs_context and legacy_fs_contextYutian Yang2022-02-081-2/+2
* btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki2022-02-081-2/+19
* fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter2022-02-051-3/+3
* fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2022-02-012-9/+7
* NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-02-011-0/+2
* NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-02-011-0/+2
* NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-02-011-0/+5
* NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-02-011-0/+13
* ocfs2: fix a deadlock when commit transJoseph Qi2022-02-011-14/+11
* jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi2022-02-011-0/+2
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-02-013-6/+7
* ceph: set pool_ns in new inode layout for async createsJeff Layton2022-02-011-0/+7
* ceph: properly put ceph_string reference after async create attemptJeff Layton2022-02-011-0/+2
* udf: Fix NULL ptr deref when converting from inline formatJan Kara2022-02-011-5/+3
* udf: Restore i_lenAlloc when inode expansion failsJan Kara2022-02-011-0/+1
* select: Fix indefinitely sleeping task in poll_schedule_timeout()Jan Kara2022-01-291-30/+33
* f2fs: fix to reserve space for IO align featureChao Yu2022-01-274-2/+60
* f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim2022-01-271-28/+22
* ext4: don't use the orphan list when migrating an inodeTheodore Ts'o2022-01-271-15/+4
* ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'Ye Bin2022-01-271-0/+2
* ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior2022-01-273-0/+8
* ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin2022-01-271-2/+1
* ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin2022-01-271-5/+8
* ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-271-1/+1
* ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques2022-01-271-1/+11
* ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin2022-01-272-5/+4
* ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar2022-01-271-2/+2
* ext4: fix a possible ABBA deadlock due to busy PAChunguang Xu2022-01-271-22/+18
* ext4: make sure quota gets properly shutdown on errorJan Kara2022-01-271-4/+6
* ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara2022-01-271-1/+12
* btrfs: respect the max size in the header when activating swap fileFilipe Manana2022-01-271-0/+11
* btrfs: check the root node for uptodate before returning itJosef Bacik2022-01-271-4/+15
* btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana2022-01-271-0/+19
* fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji2022-01-271-1/+1
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2022-01-271-1/+0
* udf: Fix error handling in udf_new_inode()Jan Kara2022-01-271-0/+2
* btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik2022-01-271-3/+11
* btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik2022-01-271-1/+6
* jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo2022-01-271-15/+25
* fs: dlm: filter user dlm messages for kernel locksAlexander Aring2022-01-271-0/+9
* ext4: avoid trim error on fs with small groupsJan Kara2022-01-272-2/+8
* debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek2022-01-271-1/+1
* fs: dlm: fix build with CONFIG_IPV6 disabledAlexander Aring2022-01-271-0/+2
* fs: dlm: don't call kernel_getpeername() in error_report()Alexander Aring2022-01-271-22/+20