aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2014-03-06fs: fix iversion handlingChristoph Hellwig
2014-02-20Btrfs: disable snapshot aware defrag for nowJosef Bacik
2013-12-20Btrfs: do not run snapshot-aware defragment on errorLiu Bo
2013-10-18Btrfs: use right root when checking for hash collisionJosef Bacik
2013-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-06-08btrfs: Drop inode if inode root is NULLNaohiro Aota
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-17Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie
2013-05-17Btrfs: fix accessing a freed tree rootMiao Xie
2013-05-17Btrfs: return errno if possible when we fail to allocate memoryLiu Bo
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: return free space in cow error pathLiu Bo
2013-05-06Btrfs: fix extent logging with O_DIRECT into preallocJosef Bacik
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
2013-05-06btrfs: abort unlink trans in missed error caseZach Brown
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-05-06Btrfs: log ram bytes properlyJosef Bacik
2013-05-06btrfs: make orphan cleanup less verboseDavid Sterba
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-28Btrfs: fix wrong reservation of csumsMiao Xie
2013-03-28Btrfs: fix space accounting for unlink and renameJosef Bacik
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-05Btrfs: enforce min_bytes parameter during extent allocationChris Mason
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-28Btrfs: copy everything if we've created an inline extentJosef Bacik
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo
2013-02-26Btrfs: do not change inode flags in renameLiu Bo
2013-02-26Btrfs: make sure NODATACOW also gets NODATASUM setJosef Bacik
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Btrfs: fix wrong outstanding_extents when doing DIO writeMiao Xie
2013-02-20Btrfs: snapshot-aware defragLiu Bo
2013-02-20btrfs: limit fallocate extent reservation to 256MBZach Brown
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason
2013-02-20Btrfs: fix cleaner thread not working with inode cache optionLiu Bo
2013-02-20Btrfs: implement unlocked dio writeMiao Xie
2013-02-20Btrfs: serialize unlocked dio reads with truncateMiao Xie
2013-02-20Btrfs: fix deadlock due to unsubmittedMiao Xie