summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Rewrite btrfs_drop_extentsYan, Zheng2009-12-161-5/+2Star
* Btrfs: Add btrfs_duplicate_itemYan, Zheng2009-12-161-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-161-1/+3
|\
| * Btrfs: add -o discard optionChristoph Hellwig2009-10-141-0/+1
| * Btrfs: fix btrfs acl #ifdef checksChris Mason2009-10-131-1/+1
| * Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-4/+11
|\|
| * Btrfs: constify dentry_operationsAlexey Dobriyan2009-10-091-1/+1
| * Btrfs: optimize fsync for the single writer caseJosef Bacik2009-10-081-0/+2
| * Btrfs: async delalloc flushing under space pressureJosef Bacik2009-10-081-6/+7
| * Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-0/+3
| * Btrfs: fix deadlock on async thread startupChris Mason2009-10-051-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2009-10-021-8/+17
|\|
| * Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball2009-09-291-1/+1
| * Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-7/+16
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
|/
* Btrfs: account for space used by the super mirrorsJosef Bacik2009-09-221-0/+2
* Btrfs: make balance code choose more wisely when relocatingJosef Bacik2009-09-221-0/+1
* Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-3/+9
* Btrfs: change how subvolumes are organizedYan, Zheng2009-09-211-4/+24
* Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng2009-09-211-2/+2
* Btrfs: improve async block group cachingYan Zheng2009-09-171-9/+20
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-121-1/+1
|\
| * Btrfs: Fix extent replacment raceChris Mason2009-09-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-311-3/+1Star
|\|
| * Btrfs: preserve commit_root for async cachingYan Zheng2009-07-301-3/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-281-4/+25
|\|
| * Btrfs: change how we unpin extentsJosef Bacik2009-07-271-3/+2Star
| * Btrfs: async block group cachingJosef Bacik2009-07-241-3/+19
| * Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik2009-07-241-1/+7
| * Btrfs: fix definition of struct btrfs_extent_inline_refYan Zheng2009-07-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-031-2/+1Star
|\|
| * Btrfs: update backrefs while dropping snapshotYan Zheng2009-07-021-2/+1Star
* | switch btrfs to inode->i_aclAl Viro2009-06-241-2/+0Star
|/
* Fix btrfs when ACLs are configured outAl Viro2009-06-101-0/+4
* Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig2009-06-101-6/+10
* Btrfs: autodetect SSD devicesChris Mason2009-06-101-0/+1
* Btrfs: add mount -o ssd_spread to spread allocations outChris Mason2009-06-101-0/+1
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-105/+203
* Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-241-1/+2
* Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-241-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-041-35/+49
|\
| * Btrfs: fix typos in commentsWu Fengguang2009-04-021-9/+11
| * Btrfs: add flushoncommit mount optionSage Weil2009-04-021-0/+1
| * Btrfs: notreelog mount optionSage Weil2009-04-021-0/+1
| * Btrfs: rework allocation clusteringChris Mason2009-04-031-19/+35
| * Btrfs: kill the pinned_mutexJosef Bacik2009-04-031-1/+0Star
| * Btrfs: kill the block group alloc mutexJosef Bacik2009-04-031-8/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-011-14/+55
|\|
| * Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-311-0/+35