aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo
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: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba
2014-10-02btrfs: new define for the inline extent data startDavid 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-09-22Btrfs: remove empty block groups automaticallyJosef Bacik
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie
2014-09-17btrfs: remove stale define after removing ordered operationsDavid Sterba
2014-09-17Btrfs: fix wrong max inline data size limitWang Shilong
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney
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: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie
2014-06-09btrfs: protect snapshots from deleting during sendDavid Sterba
2014-06-09btrfs: balance filter: add limit of processed chunksDavid Sterba
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo