aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-18Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-55/+35
2019-08-07btrfs: trim: Check the range passed into to prevent overflowQu Wenruo1-3/+11
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana4-52/+24
2019-08-02Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-67/+47
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana3-5/+22
2019-07-30Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana1-0/+10
2019-07-30Btrfs: fix incremental send failure after deduplicationFilipe Manana1-62/+15
2019-07-26Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-8/+12
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota1-5/+6
2019-07-25btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov1-3/+6
2019-07-22Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-4/+32
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+9
2019-07-17btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn1-3/+7
2019-07-17btrfs: free checksum hash on in close_ctreeJohannes Thumshirn1-0/+1
2019-07-17btrfs: Fix build error while LIBCRC32C is moduleYueHaibing1-0/+1
2019-07-17btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo1-1/+23
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds50-3124/+3786
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-19/+11
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-11/+7
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+3
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo1-2/+2
2019-07-05btrfs: fix memory leak of path on error return pathColin Ian King1-2/+1
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik2-54/+56
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik12-499/+526
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik4-19/+19
2019-07-04btrfs: migrate the delayed refs rsv codeJosef Bacik4-183/+184
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues3-19/+19
2019-07-02btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik3-183/+193
2019-07-02btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik3-247/+255
2019-07-02btrfs: stop using block_rsv_release_bytes everywhereJosef Bacik1-8/+6
2019-07-02btrfs: cleanup the target logic in __btrfs_block_rsv_releaseJosef Bacik1-3/+9
2019-07-02btrfs: export __btrfs_block_rsv_releaseJosef Bacik2-13/+13
2019-07-02btrfs: export btrfs_block_rsv_add_bytesJosef Bacik2-9/+11
2019-07-02btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik3-68/+79
2019-07-02btrfs: Simplify update of space_info in __reserve_metadata_bytes()Goldwyn Rodrigues1-11/+5
2019-07-02btrfs: unexport can_overcommitJosef Bacik2-16/+11
2019-07-02btrfs: move reserve_metadata_bytes and supporting code to space-info.cJosef Bacik3-702/+709
2019-07-02btrfs: move dump_space_info to space-info.cJosef Bacik3-63/+65
2019-07-02btrfs: export block_rsv_use_bytesJosef Bacik2-8/+6
2019-07-02btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik3-111/+114
2019-07-02btrfs: move the space info update macro to space-info.hJosef Bacik2-37/+49
2019-07-02btrfs: move and export can_overcommitJosef Bacik3-75/+79
2019-07-02btrfs: move the space_info handling code to space-info.cJosef Bacik4-187/+204
2019-07-02btrfs: export space_info_add_*_bytesJosef Bacik2-22/+25
2019-07-02btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik2-36/+35
2019-07-02btrfs: move space_info to space-info.hJosef Bacik8-72/+85
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba3-8/+12
2019-07-02btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba1-8/+5
2019-07-02btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_spaceDavid Sterba1-4/+5