aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana
2015-01-08Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-27btrfs: use macro accessors in superblock validation checksDavid Sterba
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03btrfs: add more superblock checksDavid Sterba
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba
2014-10-02btrfs: return void from readahead_tree_blockDavid Sterba
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie
2014-09-17Btrfs: fix wrong device bytes_used in the super blockMiao Xie
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie
2014-09-17btrfs: remove the wrong commentsLi RongQing
2014-09-17btrfs: Drop stray check of fixup_workers creationAndrey Utkin
2014-09-17Btrfs: print btrfs specific info for some fatal error casesWang Shilong
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: make close_ctree return voidDavid Sterba
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong
2014-06-28btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik
2014-06-09Btrfs: async delayed refsChris Mason
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: rework qgroup accountingJosef Bacik
2014-06-09Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana
2014-06-09Btrfs: make sure there are not any read requests before stopping workersWang Shilong
2014-06-09Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-09btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-24Btrfs: fix possible memory leaks in open_ctree()Wang Shilong