summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: don't loop on large offsets in readdirZach Brown2013-08-091-8/+25
* Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo2013-08-091-4/+12
* btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu2013-08-091-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-281/+220
|\
| * 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/+1
| * 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/+22
| * 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/+0
* | 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-211-1/+2
* | | [readdir] convert btrfsAl Viro2013-06-291-33/+16
* | | 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
|\|