summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2013-06-10btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen
2012-10-07Btrfs: call the ordered free operation without any locks heldChris Mason
2011-05-09btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings
2011-04-14Btrfs: Fix uninitialized root flags for subvolumesLi Zefan
2010-08-13Btrfs: kfree correct pointer during mount option parsingJosef Bacik
2010-08-13Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li
2010-08-13Btrfs: apply updated fallocate i_size fixAneesh Kumar K.V
2010-08-13Btrfs: do not try and lookup the file extent when finishing ordered ioJosef Bacik
2010-08-13Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng
2010-08-13Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie
2010-08-13Btrfs: make error return negative in btrfs_sync_file()Roel Kluin
2010-08-13Btrfs: fix race between allocate and release extent buffer.Yan, Zheng
2010-08-13Btrfs: check total number of devices when removing missingJosef Bacik
2010-08-13Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik
2010-08-13Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik
2010-08-13Btrfs: run orphan cleanup on default fs rootJosef Bacik
2010-08-13Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang
2010-08-13Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V
2010-08-13Btrfs: fix possible panic on unmountJosef Bacik
2010-08-13Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason
2010-08-13Btrfs: fix regression in orphan cleanupJosef Bacik
2010-08-13Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng
2010-08-13Btrfs, fix memory leaks in error pathsJiri Slaby
2010-08-13Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng
2010-08-13btrfs: fix missing last-entry in readdir(3)Jan Engelhardt
2010-08-13Btrfs: make sure fallocate properly starts a transactionChris Mason
2010-08-13Btrfs: make metadata chunks smallerJosef Bacik
2010-08-13Btrfs: Show discard option in /proc/mountsMatthew Wilcox
2010-08-13Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki
2010-08-13Btrfs: fail mount on bad mount optionsSage Weil
2010-08-13Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng
2010-08-13Btrfs: Fix per root used space accountingYan, Zheng
2010-08-13Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng
2010-08-13Btrfs: Add delayed iputYan, Zheng
2010-08-13Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng
2010-08-13Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng
2010-08-13Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng
2010-08-13Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng
2010-08-13Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng
2010-08-13Btrfs: Fix disk_i_size update corner caseYan, Zheng
2010-08-13Btrfs: Rewrite btrfs_drop_extentsYan, Zheng
2010-08-13Btrfs: Add btrfs_duplicate_itemYan, Zheng
2010-08-13Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2010-08-02Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg
2010-07-05Btrfs: should add a permission check for setfaclShi Weihua
2010-05-26Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-11-11Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik
2009-11-11Btrfs: allow more metadata chunk preallocationChris Mason
2009-11-11Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik