summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik4-2/+18
2012-07-23Btrfs: flush delayed inodes if we're short on spaceJosef Bacik3-38/+83
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba4-15/+15
2012-07-23btrfs: ignore unfragmented file checks in defrag when compression enabled - r...Andrew Mahone1-3/+5
2012-07-23Btrfs: small naming cleanup in join_transaction()Dan Carpenter1-2/+2
2012-07-23Btrfs: don't update atime on RO subvolumesAlexander Block1-0/+5
2012-07-23Btrfs: allow mount -o remount,compress=noArnd Hannemann1-1/+8
2012-07-23Btrfs: remove ->dirty_inodeJosef Bacik1-11/+0
2012-07-23Btrfs: reduce calls to wake_up on uncontended locksChris Mason1-5/+9
2012-07-23Btrfs: don't wait around for new log writers on an SSDChris Mason1-1/+2
2012-07-23btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro1-2/+2
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-07-12Btrfs: fix typo in convert_extent_bitLiu Bo1-1/+2
2012-07-12Btrfs: add qgroup inheritanceArne Jansen4-18/+61
2012-07-12Btrfs: add qgroup ioctlsArne Jansen2-0/+212
2012-07-12Btrfs: hooks to reserve qgroup spaceArne Jansen3-0/+29
2012-07-12Btrfs: hooks for qgroup to record delayed refsJan Schmidt3-6/+36
2012-07-12Btrfs: quota tree support and startupArne Jansen2-6/+42
2012-07-12Btrfs: call the qgroup accounting functionsJan Schmidt2-0/+17
2012-07-12Btrfs: qgroup implementation and prototypesArne Jansen7-1/+1681
2012-07-10Btrfs: Test code to change the order of delayed-ref processingArne Jansen1-0/+49
2012-07-10Btrfs: qgroup state and initializationArne Jansen2-0/+31
2012-07-10Btrfs: added helper to create new treesArne Jansen2-1/+83
2012-07-10Btrfs: check the root passed to btrfs_end_transactionArne Jansen2-0/+12
2012-07-10Btrfs: add helper for tree enumerationArne Jansen2-0/+75
2012-07-10Btrfs: qgroup on-disk formatArne Jansen1-0/+136
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt9-219/+240
2012-07-10Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt1-0/+1
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-201/+258
2012-07-02Btrfs: run delayed directory updates during log replayChris Mason1-0/+6
2012-07-02Btrfs: hold a ref on the inode during writepagesJosef Bacik1-0/+14
2012-07-02Btrfs: fix tree log remove space corner caseJosef Bacik1-93/+52
2012-07-02Btrfs: fix wrong check during log recoveryLiu Bo1-1/+1
2012-07-02Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGSAlexander Block1-1/+1
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov4-18/+47
2012-07-02Btrfs: restore restriper state on all mountsIlya Dryomov3-25/+26
2012-07-02Btrfs: fix dio write vs buffered read raceJosef Bacik2-18/+50
2012-07-02Btrfs: don't count I/O statistic read errors for missing devicesStefan Behrens1-10/+12
2012-06-27Btrfs: resolve tree mod log locking issue in btrfs_next_leafJan Schmidt1-0/+12
2012-06-27Btrfs: fix tree mod log rewind of ADD operationsJan Schmidt1-5/+1
2012-06-27Btrfs: leave critical region in btrfs_find_all_roots as soon as possibleJan Schmidt1-2/+1
2012-06-27Btrfs: always put insert_ptr modifications into the tree mod logJan Schmidt1-7/+7
2012-06-27Btrfs: fix tree mod log for root replacements at leaf levelJan Schmidt1-13/+15
2012-06-27Btrfs: support root level changes in __resolve_indirect_refJan Schmidt1-4/+8
2012-06-27Btrfs: avoid waiting for delayed refs when we must notJan Schmidt1-5/+6
2012-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-46/+62
2012-06-21Btrfs: delay iput with async extentsJosef Bacik1-2/+2