summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2013-04-05Btrfs: fix race between mmap writes and compressionChris Mason
2012-06-17Btrfs: fall back to non-inline if we don't have enough spaceJosef Bacik
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-04-27Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik
2012-04-18btrfs: fix race in readaArne Jansen
2012-04-18Btrfs: avoid setting ->d_op twiceLi Zefan
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-29Btrfs: fix recursive defragment with autodefrag optionLiu Bo
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()Mark Fasheh
2012-03-22btrfs: split extent_state opsJeff Mahoney
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney
2012-03-22btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney
2012-03-22btrfs: Simplify btrfs_submit_bio_hookJeff Mahoney
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-02-23Btrfs: improve error handling for btrfs_insert_dir_item callersChris Mason
2012-02-16btrfs: honor umask when creating subvol rootFlorian Albrechtskirchinger
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-27Btrfs: fix reservations in btrfs_page_mkwriteChris Mason
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik
2012-01-16Btrfs: protect orphan block rsv with spin_lockJosef Bacik
2012-01-16Btrfs: release space on error in page_mkwriteJosef Bacik
2012-01-16Btrfs: fix btrfsck error 400 when truncating a compressedMiao Xie
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-05Btrfs: make sure we're not using obsolete code in btrfs_get_extentJan Schmidt
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik