summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-22cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-05-22NFS: Directory page cache pages need to be locked when readTrond Myklebust
2020-05-22NFS: Fix memory leaks and corruption in readdirTrond Myklebust
2020-05-22nfs: use kmap/kunmap directlyFabian Frederick
2020-05-22Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-05-22CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-05-22ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)
2020-05-22jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)
2020-05-22jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li
2020-05-22ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
2020-05-22nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven
2020-05-22reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara
2020-05-22reiserfs: Fix memory leak of journal device stringJan Kara
2020-05-22propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro
2020-05-22fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk
2020-04-28futex: Fix inode life-time issuePeter Zijlstra
2020-04-28chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe
2020-04-28vfs: fix do_last() regressionAl Viro
2020-04-28do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro
2020-04-28namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2020-04-28chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon
2020-04-28locks: print unsigned ino in /proc/locksAmir Goldstein
2020-04-28ext4: check for directory entries too close to block endJan Kara
2020-04-28btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2020-04-28btrfs: do not delete mismatched root refsJosef Bacik
2020-04-28btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi
2020-04-28Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana
2020-04-28btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2020-04-28btrfs: skip log replay on orphaned rootsJosef Bacik
2020-04-28btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2020-04-28btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2020-04-28Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2020-04-28btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2020-04-28btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn
2020-04-28btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2020-04-28btrfs: tree-checker: Check level for leaves and nodesQu Wenruo
2020-04-28btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2020-04-28btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2020-04-28btrfs: validate type when reading a chunkGu Jinxiang
2020-04-28btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2020-04-28btrfs: tree-checker: Verify block_group_itemQu Wenruo
2020-04-28btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba
2020-04-28btrfs: tree-checker: use %zu format string for size_tArnd Bergmann
2020-04-28btrfs: tree-checker: Add checker for dir itemQu Wenruo
2020-04-28btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2020-04-28btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo
2020-04-28btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo
2020-04-28btrfs: Add checker for EXTENT_CSUMQu Wenruo
2020-04-28btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo
2020-04-28btrfs: Check if item pointer overlaps with the item itselfQu Wenruo