summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba
2014-04-07btrfs: fix crash in remount(thread_pool=) caseSergei Trofimovich
2014-04-07Btrfs: abort the transaction when we don't find our extent refJosef Bacik
2014-04-07Btrfs: fix EINVAL checks in btrfs_cloneChris Mason
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong
2014-04-07Btrfs: don't compress for a small writeWang Shilong
2014-04-07Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana
2014-04-07Btrfs: send, build path string only once in send_holeFilipe Manana
2014-04-07btrfs: filter invalid arg for btrfs resizeGui Hecheng
2014-04-07Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana
2014-04-07Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong
2014-04-07btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo
2014-04-07btrfs: make device scan less noisyDavid Sterba
2014-04-07btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik
2014-04-06Btrfs: check for an extent_op on the locked refJosef Bacik
2014-04-06Btrfs: do not reset last_snapshot after relocationJosef Bacik
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo
2014-03-21btrfs: fix uninit variable warningChris Mason
2014-03-21Btrfs: take into account total references when doing backref lookupJosef Bacik
2014-03-21Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana
2014-03-21Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana
2014-03-20Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana
2014-03-20Btrfs: fix race when updating existing ref headFilipe Manana
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo
2014-03-20Btrfs: less fs tree lock contention when using autodefragFilipe Manana
2014-03-20Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun
2014-03-20Btrfs: add missing kfree in btrfs_destroy_workqueueFilipe Manana
2014-03-20Btrfs: cache extent states in defrag code pathFilipe Manana
2014-03-20Btrfs: fix deadlock with nested trans handlesJosef Bacik
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie
2014-03-10Btrfs: reclaim delalloc metadata more aggressivelyMiao Xie
2014-03-10Btrfs: remove unnecessary lock in may_commit_transaction()Miao Xie
2014-03-10Btrfs: remove the unnecessary flush when preparing the pagesMiao Xie
2014-03-10Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie
2014-03-10Btrfs: wake up the tasks that wait for the io earlierMiao Xie
2014-03-10Btrfs: fix early enospc due to the race of the two ordered extent waitMiao Xie
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie
2014-03-10btrfs: Add ftrace for btrfs_workqueueQu Wenruo
2014-03-10btrfs: Cleanup the btrfs_workqueue related function typeQu Wenruo
2014-03-10Btrfs: add readahead for send_writeLiu Bo