summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason1-25/+12
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason1-26/+35
2014-10-04btrfs: add more superblock checksDavid Sterba1-2/+65
2014-10-04Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana1-2/+2
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba1-3/+1
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba1-2/+1
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba1-9/+29
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba1-11/+3
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana1-1/+1
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba1-5/+3
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba1-3/+2
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba1-12/+5
2014-10-02btrfs: return void from readahead_tree_blockDavid Sterba1-4/+2
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba1-2/+1
2014-09-23Btrfs: remove empty block groups automaticallyJosef Bacik1-0/+6
2014-09-18Btrfs: implement repair function when direct read failsMiao Xie1-1/+10
2014-09-18Btrfs: fix wrong device bytes_used in the super blockMiao Xie1-1/+2
2014-09-18Btrfs: fix wrong disk size when writing super blocksMiao Xie1-2/+3
2014-09-18btrfs: remove the wrong commentsLi RongQing1-4/+0
2014-09-18btrfs: Drop stray check of fixup_workers creationAndrey Utkin1-1/+1
2014-09-18Btrfs: print btrfs specific info for some fatal error casesWang Shilong1-7/+7
2014-09-18btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-41/+33
2014-09-18btrfs: make close_ctree return voidDavid Sterba1-3/+1
2014-09-18btrfs: cleanup ino cache members of btrfs_rootDavid Sterba1-3/+3
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-24/+29
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie1-1/+2
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-32/+0
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong1-0/+2
2014-06-29btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik1-1/+2
2014-06-10Btrfs: async delayed refsChris Mason1-0/+6
2014-06-10Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-5/+13
2014-06-10Btrfs: rework qgroup accountingJosef Bacik1-0/+4
2014-06-10Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana1-0/+6
2014-06-10Btrfs: make sure there are not any read requests before stopping workersWang Shilong1-0/+5
2014-06-10Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh1-0/+1
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-18/+15
2014-06-10btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo1-7/+30
2014-06-10Btrfs: reclaim the reserved metadata space at backgroundMiao Xie1-0/+3
2014-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-5/+5
2014-04-25Btrfs: fix possible memory leaks in open_ctree()Wang Shilong1-5/+5
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+20
2014-04-07Btrfs: remove transaction from sendJosef Bacik1-2/+1
2014-04-07Btrfs: don't clear uptodate if the eb is under IOJosef Bacik1-1/+19
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-128/+153
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie1-0/+2
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie1-0/+1
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie1-1/+41
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-7/+7
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo1-12/+0
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo1-5/+5