summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-27convert btrfsAl Viro1-33/+16
2014-10-30Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-03-06fs: fix iversion handlingChristoph Hellwig1-2/+6
2014-02-20Btrfs: disable snapshot aware defrag for nowJosef Bacik1-1/+1
2013-12-20Btrfs: do not run snapshot-aware defragment on errorLiu Bo1-19/+28
2013-10-18Btrfs: use right root when checking for hash collisionJosef Bacik1-1/+1
2013-06-13Merge 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-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-28/+53
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason1-7/+10
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-21/+43
2013-05-17Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie1-4/+3
2013-05-17Btrfs: fix accessing a freed tree rootMiao Xie1-1/+1
2013-05-17Btrfs: return errno if possible when we fail to allocate memoryLiu Bo1-2/+6
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-85/+98
2013-05-07aio: 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
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo1-3/+2
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+18
2013-03-28Btrfs: fix wrong reservation of csumsMiao Xie1-0/+2
2013-03-28Btrfs: fix space accounting for unlink and renameJosef Bacik1-4/+2
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason1-0/+14
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+3
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo1-0/+3
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+4
2013-03-05Btrfs: enforce min_bytes parameter during extent allocationChris Mason1-2/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-174/+890
2013-02-28Btrfs: copy everything if we've created an inline extentJosef Bacik1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo1-22/+15
2013-02-26Btrfs: do not change inode flags in renameLiu Bo1-25/+0
2013-02-26Btrfs: make sure NODATACOW also gets NODATASUM setJosef Bacik1-1/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-21Btrfs: fix wrong outstanding_extents when doing DIO writeMiao Xie1-11/+9
2013-02-20Btrfs: snapshot-aware defragLiu Bo1-0/+654
2013-02-20btrfs: limit fallocate extent reservation to 256MBZach Brown1-2/+3
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-6/+12
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason1-117/+204
2013-02-20Btrfs: fix cleaner thread not working with inode cache optionLiu Bo1-1/+2
2013-02-20Btrfs: implement unlocked dio writeMiao Xie1-12/+23