summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Btrfs: remove ourselves from the cluster list under lockJosef Bacik1-1/+2
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-30/+17
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens1-0/+3
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik1-13/+22
2013-09-01Btrfs: return ENOSPC when target space is fullFilipe David Borba Manana1-1/+5
2013-09-01Btrfs: handle errors when doing slow cachingJosef Bacik1-9/+23
2013-09-01Btrfs: cleanup reloc roots properly on errorJosef Bacik1-1/+1
2013-09-01Btrfs/tracepoint: update delayed ref tracepointsLiu Bo1-0/+6
2013-09-01btrfs_read_block_groups: Use enums to indexchandan1-2/+6
2013-09-01Btrfs: make free space caching faster with many non-inline extent referencesLiu Bo1-0/+11
2013-09-01btrfs: fall back to global reservation when removing subvolumesJeff Mahoney1-1/+7
2013-09-01Btrfs: optimize btrfs_lookup_extent_info()Filipe David Borba Manana1-4/+17
2013-09-01Btrfs: set lockdep class before locking new extent bufferJosef Bacik1-0/+2
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik1-6/+8
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik1-1/+14
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-0/+1
2013-07-02Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delallocJosef Bacik1-5/+4
2013-07-02Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik1-5/+54
2013-07-01Btrfs: fix transaction throttling for delayed refsJosef Bacik1-4/+57
2013-07-01Btrfs: wake up delayed ref flushing waiters on abortJosef Bacik1-0/+1
2013-06-14Btrfs: exclude logged extents before replying when we are mixedJosef Bacik1-37/+85
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik1-0/+25
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-3/+3
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie1-3/+3
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie1-1/+1
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-3/+3
2013-06-14Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie1-1/+1
2013-05-17Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens1-0/+2
2013-05-17Btrfs: update the global reserve if it is emptyMiao Xie1-1/+8
2013-05-17Btrfs: don't steal the reserved space from the global reserve if their space ...Miao Xie1-2/+4
2013-05-17Btrfs: optimize the error handle of use_block_rsv()Miao Xie1-37/+28
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie1-0/+5
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik1-8/+7
2013-05-06btrfs: fix misleading variable name for flagsDavid Sterba1-18/+19
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-56/+8
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik1-10/+14
2013-05-06Btrfs: allocate new chunks if the space is not enough for global rsvMiao Xie1-8/+11
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt1-2/+3
2013-05-06Btrfs: don't panic if we're trying to drop too many refsJosef Bacik1-1/+7
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik1-1/+3
2013-05-06Btrfs: only exclude supers in the range of our block groupJosef Bacik1-3/+21
2013-05-06Btrfs: fix possible infinite loop in slow cachingJosef Bacik1-2/+7
2013-05-06Btrfs: cleanup of function where btrfs_extend_item() is calledTsutomu Itoh1-3/+2
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh1-2/+2
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-5/+4
2013-05-06Btrfs: don't wait on ordered extents if we have a trans openJosef Bacik1-1/+2
2013-05-06Btrfs: fix error handling in make/read block groupJosef Bacik1-8/+33
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-34/+33