summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-01-28Btrfs: fix check_path_shared so it returns the right valueJosef Bacik
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2011-01-28fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-27Btrfs: Fix memory leak in writepage fixup workMiao Xie
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-12-10Btrfs: fix compiler warningsJan Beulich
2010-12-10Btrfs: Fix page leak in compressed writeback pathYan, Zheng
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik
2010-11-21Btrfs: fix more ESTALE problems with NFSJosef Bacik
2010-11-21btrfs: Show device attr correctly for symlinksLi Zefan
2010-11-21btrfs: fix panic caused by direct IOMiao Xie
2010-11-21btrfs: fix free dip and dip->csums twiceMiao Xie
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2010-10-29Btrfs: write out free space cacheJosef Bacik
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-09btrfs: remove junk sb_dirt changeArtem Bityutskiy
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro
2010-08-09convert btrfs to ->evict_inode()Al Viro
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-06-11Btrfs: uninitialized data is check_path_shared()Dan Carpenter
2010-06-11Btrfs: fix fallocate regressionJosef Bacik
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeChris Mason
2010-05-26Btrfs: allow unaligned DIOChris Mason
2010-05-26Btrfs: fix preallocation and nodatacow checks in O_DIRECTChris Mason
2010-05-26Btrfs: avoid ENOSPC errors in btrfs_dirty_inodeChris Mason
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik