summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-03-181-53/+86
|\
| * Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-42/+69
| * Btrfs: cache ordered extent when completing ioJosef Bacik2010-03-151-3/+2
| * btrfs: fix btrfs_mkdir goto for no free objectidsMiao Xie2010-03-151-1/+1
| * Btrfs: add new defrag-range ioctl.Chris Mason2010-03-151-3/+8
| * Btrfs: change how we mount subvolumesJosef Bacik2010-03-151-4/+6
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+2
|/
* Btrfs: apply updated fallocate i_size fixAneesh Kumar K.V2010-02-041-1/+3
* Btrfs: do not try and lookup the file extent when finishing ordered ioJosef Bacik2010-02-041-44/+2
* Btrfs: run orphan cleanup on default fs rootJosef Bacik2010-01-281-6/+0
* Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V2010-01-281-4/+9
* Btrfs: Add mount -o compress-forceChris Mason2010-01-281-1/+2
* Btrfs: fix regression in orphan cleanupJosef Bacik2010-01-171-0/+6
* btrfs: fix missing last-entry in readdir(3)Jan Engelhardt2010-01-171-1/+5
* Btrfs: make sure fallocate properly starts a transactionChris Mason2009-12-171-4/+9
* Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki2009-12-171-0/+4
* Btrfs: Add delayed iputYan, Zheng2009-12-171-2/+53
* Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng2009-12-171-7/+8
* Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng2009-12-171-124/+192
* Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng2009-12-171-33/+32
* Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng2009-12-171-3/+16
* Btrfs: Fix disk_i_size update corner caseYan, Zheng2009-12-171-27/+44
* Btrfs: Rewrite btrfs_drop_extentsYan, Zheng2009-12-151-18/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-11-111-15/+80
|\
| * Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik2009-11-111-0/+10
| * Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik2009-11-111-8/+23
| * Btrfs: fix some metadata enospc issuesJosef Bacik2009-11-111-5/+31
| * Btrfs: fix data allocation hint startJosef Bacik2009-11-111-2/+16
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-151-4/+29
|\|
| * Btrfs: fix possible ENOSPC problems with truncateJosef Bacik2009-10-141-3/+24
| * Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-37/+74
|\|
| * Btrfs: fix uninit compiler warning in cow_file_range_nocowChris Mason2009-10-091-0/+1
| * Btrfs: constify dentry_operationsAlexey Dobriyan2009-10-091-1/+1
| * Btrfs: remove negative dentry when deleting subvolumneYan, Zheng2009-10-091-5/+7
| * Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-14/+31
| * Btrfs: delay clearing EXTENT_DELALLOC for compressed extentsChris Mason2009-10-081-2/+4
| * Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason2009-10-081-15/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2009-10-011-31/+204
|\ \
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-011-0/+11
| |\|
| | * Btrfs: fix data space leak fixJosef Bacik2009-10-011-0/+11
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-011-31/+193
| |\|
| | * Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-31/+193
* | | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2009-09-241-169/+494
|\ \
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-241-169/+494
| |\|
| | * Btrfs: don't rename file into dummy directoryYan, Zheng2009-09-241-0/+3
| | * Btrfs: check size of inode backref before adding hardlinkYan, Zheng2009-09-241-24/+29
| | * Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-7/+127