summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-03-15btrfs: fix btrfs_mkdir goto for no free objectidsMiao Xie1-1/+1
2010-03-15Btrfs: flush data on snapshot creationSage Weil1-4/+1
2010-03-15Btrfs: make df be a little bit more understandableJosef Bacik1-3/+26
2010-03-15btrfs: Update existing btrfs_device for renaming deviceTARUISI Hiroaki1-0/+7
2010-03-15Btrfs: add new defrag-range ioctl.Chris Mason5-14/+117
2010-03-15Btrfs: be more selective in the defrag ioctlChris Mason1-10/+140
2010-03-15Btrfs: run the backing dev more often in the submit_bio helperChris Mason1-10/+10
2010-03-15Btrfs: make subvolid=0 mount the original default rootJosef Bacik1-3/+9
2010-03-15Btrfs: add ioctl and incompat flag to set the default mount subvolJosef Bacik3-1/+80
2010-03-15Btrfs: change how we mount subvolumesJosef Bacik6-34/+158
2010-03-15Btrfs: make set/get functions for the super compat_ro flags use compat_roJosef Bacik1-1/+1
2010-03-15Btrfs: add search and inode lookup ioctlsChris Mason2-16/+299
2010-03-15Btrfs: add a function to lookup a directory path by following backrefsTARUISI Hiroaki1-0/+92
2010-03-08Btrfs: kfree correct pointer during mount option parsingJosef Bacik1-2/+3
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris8-12/+12
2010-02-12Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li1-2/+4
2010-02-04Btrfs: apply updated fallocate i_size fixAneesh Kumar K.V1-1/+3
2010-02-04Btrfs: do not try and lookup the file extent when finishing ordered ioJosef Bacik1-44/+2
2010-02-04Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng1-4/+4
2010-02-04Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie2-2/+8
2010-02-04Btrfs: make error return negative in btrfs_sync_file()Roel Kluin1-1/+1
2010-02-04Btrfs: fix race between allocate and release extent buffer.Yan, Zheng1-2/+1
2010-01-28Btrfs: check total number of devices when removing missingJosef Bacik1-2/+2
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik1-2/+2
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik1-0/+5
2010-01-28Btrfs: run orphan cleanup on default fs rootJosef Bacik2-6/+6
2010-01-28Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang1-0/+1
2010-01-28Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V1-4/+9
2010-01-28Btrfs: remove tree_search() in extent_map.cMiao Xie1-14/+0
2010-01-28Btrfs: Add mount -o compress-forceChris Mason3-2/+11
2010-01-17Btrfs: fix possible panic on unmountJosef Bacik1-13/+19
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason1-5/+7
2010-01-17Btrfs: fix regression in orphan cleanupJosef Bacik1-0/+6
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng1-20/+80
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby2-2/+6
2010-01-17Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng1-0/+2
2010-01-17btrfs: fix missing last-entry in readdir(3)Jan Engelhardt1-1/+5
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason1-4/+9
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik2-11/+2
2009-12-17Btrfs: Show discard option in /proc/mountsMatthew Wilcox1-0/+2
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki1-0/+4
2009-12-17Btrfs: fail mount on bad mount optionsSage Weil1-1/+8
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng1-1/+9
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng5-27/+47
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng1-7/+3
2009-12-17Btrfs: Add delayed iputYan, Zheng9-18/+90
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng6-63/+96
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng2-137/+212
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng1-33/+32
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng2-16/+17