summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2010-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-02-12Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li
2010-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-02-04Btrfs: apply updated fallocate i_size fixAneesh Kumar K.V
2010-02-04Btrfs: do not try and lookup the file extent when finishing ordered ioJosef Bacik
2010-02-04Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng
2010-02-04Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie
2010-02-04Btrfs: make error return negative in btrfs_sync_file()Roel Kluin
2010-02-04Btrfs: fix race between allocate and release extent buffer.Yan, Zheng
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-01-28Btrfs: check total number of devices when removing missingJosef Bacik
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik
2010-01-28Btrfs: run orphan cleanup on default fs rootJosef Bacik
2010-01-28Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang
2010-01-28Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V
2010-01-28Btrfs: remove tree_search() in extent_map.cMiao Xie
2010-01-28Btrfs: Add mount -o compress-forceChris Mason
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-01-17Btrfs: fix possible panic on unmountJosef Bacik
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason
2010-01-17Btrfs: fix regression in orphan cleanupJosef Bacik
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby
2010-01-17Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng
2010-01-17btrfs: fix missing last-entry in readdir(3)Jan Engelhardt
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds
2009-12-17Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mas...Chris Mason
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason
2009-12-17Merge branch btrfs-master into for-linusChris Mason
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik
2009-12-17Btrfs: Show discard option in /proc/mountsMatthew Wilcox
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki
2009-12-17Btrfs: fail mount on bad mount optionsSage Weil
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng
2009-12-17Btrfs: Add delayed iputYan, Zheng
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng
2009-12-15Btrfs: Add btrfs_duplicate_itemYan, Zheng
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto