summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng
2009-07-28Btrfs: Fix async caching interaction with unmountYan Zheng
2009-07-27Btrfs: change how we unpin extentsJosef Bacik
2009-07-27Btrfs: Correct redundant test in add_inode_refJulia Lawall
2009-07-24Btrfs: find smallest available device extent during chunk allocationChris Mason
2009-07-24Btrfs: clear all space_info->full after removing a block groupChris Mason
2009-07-24Btrfs: make flushoncommit mount option correctly wait on ordered_extentsSage Weil
2009-07-24Btrfs: Avoid delayed reference update loopingYan Zheng
2009-07-24Btrfs: Fix ordering of key field checks in btrfs_previous_itemYan Zheng
2009-07-24Btrfs: find_free_dev_extent doesn't handle holes at the start of the deviceYan Zheng
2009-07-24Btrfs: Remove code duplication in comp_keysDiego Calleja
2009-07-24Btrfs: async block group cachingJosef Bacik
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik
2009-07-22Btrfs: Fix crash on read failures at mountDavid Woodhouse
2009-07-22Btrfs: remove of redundant btrfs_header_levelDaniel Cadete
2009-07-22Btrfs: adjust NULL testJulia Lawall
2009-07-22Btrfs: Remove broken sanity check from btrfs_rmap_block()David Woodhouse
2009-07-22Btrfs: convert nested spin_lock_irqsave to spin_lockJulia Lawall
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeYan Zheng
2009-07-22Btrfs: fix locking issue in btrfs_find_next_keyYan Zheng
2009-07-22Btrfs: fix double increment of path->slots[0] in btrfs_next_leafYan Zheng
2009-07-22Btrfs: properly update space information after shrinking device.Yan Zheng
2009-07-22Btrfs: fix definition of struct btrfs_extent_inline_refYan Zheng
2009-07-02Btrfs: fix error message formattingHu Tao
2009-07-02Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby
2009-07-02Btrfs: honor nodatacow/sum mount options for new filesChris Mason
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng
2009-07-02Btrfs: account for space we may use in fallocateJosef Bacik
2009-07-02Btrfs: fix the file clone ioctl for preallocated extentsChris Mason
2009-07-02Btrfs: don't log the inode in file_write while growing the fileChris Mason
2009-06-15Btrfs: always update root items for fs trees at commit timeYan Zheng
2009-06-11Btrfs: fix extent_buffer leak during tree log replayChris Mason
2009-06-11Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dirChris Mason
2009-06-11Btrfs: fix -o nodatasum printk spellingChris Mason
2009-06-11Btrfs: check duplicate backrefs for both data and metadataYan Zheng
2009-06-10Btrfs: init worker struct fields before kthread-runShin Hong
2009-06-10Btrfs: pin buffers during write_dev_supersHisashi Hifumi
2009-06-10Btrfs: avoid races between super writeout and device list updatesChris Mason
2009-06-10Fix btrfs when ACLs are configured outAl Viro
2009-06-10Btrfs: fdatasync should skip metadata writeoutHisashi Hifumi
2009-06-10Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig
2009-06-10Btrfs: autodetect SSD devicesChris Mason
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outChris Mason
2009-06-10Btrfs: avoid allocation clusters that are too spread outChris Mason
2009-06-10Btrfs: Add mount -o nossdChris Mason
2009-06-10Btrfs: avoid IO stalls behind congested devices in a multi-device FSChris Mason
2009-06-10Btrfs: don't allow WRITE_SYNC bios to starve out regular writesChris Mason
2009-06-10Btrfs: fix metadata dirty throttling limitsChris Mason
2009-06-10Btrfs: reduce mount -o ssd CPU usageChris Mason