aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-30Btrfs: deal with errors from updating the tree logGravatar Chris Mason 1-1/+2
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 1-14/+0
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Gravatar Andi Kleen 1-3/+3
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 1-2/+22
2010-10-29Btrfs: write out free space cacheGravatar Josef Bacik 1-12/+48
2010-10-28Btrfs: create special free space cache inodeGravatar Josef Bacik 1-17/+78
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25new helper: inode_unhashed()Gravatar Al Viro 1-1/+1
2010-10-22Btrfs: re-work delalloc flushingGravatar Josef Bacik 1-2/+22
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-3/+3
2010-08-09btrfs: remove junk sb_dirt changeGravatar Artem Bityutskiy 1-1/+0
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedGravatar Al Viro 1-5/+6
2010-08-09convert btrfs to ->evict_inode()Gravatar Al Viro 1-2/+6
2010-08-09simplify checks for I_CLEAR/I_FREEINGGravatar Al Viro 1-1/+1
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-5/+7
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-3/+3
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2010-06-11Btrfs: uninitialized data is check_path_shared()Gravatar Dan Carpenter 1-1/+1
2010-06-11Btrfs: fix fallocate regressionGravatar Josef Bacik 1-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-351/+1362
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeGravatar Chris Mason 1-2/+13