summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik1-14/+46
2013-09-01Btrfs: do not clear our orphan item runtime flag on eexistJosef Bacik1-2/+2
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-15/+8
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik1-145/+72
2013-09-01Btrfs: fix the error handling wrt orphan itemsJosef Bacik1-15/+26
2013-09-01Btrfs: allow compressed extents to be merged during defragmentLiu Bo1-6/+8
2013-09-01Btrfs: fix what bits we clear when erroring out from delallocJosef Bacik1-21/+28
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik1-97/+65
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-51/+34
2013-09-01Btrfs: reset ret in record_one_backrefJosef Bacik1-2/+1
2013-08-10btrfs: don't loop on large offsets in readdirZach Brown1-8/+25
2013-08-10Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo1-4/+12
2013-08-10btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu1-3/+0
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-281/+220
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+2
2013-07-02Btrfs: wait ordered range before doing direct ioJosef Bacik1-1/+9
2013-07-02Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie1-9/+1
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-15/+25
2013-07-02Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik1-2/+16
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik1-5/+10
2013-07-01Btrfs: unlock extent range on enospc in compressed submitJosef Bacik1-1/+5
2013-06-29[readdir] convert btrfsAl Viro1-33/+16
2013-06-14Btrfs: put our inode if orphan cleanup failsJosef Bacik1-1/+3
2013-06-14Btrfs: add some missing iput()'s in btrfs_orphan_cleanupJosef Bacik1-1/+4
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik1-190/+22
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-2/+2
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie1-44/+123
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens1-10/+0
2013-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+3
2013-06-08btrfs: Drop inode if inode root is NULLNaohiro Aota1-0/+3
2013-05-22mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-28/+53
2013-05-18Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason1-7/+10
2013-05-18Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-21/+43
2013-05-18Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie1-4/+3
2013-05-18Btrfs: fix accessing a freed tree rootMiao Xie1-1/+1
2013-05-18Btrfs: return errno if possible when we fail to allocate memoryLiu Bo1-2/+6
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-85/+98
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba1-2/+3
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-4/+7
2013-05-06Btrfs: return free space in cow error pathLiu Bo1-3/+9
2013-05-06Btrfs: fix extent logging with O_DIRECT into preallocJosef Bacik1-9/+13
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-2/+1
2013-05-06btrfs: abort unlink trans in missed error caseZach Brown1-0/+2
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-26/+8
2013-05-06Btrfs: log ram bytes properlyJosef Bacik1-4/+17
2013-05-06btrfs: make orphan cleanup less verboseDavid Sterba1-2/+2
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-33/+37
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik1-1/+1