aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-4/+4
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-10/+24
2012-07-31btrfs: Convert to new freezing mechanismJan Kara4-5/+14
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches4-8/+50
2012-07-31btrfs: Push mnt_want_write() outside of i_mutexJan Kara1-12/+11
2012-07-26Btrfs: using vmalloc and friends needs vmalloc.hStephen Rothwell1-0/+1
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds34-631/+8687
2012-07-25Btrfs: uninit variable fixes in send/receiveChris Mason1-2/+2
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason14-40/+5483
2012-07-25Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block5-1/+4717
2012-07-25Btrfs: add btrfs_compare_trees functionAlexander Block2-0/+440
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block8-15/+292
2012-07-25Btrfs: make iref_to_path non staticAlexander Block2-5/+9
2012-07-25Btrfs: add a barrier before a waitqueue_active checkChris Mason1-0/+1
2012-07-25Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2012-07-25Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder3-14/+20
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason15-242/+2697
2012-07-25Btrfs: add helper for tree enumerationArne Jansen2-0/+77
2012-07-25btrfs: allow cross-subvolume file cloneDavid Sterba1-3/+8
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2012-07-23Btrfs: improve multi-thread buffer readLiu Bo1-5/+24
2012-07-23Btrfs: make btrfs's allocation smoothly with preallocationLiu Bo1-1/+3
2012-07-23Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik1-0/+9
2012-07-23Btrfs: fix potential race in extent buffer freeingJosef Bacik1-6/+3
2012-07-23Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik1-4/+5
2012-07-23Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens1-0/+8
2012-07-23Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens1-3/+0
2012-07-23Btrfs: rewrite BTRFS_SETGET_FUNCSLi Zefan2-103/+146
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan2-0/+3
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan4-19/+10
2012-07-23btrfs read error corrected message floods the console during recoveryAnand Jain1-1/+1
2012-07-23Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt1-0/+1
2012-07-23Btrfs: do not count in readonly bytesLiu Bo1-1/+1
2012-07-23Btrfs: add ro notification to dump_space_infoLiu Bo1-3/+3
2012-07-23Btrfs: fix a bug of writting free space cache during balanceLiu Bo1-3/+21
2012-07-23Btrfs: do not abort transaction in prealloc caseLiu Bo1-1/+5
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo4-15/+16
2012-07-23Btrfs: fix btrfs_is_free_space_inode to recognize btree inodeLiu Bo1-2/+4
2012-07-23Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages()Stefan Behrens1-1/+1
2012-07-23Btrfs: rework shrink_delallocJosef Bacik1-57/+24
2012-07-23Btrfs: do not set subvolume flags in readonly modeLiu Bo1-14/+28
2012-07-23Btrfs: use mnt_want_write_file instead of mnt_want_writeLiu Bo1-2/+2
2012-07-23Btrfs: remove redundant r/o check for superblockLiu Bo1-7/+0
2012-07-23Btrfs: check write access to mount earlier while creating snapshotsLiu Bo1-11/+11
2012-07-23Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo1-2/+2
2012-07-23Btrfs: change how we indicate we're adding csumsJosef Bacik4-15/+18
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh2-3/+3
2012-07-23Btrfs: fix error handling in __add_reloc_root()Dan Carpenter1-1/+2
2012-07-23Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mountingIlya Dryomov1-2/+2
2012-07-23Btrfs: do not return EINVAL instead of ENOMEM from open_ctree()Ilya Dryomov1-1/+1