aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: btrfs_root_readonly() broken on big-endianAl Viro2012-05-111-1/+1
* Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik2011-12-151-1/+2
* Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie2011-11-301-0/+3
* Btrfs: wait on caching if we're loading the free space cacheJosef Bacik2011-11-201-1/+2
* Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo2011-11-151-0/+2
* Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-061-0/+21
|\
| * btrfs: initial readahead code and prototypesArne Jansen2011-10-021-0/+16
| * btrfs: state information for readaheadArne Jansen2011-10-021-0/+5
* | Btrfs: fix delayed insertion reservationJosef Bacik2011-11-061-0/+3
* | Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik2011-11-061-0/+2
* | Btrfs: add a log of past tree rootsChris Mason2011-11-061-0/+95
* | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-2/+14
* | Btrfs: fix extent pinning bugs in the tree logChris Mason2011-11-061-0/+5
* | Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-191-1/+3
* | Btrfs: inline checksums into the disk free space cacheJosef Bacik2011-10-191-0/+1
* | Btrfs: allow us to overcommit our enospc reservationsJosef Bacik2011-10-191-0/+4
* | Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-191-0/+6
* | Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-191-4/+2
* | Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-191-1/+1
* | Btrfs: reduce the amount of space needed for truncatesJosef Bacik2011-10-191-0/+11
* | Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik2011-10-191-3/+0
* | Btrfs: kill unused parts of block_rsvJosef Bacik2011-10-191-3/+0
* | Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-191-11/+0
* | Btrfs: kill the orphan space calculation for snapshotsJosef Bacik2011-10-191-5/+0
* | Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik2011-10-191-2/+0
|/
* Merge branch 'btrfs-3.0' into for-linusChris Mason2011-08-181-6/+4
|\
| * Btrfs: use plain page_address() in header fields setget functionsLi Zefan2011-08-161-4/+2
| * Btrfs: forced readonly when btrfs_drop_snapshot() failsTsutomu Itoh2011-08-161-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-021-8/+22
|\ \ | |/
| * Btrfs: make acl functions really no-op if acl is not enabledLi Zefan2011-08-011-3/+12
| * btrfs: make btrfs_set_root_node voidMark Fasheh2011-08-011-2/+2
| * Btrfs: fix readahead in file defragLi Zefan2011-08-011-3/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-271-6/+8
|\ \ | |/
| * Merge branch 'integration' into for-linusChris Mason2011-07-271-6/+8
| |\
| | * Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-271-1/+1
| | * Btrfs: fix enospc problems with delallocJosef Bacik2011-07-271-1/+1
| | * Btrfs: use a worker thread to do cachingJosef Bacik2011-07-271-1/+3
| | * Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik2011-07-111-0/+3
| | * Btrfs: do transaction space reservation before joining the transactionJosef Bacik2011-07-111-3/+0
* | | fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-2/+2
* | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+1
* | | Btrfs: implement our own ->llseekJosef Bacik2011-07-201-0/+3
* | | btrfs: kill magical embedded struct superblockAl Viro2011-07-201-1/+1
* | | ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-081-0/+5
|\ \ | |/
| * btrfs: add missing options displayed in mount outputDavid Sterba2011-07-061-0/+5
* | Remove unneeded version.h includes from fs/Jesper Juhl2011-06-241-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-201-1/+14
|\ \ | |/
| * btrfs: Remove unused sysfs codeMaarten Lankhorst2011-06-171-1/+0
| * Btrfs: fix relocation racesChris Mason2011-06-171-0/+14