summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: disable snapshot aware defrag for nowJosef Bacik2014-02-201-1/+1
* Btrfs: do not run snapshot-aware defragment on errorLiu Bo2013-12-201-19/+28
* Btrfs: use right root when checking for hash collisionJosef Bacik2013-10-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-06-131-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-171-7/+10
| |\
| | * Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie2013-05-171-4/+3
| | * Btrfs: fix accessing a freed tree rootMiao Xie2013-05-171-1/+1
| | * Btrfs: return errno if possible when we fail to allocate memoryLiu Bo2013-05-171-2/+6
| * | Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason2013-05-171-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
| * Btrfs: return free space in cow error pathLiu Bo2013-05-061-3/+9
| * Btrfs: fix extent logging with O_DIRECT into preallocJosef Bacik2013-05-061-9/+13
| * Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-2/+1
| * btrfs: abort unlink trans in missed error caseZach Brown2013-05-061-0/+2
| * Btrfs: fix bad extent loggingJosef Bacik2013-05-061-26/+8
| * Btrfs: log ram bytes properlyJosef Bacik2013-05-061-4/+17
| * btrfs: make orphan cleanup less verboseDavid Sterba2013-05-061-2/+2
| * Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-33/+37
| * Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik2013-05-061-1/+1
| * Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo2013-05-061-3/+2
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-291-4/+18
|\
| * Btrfs: fix wrong reservation of csumsMiao Xie2013-03-281-0/+2
| * Btrfs: fix space accounting for unlink and renameJosef Bacik2013-03-281-4/+2
| * Btrfs: fix race between mmap writes and compressionChris Mason2013-03-261-0/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-171-0/+3
|\|
| * Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo2013-03-141-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-081-2/+4
|\|
| * Btrfs: enforce min_bytes parameter during extent allocationChris Mason2013-03-051-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-021-174/+890
|\|
| * Btrfs: copy everything if we've created an inline extentJosef Bacik2013-02-281-0/+1
| * btrfs: cleanup for open-coded alignmentQu Wenruo2013-02-261-22/+15
| * Btrfs: do not change inode flags in renameLiu Bo2013-02-261-25/+0
| * Btrfs: make sure NODATACOW also gets NODATASUM setJosef Bacik2013-02-261-1/+2
| * Btrfs: fix wrong outstanding_extents when doing DIO writeMiao Xie2013-02-211-11/+9
| * Btrfs: snapshot-aware defragLiu Bo2013-02-201-0/+654
| * btrfs: limit fallocate extent reservation to 256MBZach Brown2013-02-201-2/+3
| * Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-6/+12
| |\
| | * Merge branch 'for-linus' into raid56-experimentalChris Mason2013-02-051-35/+102
| | |\
| | * | Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-5/+13
| | * | Btrfs: add rw argument to merge_bio_hook()David Woodhouse2013-02-011-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-02-201-117/+204
| |\ \ \
| | * | | Btrfs: fix cleaner thread not working with inode cache optionLiu Bo2013-02-201-1/+2
| | * | | Btrfs: implement unlocked dio writeMiao Xie2013-02-201-12/+23
| | * | | Btrfs: serialize unlocked dio reads with truncateMiao Xie2013-02-201-2/+21
| | * | | Btrfs: fix deadlock due to unsubmittedMiao Xie2013-02-201-40/+41