summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2021-09-15fuse: flush extending writesMiklos Szeredi
2021-09-15fuse: truncate pagecache on atomic_o_truncMiklos Szeredi
2021-09-15CIFS: Fix a potencially linear read overflowLen Baker
2021-09-15mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu
2021-09-15nfsd4: Fix forced-expiry lockingJ. Bruce Fields
2021-09-15lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington
2021-09-15debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann
2021-09-15udf_get_extendedattr() had no boundary checks.Stian Skjelstad
2021-09-15fcntl: fix potential deadlock for &fasync_struct.fa_lockDesmond Cheong Zhi Xi
2021-09-15isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár
2021-09-15udf: Fix iocharset=utf8 mount optionPali Rohár
2021-09-15udf: Check LVID earlierJan Kara
2021-09-12Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-09-12ubifs: report correct st_size for encrypted symlinksEric Biggers
2021-09-12f2fs: report correct st_size for encrypted symlinksEric Biggers
2021-09-12ext4: report correct st_size for encrypted symlinksEric Biggers
2021-09-12fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers
2021-09-12ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-09-03mm, oom: make the calculation of oom badness more accurateYafang Shao
2021-09-03ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi
2021-08-26fs: warn about impending deprecation of mandatory locksJeff Layton
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-08-26ovl: add splice file read write helperMurphy Zhou
2021-08-26ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-08-15btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-08-15btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2021-08-15btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo
2021-08-15btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana
2021-08-15btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2021-08-15btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo
2021-08-15btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2021-08-15btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo
2021-08-15btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov
2021-08-15btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi
2021-08-12reiserfs: check directory items on read from diskShreyansh Chouhan
2021-08-12reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai
2021-08-12ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o
2021-08-12pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana
2021-08-08btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi