summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-118-57/+107
|\
| * Btrfs: fix missing delayed iputs on unmountOmar Sandoval2018-11-071-36/+15Star
| * Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-061-2/+10
| * Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana2018-11-061-0/+2
| * Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2018-11-063-11/+46
| * btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann2018-11-061-3/+3
| * btrfs: tree-checker: Fix misleading group system informationShaokun Zhang2018-11-061-1/+1
| * Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana2018-11-061-0/+17
| * btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-061-1/+11
| * Btrfs: fix cur_offset in the error case for nocowRobbie Ko2018-11-061-3/+2Star
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-11-115-31/+51
|\ \
| * | ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin2018-11-091-0/+6
| * | ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-081-0/+1
| * | ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin2018-11-071-2/+5
| * | ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-071-0/+2
| * | ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-071-0/+2
| * | ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin2018-11-071-1/+3
| * | ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-071-0/+1
| * | ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-071-8/+8
| * | ext4: remove unneeded brelse call in ext4_xattr_inode_update_ref()Vasily Averin2018-11-061-5/+1Star
| * | ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-061-0/+1
| * | ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-061-1/+3
| * | ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin2018-11-061-2/+3
| * | ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-061-0/+4
| * | ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-061-1/+1
| * | ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-031-1/+3
| * | ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-031-2/+1Star
| * | ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-031-2/+4
| * | ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin2018-11-031-6/+2Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2018-11-101-5/+17
|\ \ \
| * | | mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2018-11-081-1/+1
| * | | mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2018-11-081-2/+8
| * | | mount: Retest MNT_LOCKED in do_umountEric W. Biederman2018-11-081-2/+8
* | | | Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2018-11-093-12/+14
|\ \ \ \
| * | | | libceph: assume argonaut on the server sideIlya Dryomov2018-11-081-9/+3Star
| * | | | ceph: quota: fix null pointer dereference in quota checkLuis Henriques2018-11-081-1/+2
| * | | | ceph: add destination file data sync before doing any remote copyLuis Henriques2018-11-081-2/+9
| |/ / /
* | | | xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2018-11-061-2/+9
* | | | xfs: print buffer offsets when dumping corrupt buffersDarrick J. Wong2018-11-061-1/+1
* | | | xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET2018-11-061-1/+1
|/ / /
* | | Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0421-292/+1982
|\ \ \
| * | | ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * | | ubifs: Enable authentication supportSascha Hauer2018-10-232-1/+45
| * | | ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * | | ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * | | ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * | | ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * | | ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * | | ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * | | ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144