aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman1-4/+4
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2012-07-31btrfs: Convert to new freezing mechanismJan Kara1-1/+5
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-17/+25
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-0/+4
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-0/+4
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan1-0/+2
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan1-3/+0
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo1-11/+11
2012-07-23Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo1-2/+2
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh1-1/+1
2012-07-23Btrfs: don't update atime on RO subvolumesAlexander Block1-0/+5
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+51
2012-07-02Btrfs: fix wrong check during log recoveryLiu Bo1-1/+1
2012-07-02Btrfs: fix dio write vs buffered read raceJosef Bacik1-5/+50
2012-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+2
2012-06-21Btrfs: delay iput with async extentsJosef Bacik1-2/+2
2012-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-15/+58
2012-06-15Btrfs: fix missing inherited flag in renameLiu Bo1-3/+6
2012-06-14Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik1-6/+9
2012-06-14Btrfs: keep inode pinned when compressing writesJosef Bacik1-2/+6
2012-06-14Btrfs: unlock everything properly in the error case for nocowJosef Bacik1-2/+35
2012-06-14Btrfs: pass locked_page into extent_clear_unlock_delalloc if theres an errorJosef Bacik1-2/+2
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