aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-6/+7
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2011-03-16Merge branch 'next' into for-linusGravatar James Morris 1-6/+7
2011-03-15fs: Remove i_nlink check from file system link callbackGravatar Aneesh Kumar K.V 1-3/+0
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-2/+4
2011-03-10btrfs: fix not enough reserved spaceGravatar Miao Xie 1-2/+3
2011-03-10btrfs: fix dip leakGravatar Daniel J Blueman 1-0/+1
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 1-6/+7
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-2/+124
2011-02-23Btrfs: fix fiemap bugs with delallocGravatar Chris Mason 1-2/+124
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+3
2011-02-14Btrfs: check return value of alloc_extent_map()Gravatar Tsutomu Itoh 1-0/+3
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-12/+23
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Gravatar Tsutomu Itoh 1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 1-6/+7
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Gravatar Tsutomu Itoh 1-0/+1
2011-01-28Btrfs: fix check_path_shared so it returns the right valueGravatar Josef Bacik 1-2/+3
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Gravatar Tsutomu Itoh 1-8/+16
2011-01-28fs/btrfs/inode.c: Add missing IS_ERR testGravatar Julia Lawall 1-1/+1
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Gravatar Chris Mason 1-0/+1
2011-01-27Btrfs: Fix memory leak in writepage fixup workGravatar Miao Xie 1-0/+1
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-31/+59
2011-01-17fallocate should be a file operationGravatar Christoph Hellwig 1-111/+0
2011-01-17make the feature checks in ->fallocate future proofGravatar Christoph Hellwig 1-1/+1
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Gravatar Chris Mason 1-31/+51
2011-01-12Btrfs: fail if we try to use hole punchGravatar Josef Bacik 1-0/+4
2011-01-12switch btrfs, close racesGravatar Al Viro 1-2/+0
2011-01-07btrfs: provide simple rcu-walk ACL implementationGravatar Nick Piggin 1-3/+0
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-2/+5
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-1/+1
2010-12-23Btrfs: Add readonly snapshots supportGravatar Li Zefan 1-0/+8
2010-12-22btrfs: Allow to add new compression algorithmGravatar Li Zefan 1-31/+51
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-6/+5
2010-12-10Btrfs: fix compiler warningsGravatar Jan Beulich 1-3/+3
2010-12-10Btrfs: Fix page leak in compressed writeback pathGravatar Yan, Zheng 1-1/+1
2010-12-09Btrfs: fix use after free in O_DIRECTGravatar Josef Bacik 1-2/+1
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-57/+237
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentGravatar Chris Mason 1-4/+19
2010-11-27Btrfs: update inode ctime when using linksGravatar Josef Bacik 1-0/+1
2010-11-27Btrfs: make sure new inode size is ok in fallocateGravatar Josef Bacik 1-0/+4
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeGravatar Josef Bacik 1-4/+5
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentGravatar Josef Bacik 1-22/+16
2010-11-21Btrfs: use dget_parent where we can UPDATEDGravatar Josef Bacik 1-3/+6
2010-11-21Btrfs: fix more ESTALE problems with NFSGravatar Josef Bacik 1-0/+1
2010-11-21btrfs: Show device attr correctly for symlinksGravatar Li Zefan 1-0/+1
2010-11-21btrfs: fix panic caused by direct IOGravatar Miao Xie 1-21/+184
2010-11-21btrfs: fix free dip and dip->csums twiceGravatar Miao Xie 1-6/+3
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-49/+153