summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-04-05Btrfs: Fix oops for defrag with compression turned onLi Zefan
2011-04-05Btrfs: fix /proc/mounts info.Tsutomu Itoh
2011-04-05Btrfs: fix compiler warning in file.cTsutomu Itoh
2011-03-28Btrfs: fix __btrfs_map_block on 32 bit machinesChris Mason
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie
2011-03-28btrfs: check link counter overflow in link(2)Al Viro
2011-03-28btrfs: don't mess with i_nlink of unlocked inode in rename()Al Viro
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo
2011-03-28Btrfs: fix memory leak of empty filesystem after balanceliubo
2011-03-28Btrfs: fix return value of setflags ioctlliubo
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano
2011-03-28btrfs: make inode ref log recovery fasterliubo
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang
2011-03-28Btrfs: make btrfs_map_block() return entire free extent for each device of RA...Li Dongyang
2011-03-28Btrfs: make update_reserved_bytes() publicLi Dongyang
2011-03-28btrfs: return EXDEV when linking from different subvolumesMark Fasheh
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo
2011-03-28btrfs: use GFP_NOFS instead of GFP_KERNELMiao Xie
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh
2011-03-28btrfs: properly access unaligned checksum bufferDavid Sterba
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-03-28Btrfs: use RCU instead of a spinlock to protect the root nodeChris Mason
2011-03-25Btrfs: mark the bio with an error if we have a failure in dioJosef Bacik
2011-03-25Btrfs: don't allocate dip->csums when doing writesJosef Bacik
2011-03-25Btrfs: cleanup how we setup free space clustersJosef Bacik
2011-03-21Btrfs: don't be as aggressive about using bitmapsJosef Bacik
2011-03-21Btrfs: deal with min_bytes appropriately when looking for a clusterJosef Bacik
2011-03-21Btrfs: check free space in block group before searching for a clusterJosef Bacik
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik
2011-03-17Btrfs: check return value of btrfs_search_slot properlyJosef Bacik
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik
2011-03-17Btrfs: return error if the range we want to map is bogusJosef Bacik
2011-03-17Btrfs: add a comment explaining what btrfs_cont_expand doesJosef Bacik
2011-03-17Btrfs: use mark_inode_dirty when expanding the fileJosef Bacik
2011-03-17Btrfs: only add orphan items when truncatingJosef Bacik
2011-03-17Btrfs: make sure to remove the orphan item from the in-memory listJosef Bacik
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik
2011-03-17Btrfs: cleanup error handling in the truncate pathJosef Bacik
2011-03-17Btrfs: convert to the new truncate sequenceJosef Bacik
2011-03-17Btrfs: use a slab for the free space entriesJosef Bacik
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik
2011-03-17Btrfs: fix how we deal with the pages array in the write pathJosef Bacik
2011-03-17Btrfs: simplify our write pathJosef Bacik
2011-03-17Btrfs: fix formatting in file.cJosef Bacik
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-03-14Fix corrupted OSF partition table parsingTimo Warns
2011-03-13compat breakage in preadv() and pwritev()Al Viro