summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-08-291-162/+164
|\
| * Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo2012-08-281-2/+5
| * Btrfs: fix a dio write regressionLiu Bo2012-08-281-4/+20
| * Btrfs: fix enospc problems when deleting a subvolJosef Bacik2012-08-281-1/+1
| * Btrfs: barrier before waitqueue_activeJosef Bacik2012-08-281-3/+1
| * Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik2012-08-281-29/+16
| * Btrfs: lock extents as we map them in DIOJosef Bacik2012-08-281-129/+127
* | btrfs: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-1/+5
|\ \
| * | btrfs: Convert to new freezing mechanismJan Kara2012-07-311-1/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-261-17/+25
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason2012-07-251-0/+4
| |\
| | * Btrfs: introduce subvol uuids and timesAlexander Block2012-07-251-0/+4
| * | Btrfs: zero unused bytes in inode itemLi Zefan2012-07-231-0/+2
| * | Btrfs: kill free_space pointer from inode structureLi Zefan2012-07-231-3/+0
| * | Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo2012-07-231-11/+11
| * | Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo2012-07-231-2/+2
| * | Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh2012-07-231-1/+1
| * | Btrfs: don't update atime on RO subvolumesAlexander Block2012-07-231-0/+5
| |/
* | don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* | vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-051-6/+51
|\
| * Btrfs: fix wrong check during log recoveryLiu Bo2012-07-021-1/+1
| * Btrfs: fix dio write vs buffered read raceJosef Bacik2012-07-021-5/+50
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-211-2/+2
|\ \ | |/
| * Btrfs: delay iput with async extentsJosef Bacik2012-06-211-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-151-15/+58
|\ \ | |/
| * Btrfs: fix missing inherited flag in renameLiu Bo2012-06-151-3/+6
| * Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik2012-06-141-6/+9
| * Btrfs: keep inode pinned when compressing writesJosef Bacik2012-06-141-2/+6
| * Btrfs: unlock everything properly in the error case for nocowJosef Bacik2012-06-141-2/+35
| * Btrfs: pass locked_page into extent_clear_unlock_delalloc if theres an errorJosef Bacik2012-06-141-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-39/+14
|\ \
| * | Btrfs: move over to use ->update_timeJosef Bacik2012-06-011-39/+14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-011-138/+126
|\ \ \ | |/ / |/| / | |/
| * Btrfs: fall back to non-inline if we don't have enough spaceJosef Bacik2012-05-301-1/+4
| * Btrfs: fix how we deal with the orphan block rsvJosef Bacik2012-05-301-17/+21
| * Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik2012-05-301-16/+12
| * Btrfs: finish ordered extents in their own threadJosef Bacik2012-05-301-101/+76
| * Btrfs: use i_version instead of our own sequenceJosef Bacik2012-05-301-3/+13
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\ \ | |/ |/|
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-04-281-36/+18
|\ \ | |/ |/|
| * Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason2012-04-271-29/+1
| * Btrfs: always store the mirror we read the eb fromJosef Bacik2012-04-181-1/+1
| * btrfs: fix race in readaArne Jansen2012-04-181-1/+7
| * Btrfs: avoid setting ->d_op twiceLi Zefan2012-04-181-5/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-03-301-139/+318
|\ \ | |/
| * Btrfs: fix recursive defragment with autodefrag optionLiu Bo2012-03-291-3/+5
OpenPOWER on IntegriCloud