summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-08-19btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo
2020-08-19btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo
2020-08-19btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko
2020-07-21btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo
2020-07-21btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig
2020-07-09btrfs: fix double put of block group with nocowJosef Bacik
2020-07-07Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-07btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo
2020-07-02btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik
2020-07-02btrfs: fix reclaim_size counter leak after stealing from global reserveFilipe Manana
2020-07-02btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-07-02btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza
2020-06-23Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-16btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long
2020-06-16btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana
2020-06-16btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana
2020-06-16btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana
2020-06-16btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana
2020-06-16btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana
2020-06-16btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana
2020-06-16btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana
2020-06-16btrfs: fix race between block group removal and block group creationFilipe Manana
2020-06-16btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana
2020-06-14Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba
2020-06-09Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02btrfs: use attach/detach_page_privateGuoqing Jiang
2020-06-02btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-28btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana
2020-05-28btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana
2020-05-28btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-05-28btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov
2020-05-28btrfs: open code key_searchNikolay Borisov
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig
2020-05-28btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues
2020-05-28btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues