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 Torvalds2013-09-221-5/+11
|\
| * Btrfs: dir_inode_operations should use btrfs_update_time alsoGuangyu Sun2013-09-211-0/+2
| * Btrfs: iput inode on allocation failureJosef Bacik2013-09-211-0/+4
| * Btrfs: more efficient inode tree replace operationFilipe David Borba Manana2013-09-211-5/+5
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-131-1/+1
|\ \
| * | truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-121-334/+281Star
|\ \ \ | |/ / |/| / | |/
| * Btrfs: only update disk_i_size as we remove extentsJosef Bacik2013-09-011-3/+28
| * Btrfs: allow partial ordered extent completionJosef Bacik2013-09-011-14/+46
| * Btrfs: do not clear our orphan item runtime flag on eexistJosef Bacik2013-09-011-2/+2
| * Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-15/+8Star
| * Btrfs: avoid starting a transaction in the write pathJosef Bacik2013-09-011-145/+72Star
| * Btrfs: fix the error handling wrt orphan itemsJosef Bacik2013-09-011-15/+26
| * Btrfs: allow compressed extents to be merged during defragmentLiu Bo2013-09-011-6/+8
| * Btrfs: fix what bits we clear when erroring out from delallocJosef Bacik2013-09-011-21/+28
| * Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik2013-09-011-97/+65Star
| * Btrfs: don't cache the csum value into the extent state treeMiao Xie2013-09-011-51/+34Star
| * Btrfs: reset ret in record_one_backrefJosef Bacik2013-09-011-2/+1Star
* | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-051-1/+1
|\ \ | |/ |/|
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* | btrfs: don't loop on large offsets in readdirZach Brown2013-08-101-8/+25
* | Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo2013-08-101-4/+12
* | btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu2013-08-101-3/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-281/+220Star
|\
| * Btrfs: wait ordered range before doing direct ioJosef Bacik2013-07-021-1/+9
| * Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie2013-07-021-9/+1Star
| * Btrfs: check if we can nocow if we don't have data spaceJosef Bacik2013-07-021-15/+25
| * Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik2013-07-021-2/+16
| * Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik2013-07-011-5/+10
| * Btrfs: unlock extent range on enospc in compressed submitJosef Bacik2013-07-011-1/+5
| * Btrfs: put our inode if orphan cleanup failsJosef Bacik2013-06-141-1/+3
| * Btrfs: add some missing iput()'s in btrfs_orphan_cleanupJosef Bacik2013-06-141-1/+4
| * Btrfs: simplify unlink reservationsJosef Bacik2013-06-141-190/+22Star
| * Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-2/+2
| * Btrfs: introduce per-subvolume delalloc inode listMiao Xie2013-06-141-44/+123
| * Btrfs: cleanup: don't check the same thing twiceStefan Behrens2013-06-141-10/+0Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-1/+2
|\ \
| * | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-1/+2
* | | [readdir] convert btrfsAl Viro2013-06-291-33/+16Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-06-141-0/+3
|\ \ \ | |/ / |/| / | |/
| * btrfs: Drop inode if inode root is NULLNaohiro Aota2013-06-081-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-05-181-28/+53
|\|
| * Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2013-05-181-7/+10
| |\
| | * Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie2013-05-181-4/+3Star
| | * Btrfs: fix accessing a freed tree rootMiao Xie2013-05-181-1/+1
| | * Btrfs: return errno if possible when we fail to allocate memoryLiu Bo2013-05-181-2/+6
| * | Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason2013-05-181-21/+43
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-05-091-85/+98
|\|
| * btrfs: use unsigned long type for extent state bitsDavid Sterba2013-05-061-2/+3
| * btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-4/+7