aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-09btrfs: don't loop on large offsets in readdirZach Brown
2013-08-09Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo
2013-08-09btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-07-02Btrfs: wait ordered range before doing direct ioJosef Bacik
2013-07-02Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik
2013-07-02Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik
2013-07-01Btrfs: unlock extent range on enospc in compressed submitJosef Bacik
2013-06-29[readdir] convert btrfsAl Viro
2013-06-14Btrfs: put our inode if orphan cleanup failsJosef Bacik
2013-06-14Btrfs: add some missing iput()'s in btrfs_orphan_cleanupJosef Bacik
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens
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-21mm: change invalidatepage prototype to accept lengthLukas Czerner
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