summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-15lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington1-1/+1
2021-09-15debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann1-2/+6
2021-09-15udf_get_extendedattr() had no boundary checks.Stian Skjelstad1-2/+11
2021-09-15fcntl: fix potential deadlock for &fasync_struct.fa_lockDesmond Cheong Zhi Xi1-2/+3
2021-09-15isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár3-18/+14
2021-09-15udf: Fix iocharset=utf8 mount optionPali Rohár3-35/+21
2021-09-15udf: Check LVID earlierJan Kara1-9/+16
2021-09-12Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-09-12ubifs: report correct st_size for encrypted symlinksEric Biggers1-1/+11
2021-09-12f2fs: report correct st_size for encrypted symlinksEric Biggers1-1/+10
2021-09-12ext4: report correct st_size for encrypted symlinksEric Biggers1-1/+10
2021-09-12fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers1-0/+44
2021-09-12ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o1-0/+6
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-12/+19
2021-09-03mm, oom: make the calculation of oom badness more accurateYafang Shao1-1/+10
2021-09-03ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi1-1/+1
2021-08-26fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-08-26ovl: add splice file read write helperMurphy Zhou1-0/+47
2021-08-26ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani1-1/+1
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton1-17/+17
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton1-4/+4
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques3-11/+33
2021-08-15btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2-2/+3
2021-08-15btrfs: export and rename qgroup_reserve_metaNikolay Borisov2-5/+6
2021-08-15btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo1-1/+19
2021-08-15btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana2-9/+52
2021-08-15btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo5-62/+2
2021-08-15btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo3-14/+4
2021-08-15btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo3-8/+96
2021-08-15btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo1-15/+77
2021-08-15btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov4-10/+11
2021-08-15btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov1-5/+6
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi1-14/+28
2021-08-12reiserfs: check directory items on read from diskShreyansh Chouhan1-5/+26
2021-08-12reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai1-0/+8
2021-08-12ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o1-1/+1
2021-08-12pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)1-2/+17
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana1-2/+2
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana1-3/+2
2021-08-08btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana3-169/+60
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap7-8/+8
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-08-04ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-07-31iomap: remove the length variable in iomap_seek_holeChristoph Hellwig1-6/+3
2021-07-31iomap: remove the length variable in iomap_seek_dataChristoph Hellwig1-10/+6