summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo
2012-08-28Btrfs: fix a dio write regressionLiu Bo
2012-08-28Btrfs: fix enospc problems when deleting a subvolJosef Bacik
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik
2012-08-28Btrfs: lock extents as we map them in DIOJosef Bacik
2012-08-04btrfs: nuke pdflush from commentsArtem Bityutskiy
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31btrfs: Convert to new freezing mechanismJan Kara
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo
2012-07-23Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh
2012-07-23Btrfs: don't update atime on RO subvolumesAlexander Block
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-07-02Btrfs: fix wrong check during log recoveryLiu Bo
2012-07-02Btrfs: fix dio write vs buffered read raceJosef Bacik
2012-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-06-21Btrfs: delay iput with async extentsJosef Bacik
2012-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-06-15Btrfs: fix missing inherited flag in renameLiu Bo
2012-06-14Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik
2012-06-14Btrfs: keep inode pinned when compressing writesJosef Bacik
2012-06-14Btrfs: unlock everything properly in the error case for nocowJosef Bacik
2012-06-14Btrfs: pass locked_page into extent_clear_unlock_delalloc if theres an errorJosef Bacik
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-05-30Btrfs: fall back to non-inline if we don't have enough spaceJosef Bacik
2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-04-27Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik
2012-04-18btrfs: fix race in readaArne Jansen
2012-04-18Btrfs: avoid setting ->d_op twiceLi Zefan
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-29Btrfs: fix recursive defragment with autodefrag optionLiu Bo