aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+3
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh1-0/+3
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-12/+23
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh1-1/+1
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-0/+1
2011-01-28Btrfs: fix check_path_shared so it returns the right valueJosef Bacik1-2/+3
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh1-8/+16
2011-01-28fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall1-1/+1
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-0/+1
2011-01-27Btrfs: Fix memory leak in writepage fixup workMiao Xie1-0/+1
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-31/+59
2011-01-17fallocate should be a file operationChristoph Hellwig1-111/+0
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-1/+1
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-31/+51
2011-01-12Btrfs: fail if we try to use hole punchJosef Bacik1-0/+4
2011-01-12switch btrfs, close racesAl Viro1-2/+0
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin1-3/+0
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan1-0/+8
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-31/+51
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+5
2010-12-10Btrfs: fix compiler warningsJan Beulich1-3/+3
2010-12-10Btrfs: Fix page leak in compressed writeback pathYan, Zheng1-1/+1
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik1-2/+1
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-57/+237
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason1-4/+19
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik1-0/+1
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik1-0/+4
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik1-4/+5
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik1-22/+16
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik1-3/+6
2010-11-21Btrfs: fix more ESTALE problems with NFSJosef Bacik1-0/+1
2010-11-21btrfs: Show device attr correctly for symlinksLi Zefan1-0/+1
2010-11-21btrfs: fix panic caused by direct IOMiao Xie1-21/+184
2010-11-21btrfs: fix free dip and dip->csums twiceMiao Xie1-6/+3
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-49/+153
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason1-1/+2
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-14/+0
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen1-3/+3
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-workChris Mason1-2/+22
2010-10-29Btrfs: write out free space cacheJosef Bacik1-12/+48
2010-10-28Btrfs: create special free space cache inodeJosef Bacik1-17/+78
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25new helper: inode_unhashed()Al Viro1-1/+1
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik1-2/+22
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+3
2010-08-09btrfs: remove junk sb_dirt changeArtem Bityutskiy1-1/+0