summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-05-221-2/+8
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-05-221-11/+19
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-05-221-2/+15
* nfs: use kmap/kunmap directlyFabian Frederick2020-05-221-55/+12
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-05-225-16/+8
* CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-05-223-0/+7
* ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2020-05-222-12/+5
* jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)2020-05-221-2/+2
* jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li2020-05-221-1/+5
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-05-221-2/+3
* nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven2020-05-221-1/+1
* reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara2020-05-221-1/+1
* reiserfs: Fix memory leak of journal device stringJan Kara2020-05-221-0/+2
* propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro2020-05-221-5/+4
* fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk2020-05-221-1/+1
* futex: Fix inode life-time issuePeter Zijlstra2020-04-281-0/+1
* chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe2020-04-281-0/+86
* vfs: fix do_last() regressionAl Viro2020-04-281-2/+2
* do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro2020-04-281-7/+10
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2020-04-281-3/+50
* 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