aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2009-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 5-20/+92
2009-08-07Btrfs: fix balancing oops when invalidate_inode_pages2 returns EBUSYGravatar Yan Zheng 1-2/+7
2009-08-07Btrfs: correct error-handling zlib error handlingGravatar Julia Lawall 1-3/+3
2009-08-07Btrfs: remove superfluous NULL pointer check in btrfs_rename()Gravatar Bartlomiej Zolnierkiewicz 1-2/+1
2009-07-31Btrfs: make sure the async caching thread advances the keyGravatar Chris Mason 1-4/+17
2009-07-31Btrfs: fix btrfs_remove_from_free_space corner caseGravatar Josef Bacik 1-9/+64
2009-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 5-12/+28
2009-07-30Btrfs: be more polite in the async caching threadsGravatar Chris Mason 3-2/+14
2009-07-30Btrfs: preserve commit_root for async cachingGravatar Yan Zheng 4-10/+14
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 13-452/+1343
2009-07-28Btrfs: Fix async caching interaction with unmountGravatar Yan Zheng 2-1/+6
2009-07-27Btrfs: change how we unpin extentsGravatar Josef Bacik 4-113/+46
2009-07-27Btrfs: Correct redundant test in add_inode_refGravatar Julia Lawall 1-1/+1
2009-07-24Btrfs: find smallest available device extent during chunk allocationGravatar Chris Mason 1-2/+10
2009-07-24Btrfs: clear all space_info->full after removing a block groupGravatar Chris Mason 1-1/+2
2009-07-24Btrfs: make flushoncommit mount option correctly wait on ordered_extentsGravatar Sage Weil 1-3/+5
2009-07-24Btrfs: Avoid delayed reference update loopingGravatar Yan Zheng 1-4/+1
2009-07-24Btrfs: Fix ordering of key field checks in btrfs_previous_itemGravatar Yan Zheng 1-2/+2
2009-07-24Btrfs: find_free_dev_extent doesn't handle holes at the start of the deviceGravatar Yan Zheng 1-3/+7
2009-07-24Btrfs: Remove code duplication in comp_keysGravatar Diego Calleja 1-13/+1
2009-07-24Btrfs: async block group cachingGravatar Josef Bacik 6-124/+439
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceGravatar Josef Bacik 4-216/+826
2009-07-22Btrfs: Fix crash on read failures at mountGravatar David Woodhouse 1-0/+10
2009-07-22Btrfs: remove of redundant btrfs_header_levelGravatar Daniel Cadete 1-3/+3
2009-07-22Btrfs: adjust NULL testGravatar Julia Lawall 1-1/+1
2009-07-22Btrfs: Remove broken sanity check from btrfs_rmap_block()Gravatar David Woodhouse 1-20/+0
2009-07-22Btrfs: convert nested spin_lock_irqsave to spin_lockGravatar Julia Lawall 1-2/+2
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeGravatar Yan Zheng 2-37/+42
2009-07-22Btrfs: fix locking issue in btrfs_find_next_keyGravatar Yan Zheng 2-33/+65
2009-07-22Btrfs: fix double increment of path->slots[0] in btrfs_next_leafGravatar Yan Zheng 1-1/+2
2009-07-22Btrfs: properly update space information after shrinking device.Gravatar Yan Zheng 1-2/+2
2009-07-22Btrfs: fix definition of struct btrfs_extent_inline_refGravatar Yan Zheng 1-1/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 5-5/+0
2009-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 8-193/+423
2009-07-02Btrfs: fix error message formattingGravatar Hu Tao 1-1/+1
2009-07-02Btrfs: fix use after free in btrfs_start_workers fail pathGravatar Jiri Slaby 1-1/+1
2009-07-02Btrfs: honor nodatacow/sum mount options for new filesGravatar Chris Mason 1-6/+7
2009-07-02Btrfs: update backrefs while dropping snapshotGravatar Yan Zheng 4-181/+395
2009-07-02Btrfs: account for space we may use in fallocateGravatar Josef Bacik 1-1/+11
2009-07-02Btrfs: fix the file clone ioctl for preallocated extentsGravatar Chris Mason 1-2/+4
2009-07-02Btrfs: don't log the inode in file_write while growing the fileGravatar Chris Mason 1-1/+4
2009-06-24Get "no acls for this inode" right, fix shmem breakageGravatar Al Viro 1-4/+2
2009-06-24helpers for acl caching + switch to thoseGravatar Al Viro 1-35/+9
2009-06-24switch btrfs to inode->i_aclGravatar Al Viro 4-27/+9
2009-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-5/+21
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-6/+6
2009-06-16btrfs: properly register fs backing deviceGravatar Jens Axboe 1-5/+21
2009-06-15Btrfs: always update root items for fs trees at commit timeGravatar Yan Zheng 1-6/+6
2009-06-11enforce ->sync_fs is only called for rw superblockGravatar Christoph Hellwig 1-3/+0
2009-06-11btrfs: remove ->write_super and stop maintaining ->s_dirtGravatar Christoph Hellwig 2-15/+0