summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-08-28Btrfs: increase the size of the free space cacheJosef Bacik
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik
2012-08-28Btrfs: fix deadlock in wait_for_more_refsArne Jansen
2012-08-28btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik
2012-08-28Btrfs: do not strdup non existent stringsJosef Bacik
2012-08-28Btrfs: do not use missing devices when showing devnameJosef Bacik
2012-08-28Btrfs: fix that error value is changed by mistakeStefan Behrens
2012-08-28Btrfs: lock extents as we map them in DIOJosef Bacik
2012-08-28Btrfs: fix some endian bugs handling the root timesDan Carpenter
2012-08-28Btrfs: unlock on error in btrfs_delalloc_reserve_metadata()Dan Carpenter
2012-08-28Btrfs: checking for NULL instead of IS_ERRDan Carpenter
2012-08-28Btrfs: fix some error codes in btrfs_qgroup_inherit()Dan Carpenter
2012-08-28Btrfs: fix a misplaced address operator in a conditionStefan Behrens
2012-07-25Btrfs: uninit variable fixes in send/receiveChris Mason
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason
2012-07-25Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block
2012-07-25Btrfs: add btrfs_compare_trees functionAlexander Block
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block
2012-07-25Btrfs: make iref_to_path non staticAlexander Block
2012-07-25Btrfs: add a barrier before a waitqueue_active checkChris Mason
2012-07-25Btrfs: call the ordered free operation without any locks heldChris Mason
2012-07-25Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason
2012-07-25Btrfs: add helper for tree enumerationArne Jansen
2012-07-25btrfs: allow cross-subvolume file cloneDavid Sterba
2012-07-23Btrfs: improve multi-thread buffer readLiu Bo
2012-07-23Btrfs: make btrfs's allocation smoothly with preallocationLiu Bo
2012-07-23Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik
2012-07-23Btrfs: fix potential race in extent buffer freeingJosef Bacik
2012-07-23Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik
2012-07-23Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens
2012-07-23Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens
2012-07-23Btrfs: rewrite BTRFS_SETGET_FUNCSLi Zefan
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan
2012-07-23btrfs read error corrected message floods the console during recoveryAnand Jain
2012-07-23Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt
2012-07-23Btrfs: do not count in readonly bytesLiu Bo
2012-07-23Btrfs: add ro notification to dump_space_infoLiu Bo
2012-07-23Btrfs: fix a bug of writting free space cache during balanceLiu Bo
2012-07-23Btrfs: do not abort transaction in prealloc caseLiu Bo
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo
2012-07-23Btrfs: fix btrfs_is_free_space_inode to recognize btree inodeLiu Bo
2012-07-23Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages()Stefan Behrens
2012-07-23Btrfs: rework shrink_delallocJosef Bacik
2012-07-23Btrfs: do not set subvolume flags in readonly modeLiu Bo
2012-07-23Btrfs: use mnt_want_write_file instead of mnt_want_writeLiu Bo
2012-07-23Btrfs: remove redundant r/o check for superblockLiu Bo
2012-07-23Btrfs: check write access to mount earlier while creating snapshotsLiu Bo