summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-08-09btrfs: Remove root argument in extent_data_ref_count()Zhaolei1-3/+2
2015-08-09btrfs: Fix wrong comment of btrfs_alloc_tree_block()Zhaolei1-3/+0
2015-08-09btrfs: abort transaction on btrfs_reloc_cow_block()Zhaolei1-1/+3
2015-08-09btrfs: Remove unnecessary variants in relocation.cZhaolei3-11/+7
2015-08-09btrfs: Cleanup: Remove chunk_objectid argument from btrfs_relocate_chunk()Zhaolei1-8/+2
2015-08-09btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode()Zhaolei1-1/+1
2015-08-09btrfs: Error handle for get_ref_objectid_v0() in relocate_block_group()Zhaolei1-0/+4
2015-08-09btrfs: Fix data checksum error cause by replace with io-load.Zhaolei2-7/+29
2015-08-09btrfs: use scrub_pause_on/off() to reduce code in scrub_enumerate_chunks()Zhaolei1-7/+3
2015-08-09btrfs: Separate scrub_blocked_if_needed() to scrub_pause_on/off()Zhaolei1-1/+10
2015-08-09btrfs: Use ref_cnt for set_block_group_ro()Zhaolei3-32/+30
2015-08-09btrfs: Bypass unrelated items before accessing its contents in scrubZhao Lei1-8/+8
2015-08-09btrfs: Load only necessary csums into list in scrubZhao Lei1-3/+5
2015-08-09btrfs: Fix calculate typo caused by ambiguous meaning of logic_endZhao Lei1-5/+5
2015-08-09btrfs: Free checksum list on scrub_extent() failZhao Lei1-2/+6
2015-08-09btrfs: Check cancel and pause in interval of scrub operationZhao Lei1-16/+18
2015-08-09btrfs: Show detail information when mount failed on missing devicesZhao Lei1-2/+3
2015-08-09btrfs: Fix scrub panic when leaf crosses stripesZhao Lei1-7/+10
2015-08-09Btrfs: fix stale dir entries after removing a link and fsyncFilipe Manana1-20/+138
2015-08-09btrfs: fix search key advancing conditionNaohiro Aota1-3/+9
2015-08-09Btrfs: teach backref walking about backrefs with underflowed offset valuesFilipe Manana1-2/+25
2015-08-09Btrfs: fix stale dir entries after unlink, inode eviction and fsyncFilipe Manana1-0/+29
2015-08-09Btrfs: fix stale directory entries after fsync log replayFilipe Manana1-4/+60
2015-08-09Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2015-08-07Btrfs: Spelling s/consitent/consistent/Geert Uytterhoeven1-1/+1
2015-08-07btrfs: qgroup: Fix a regression in qgroup reserved space.Qu Wenruo1-0/+5
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-2/+1
2015-08-01Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-3/+23
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney6-29/+105
2015-07-29btrfs: explictly delete unused block groups in close_ctree and ro-remountJeff Mahoney2-0/+20
2015-07-29btrfs: iterate over unused chunk space in FITRIMJeff Mahoney3-24/+143
2015-07-29btrfs: skip superblocks during discardJeff Mahoney1-4/+55
2015-07-29btrfs: btrfs_issue_discard ensure offset/length are aligned to sector boundariesJeff Mahoney1-4/+13
2015-07-29btrfs: make btrfs_issue_discard return bytes discardedJeff Mahoney1-5/+14
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig8-130/+126
2015-07-23Btrfs: fix quick exhaustion of the system array in the superblockFilipe Manana1-0/+18
2015-07-23btrfs: its btrfs_err() instead of btrfs_error()Anand Jain1-1/+1
2015-07-23btrfs: Avoid NULL pointer dereference of free_extent_buffer when read_tree_bl...Zhao Lei1-1/+2
2015-07-23btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()Zhao Lei1-1/+2
2015-07-18Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-6/+34
2015-07-14Btrfs: fix file corruption after cloning inline extentsFilipe Manana1-0/+14
2015-07-12Btrfs: fix order by which delayed references are runFilipe Manana1-0/+13
2015-07-12Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana1-2/+2
2015-07-12Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+3
2015-07-12Btrfs: fix shrinking truncate when the no_holes feature is enabledFilipe Manana1-3/+2
2015-07-11Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-124/+641
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-07-02Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang1-1/+1
2015-07-02Btrfs: fix warning of bytes_may_useLiu Bo2-3/+15
2015-07-02Btrfs: fix hang when failing to submit bio of directIOLiu Bo1-3/+0