summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-02-241-5/+35
|\
| * Btrfs: improve error handling for btrfs_insert_dir_item callersChris Mason2012-02-231-1/+19
| * btrfs: honor umask when creating subvol rootFlorian Albrechtskirchinger2012-02-161-2/+4
| * btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney2012-02-151-2/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-291-2/+8
|\|
| * Btrfs: fix reservations in btrfs_page_mkwriteChris Mason2012-01-271-2/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-181-33/+33
|\|
| * Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik2012-01-161-10/+1Star
| * Btrfs: protect orphan block rsv with spin_lockJosef Bacik2012-01-161-4/+19
| * Btrfs: release space on error in page_mkwriteJosef Bacik2012-01-161-1/+1
| * Btrfs: fix btrfsck error 400 when truncating a compressedMiao Xie2012-01-161-7/+1Star
| * Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik2012-01-161-9/+9
| * Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-2/+2
| |\
| | * Btrfs: make sure we're not using obsolete code in btrfs_get_extentJan Schmidt2012-01-051-1/+1
| | * Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \ \
| * | | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | | | fs: propagate umode_t, misc bitsAl Viro2012-01-041-2/+2
* | | | switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* | | | switch ->create() to umode_tAl Viro2012-01-041-1/+1
* | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* | | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-231-4/+5
|\ \ \
| * | | Btrfs: call d_instantiate after all ops are setupAl Viro2011-12-231-4/+5
* | | | Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds2011-12-161-33/+147
|\| | |
| * | | Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason2011-12-151-22/+74
| |\ \ \
| | * | | Btrfs: don't panic if orphan item already existsJosef Bacik2011-12-151-1/+1
| | * | | Btrfs: fix leaked space in truncateJosef Bacik2011-12-151-2/+3
| | * | | Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik2011-12-151-0/+10
| | * | | Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik2011-12-151-19/+61
| | | |/ | | |/|
| * | | BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler2011-12-151-5/+26
| * | | btrfs: keep orphans for subvolume deletionArne Jansen2011-12-151-0/+32
| * | | Btrfs: fix wrong disk space information of the filesMiao Xie2011-12-151-1/+4
| * | | Btrfs: fix wrong i_size when truncating a file to a larger sizeMiao Xie2011-12-151-6/+12
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-011-1/+1
|\| |
| * | Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie2011-11-301-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-221-2/+4
|\| | | |/ |/|
| * btrfs: fix stat blocks accountingDavid Sterba2011-11-201-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-121-27/+57
|\|
| * Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie2011-11-111-0/+3
| * Btrfs: tweak the delayed inode reservations againChris Mason2011-11-111-20/+44
| * Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik2011-11-081-0/+1
| * Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason2011-11-081-7/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-071-310/+147Star
|\|
| * Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-153/+4Star
| |\
| | * btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt2011-09-291-152/+3Star
| | * btrfs: Do not use bio->bi_bdev after submissionJan Schmidt2011-09-291-1/+1
| | * btrfs: add mirror_num to extent_read_full_pageJan Schmidt2011-09-291-1/+1
| * | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-1/+1
| * | Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik2011-11-061-1/+4