summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon2020-04-281-1/+1
* locks: print unsigned ino in /proc/locksAmir Goldstein2020-04-281-1/+1
* ext4: check for directory entries too close to block endJan Kara2020-04-281-0/+5
* btrfs: check rw_devices, not num_devices for balanceJosef Bacik2020-04-281-1/+5
* btrfs: do not delete mismatched root refsJosef Bacik2020-04-281-4/+6
* btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi2020-04-281-1/+0
* Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana2020-04-281-1/+5
* btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2020-04-281-0/+1
* btrfs: skip log replay on orphaned rootsJosef Bacik2020-04-281-2/+22
* btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2020-04-281-0/+2
* btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2020-04-281-2/+8
* Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2020-04-281-1/+1
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2020-04-281-1/+0
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2020-04-281-2/+2
* btrfs: tree-checker: Fix misleading group system informationShaokun Zhang2020-04-281-1/+1
* btrfs: tree-checker: Check level for leaves and nodesQu Wenruo2020-04-281-0/+14
* btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo2020-04-281-1/+57
* btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo2020-04-281-1/+27
* btrfs: validate type when reading a chunkGu Jinxiang2020-04-281-0/+28
* btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo2020-04-281-1/+14
* btrfs: tree-checker: Verify block_group_itemQu Wenruo2020-04-284-1/+104
* btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba2020-04-281-1/+2
* btrfs: tree-checker: use %zu format string for size_tArnd Bergmann2020-04-281-1/+1
* btrfs: tree-checker: Add checker for dir itemQu Wenruo2020-04-281-0/+141
* btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2020-04-283-8/+43
* btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo2020-04-281-7/+61
* btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo2020-04-284-281/+340
* btrfs: Add checker for EXTENT_CSUMQu Wenruo2020-04-281-0/+24
* btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2020-04-282-0/+104
* btrfs: Check if item pointer overlaps with the item itselfQu Wenruo2020-04-281-0/+7
* btrfs: Refactor check_leaf function for later expansionQu Wenruo2020-04-281-23/+27
* btrfs: struct-funcs, constify readersJeff Mahoney2020-04-284-89/+91
* Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana2020-04-281-1/+12
* Btrfs: memset to avoid stale content in btree leafLiu Bo2020-04-283-19/+28
* Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo2020-04-281-1/+7
* Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo2020-04-281-4/+28
* Btrfs: memset to avoid stale content in btree node blockLiu Bo2020-04-281-0/+11
* Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo2020-04-281-3/+7
* Btrfs: check btree node's nritemsLiu Bo2020-04-281-0/+16
* Btrfs: detect corruption when non-root leaf has zero itemLiu Bo2020-04-281-1/+22
* Btrfs: fix em leak in find_first_block_groupJosef Bacik2020-04-281-0/+1
* Btrfs: check inconsistence between chunk and block groupLiu Bo2020-04-281-1/+16
* Btrfs: add validadtion checks for chunk loadingLiu Bo2020-04-281-15/+67
* btrfs: Enhance chunk validation checkQu Wenruo2020-04-281-1/+32
* btrfs: handle invalid num_stripes in sys_arrayDavid Sterba2020-04-281-0/+8
* btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2020-04-285-15/+23
* btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba2020-04-281-3/+23
* btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba2020-04-281-15/+16
* btrfs: kill extent_buffer_page helperDavid Sterba2020-04-282-35/+26
* btrfs: new define for the inline extent data startDavid Sterba2020-04-282-10/+9