summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+5
2010-12-10Btrfs: fix compiler warningsJan Beulich1-3/+3
2010-12-10Btrfs: Fix page leak in compressed writeback pathYan, Zheng1-1/+1
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik1-2/+1
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-57/+237
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason1-4/+19
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik1-0/+1
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik1-0/+4
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik1-4/+5
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik1-22/+16
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik1-3/+6
2010-11-21Btrfs: fix more ESTALE problems with NFSJosef Bacik1-0/+1
2010-11-21btrfs: Show device attr correctly for symlinksLi Zefan1-0/+1
2010-11-21btrfs: fix panic caused by direct IOMiao Xie1-21/+184
2010-11-21btrfs: fix free dip and dip->csums twiceMiao Xie1-6/+3
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-49/+153
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason1-1/+2
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-14/+0
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen1-3/+3
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason1-2/+22
2010-10-29Btrfs: write out free space cacheJosef Bacik1-12/+48
2010-10-28Btrfs: create special free space cache inodeJosef Bacik1-17/+78
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25new helper: inode_unhashed()Al Viro1-1/+1
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik1-2/+22
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+3
2010-08-09btrfs: remove junk sb_dirt changeArtem Bityutskiy1-1/+0
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-5/+6
2010-08-09convert btrfs to ->evict_inode()Al Viro1-2/+6
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-1/+1
2010-08-09remove inode_setattrChristoph Hellwig1-5/+7
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-3/+3
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2010-06-11Btrfs: uninitialized data is check_path_shared()Dan Carpenter1-1/+1
2010-06-11Btrfs: fix fallocate regressionJosef Bacik1-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-351/+1362
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeChris Mason1-2/+13
2010-05-26Btrfs: allow unaligned DIOChris Mason1-3/+35
2010-05-26Btrfs: fix preallocation and nodatacow checks in O_DIRECTChris Mason1-16/+140
2010-05-26Btrfs: avoid ENOSPC errors in btrfs_dirty_inodeChris Mason1-3/+11
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason1-1/+8
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason1-11/+41
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason1-9/+31
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik1-24/+463
2010-05-25Btrfs: Pre-allocate space for data relocationYan, Zheng1-20/+24
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-42/+257
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng1-2/+11
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-78/+53
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-146/+257
2010-05-25Btrfs: Kill init_btrfs_i()Yan, Zheng1-36/+28