summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Btrfs: change how subvolumes are organizedYan, Zheng2009-09-211-106/+262
| | * Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng2009-09-211-3/+0
| | * Btrfs: search for an allocation hint while filling file COWChris Mason2009-09-181-1/+9
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-111-38/+74
| | |\
| | | * Btrfs: zero page past end of inline file itemsChris Mason2009-09-111-0/+5
| | | * Btrfs: fix btrfs page_mkwrite to return locked pageChris Mason2009-09-111-0/+3
| | | * Btrfs: Fix extent replacment raceChris Mason2009-09-111-5/+20
| | | * Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason2009-09-111-17/+30
| | | * Btrfs: use a cached state for extent state operations during delallocChris Mason2009-09-111-3/+3
| | | * Btrfs: cache values for locking extentsChris Mason2009-09-111-3/+3
| | | * Btrfs: switch extent_map to a rw lockChris Mason2009-09-111-12/+12
* | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | HWPOISON: Enable error_remove_page on btrfsAndi Kleen2009-09-161-0/+1
| |/ /
* | | const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-10/+10
* | | const: mark remaining address_space_operations constAlexey Dobriyan2009-09-221-4/+4
|/ /
* | btrfs: fix inode rbtree corruptionFrom: Nick Piggin2009-08-211-7/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-08-071-2/+1
|\ \ | |/
| * Btrfs: remove superfluous NULL pointer check in btrfs_rename()Bartlomiej Zolnierkiewicz2009-08-071-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-281-1/+1
|\ \ | |/
| * Btrfs: adjust NULL testJulia Lawall2009-07-221-1/+1
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-021-7/+18
|\ \ | |/
| * Btrfs: honor nodatacow/sum mount options for new filesChris Mason2009-07-021-6/+7
| * Btrfs: account for space we may use in fallocateJosef Bacik2009-07-021-1/+11
* | Get "no acls for this inode" right, fix shmem breakageAl Viro2009-06-241-4/+2
* | switch btrfs to inode->i_aclAl Viro2009-06-241-14/+2
* | btrfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-111-7/+0
|/
* Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig2009-06-101-11/+16
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-59/+73
* Btrfs: remove some WARN_ONs in the IO failure pathChris Mason2009-05-141-1/+0
* Btrfs: init inode ordered_data_close flag properlyChris Mason2009-05-141-0/+1
* Btrfs: look for acls during btrfs_read_locked_inodeChris Mason2009-04-271-0/+62
OpenPOWER on IntegriCloud