aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-39/+14
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik1-39/+14
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-138/+126
2012-05-30Btrfs: fall back to non-inline if we don't have enough spaceJosef Bacik1-1/+4
2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik1-17/+21
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik1-16/+12
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik1-101/+76
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik1-3/+13
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-36/+18
2012-04-27Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason1-29/+1
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik1-1/+1
2012-04-18btrfs: fix race in readaArne Jansen1-1/+7
2012-04-18Btrfs: avoid setting ->d_op twiceLi Zefan1-5/+9
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-139/+318
2012-03-29Btrfs: fix recursive defragment with autodefrag optionLiu Bo1-3/+5
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-131/+307
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik1-0/+2
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik1-5/+4
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-99/+279
2012-03-22btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()Mark Fasheh1-2/+1
2012-03-22btrfs: split extent_state opsJeff Mahoney1-1/+1
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-19/+14
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-4/+3
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney1-1/+2
2012-03-22btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney1-2/+3
2012-03-22btrfs: Simplify btrfs_submit_bio_hookJeff Mahoney1-3/+4
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang1-13/+13
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-5/+35
2012-02-23Btrfs: improve error handling for btrfs_insert_dir_item callersChris Mason1-1/+19
2012-02-16btrfs: honor umask when creating subvol rootFlorian Albrechtskirchinger1-2/+4
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney1-2/+12
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+8
2012-01-27Btrfs: fix reservations in btrfs_page_mkwriteChris Mason1-2/+8
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-33/+33
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik1-10/+1
2012-01-16Btrfs: protect orphan block rsv with spin_lockJosef Bacik1-4/+19
2012-01-16Btrfs: release space on error in page_mkwriteJosef Bacik1-1/+1
2012-01-16Btrfs: fix btrfsck error 400 when truncating a compressedMiao Xie1-7/+1
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik1-9/+9
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-2/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-05Btrfs: make sure we're not using obsolete code in btrfs_get_extentJan Schmidt1-1/+1
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+5