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-04-281-36/+18
|\
| * Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason2012-04-271-29/+1
| * Btrfs: always store the mirror we read the eb fromJosef Bacik2012-04-181-1/+1
| * btrfs: fix race in readaArne Jansen2012-04-181-1/+7
| * Btrfs: avoid setting ->d_op twiceLi Zefan2012-04-181-5/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-03-301-139/+318
|\ \ | |/
| * Btrfs: fix recursive defragment with autodefrag optionLiu Bo2012-03-291-3/+5
| * Merge branch 'error-handling' into for-linusChris Mason2012-03-281-131/+307
| |\
| | * btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-99/+279
| | * btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()Mark Fasheh2012-03-221-2/+1
| | * btrfs: split extent_state opsJeff Mahoney2012-03-221-1/+1
| | * btrfs: drop gfp_t from lock_extentJeff Mahoney2012-03-221-19/+14
| | * btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-4/+3
| | * btrfs: ->submit_bio_hook error push-upJeff Mahoney2012-03-221-1/+2
| | * btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney2012-03-221-2/+3
| | * btrfs: Simplify btrfs_submit_bio_hookJeff Mahoney2012-03-221-3/+4
| * | Btrfs: ensure an entire eb is written at onceJosef Bacik2012-03-261-0/+2
| * | Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik2012-03-261-5/+4
| |/
* | btrfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-13/+13
|/
* 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-281-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-171-33/+33
|\ \ | |/
| * Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik2012-01-161-10/+1
| * 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/+1
| * 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-031-2/+2
* | | | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | | | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* | | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
| |/ / |/| |
* | | 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
OpenPOWER on IntegriCloud