summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-09-19Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-09-16Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana
2019-09-06btrfs: trim: Check the range passed into to prevent overflowQu Wenruo
2019-08-25Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana
2019-08-06Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana
2019-08-06Btrfs: fix incremental send failure after deduplicationFilipe Manana
2019-08-06btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo
2019-08-06btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-08-06btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo
2019-07-31btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo
2019-07-31btrfs: shut up bogus -Wmaybe-uninitialized warningArnd Bergmann
2019-07-26Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
2019-07-26Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana
2019-07-26Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana
2019-07-26btrfs: correctly validate compression typeJohannes Thumshirn
2019-06-18Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana
2019-06-14btrfs: start readahead also in seed devicesNaohiro Aota
2019-06-12Btrfs: fix race between block group removal and block group allocationFilipe Manana
2019-06-11Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-07btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov
2019-05-30Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-28Btrfs: fix race updating log root item during fsyncFilipe Manana
2019-05-28Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana
2019-05-28Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana
2019-05-28btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo
2019-05-28Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana
2019-05-28Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana
2019-05-28btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou
2019-05-28btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov
2019-05-20Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-16Btrfs: tree-checker: detect file extent items with overlapping rangesFilipe Manana
2019-05-16Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana
2019-05-16Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana
2019-05-16btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo
2019-05-16btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding
2019-05-16btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding
2019-05-09Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana
2019-05-09btrfs: use the existing reserved items for our first prop for inheritanceJosef Bacik
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-03btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik
2019-05-03btrfs: Check the compression level before getting a workspaceJohnny Chang
2019-05-02btrfs: Use kvmalloc for allocating compressed path contextNikolay Borisov