summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-01-27f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu
2022-01-27f2fs: fix to reserve space for IO align featureChao Yu
2022-01-27f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim
2022-01-27f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu
2022-01-27f2fs: fix remove page failed in invalidate compress pagesFengnan Chang
2022-01-27ext4: don't use the orphan list when migrating an inodeTheodore Ts'o
2022-01-27ext4: fix an use-after-free issue about data=journal writeback modeZhang Yi
2022-01-27ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'Ye Bin
2022-01-27ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior
2022-01-27ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin
2022-01-27ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin
2022-01-27ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin
2022-01-27ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques
2022-01-27ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin
2022-01-27ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar
2022-01-27ext4: fix a possible ABBA deadlock due to busy PAChunguang Xu
2022-01-27ext4: make sure quota gets properly shutdown on errorJan Kara
2022-01-27ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana
2022-01-27btrfs: check the root node for uptodate before returning itJosef Bacik
2022-01-27btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana
2022-01-27fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji
2022-01-27ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek
2022-01-27udf: Fix error handling in udf_new_inode()Jan Kara
2022-01-27btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik
2022-01-27btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik
2022-01-27jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo
2022-01-27fs: dlm: filter user dlm messages for kernel locksAlexander Aring
2022-01-27ext4: avoid trim error on fs with small groupsJan Kara
2022-01-27debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek
2022-01-27io_uring: remove double poll on poll updatePavel Begunkov
2022-01-27fs: dlm: fix build with CONFIG_IPV6 disabledAlexander Aring
2022-01-27fs: dlm: don't call kernel_getpeername() in error_report()Alexander Aring
2022-01-27ksmbd: add reserved room in ipc request/responseNamjae Jeon
2022-01-27ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon
2022-01-27ksmbd: move credit charge deduction under processing requestNamjae Jeon
2022-01-27ksmbd: add support for smb2 max credit parameterNamjae Jeon
2022-01-27ksmbd: fix guest connection failure with nautilusNamjae Jeon
2022-01-27ksmbd: uninitialized variable in create_socket()Dan Carpenter
2022-01-27f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim
2022-01-27f2fs: fix to do sanity check in is_alive()Chao Yu
2022-01-27f2fs: fix to do sanity check on inode type during garbage collectionChao Yu
2022-01-209p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner
2022-01-20vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel
2022-01-20orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET
2022-01-20devtmpfs regression fix: reconfigure on each mountNeilBrown
2022-01-16fget: clarify and improve __fget_files() implementationLinus Torvalds
2022-01-11xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong
2022-01-05fs/mount_setattr: always cleanup mount_kattrChristian Brauner
2021-12-29netfs: fix parameter of cleanup()Jeffle Xu