summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Btrfs: handle errors when doing slow cachingJosef Bacik2-9/+24
2013-09-01Btrfs: add missing error handling to read_tree_blockFilipe David Borba Manana1-0/+4
2013-09-01Fix leak in __btrfs_map_block error pathDave Jones1-0/+1
2013-09-01Btrfs: add missing error check to find_parent_nodesFilipe David Borba Manana1-1/+3
2013-09-01Btrfs: optimize function btrfs_read_chunk_treeFilipe David Borba Manana1-19/+11
2013-09-01Btrfs: don't bug_on when we fail when cleaning up transactionsJosef Bacik1-2/+1
2013-09-01Btrfs: change how we queue blocks for backref checkingJosef Bacik1-7/+7
2013-09-01Btrfs: check to see if we have an inline item properlyJosef Bacik1-0/+5
2013-09-01Btrfs: fix what bits we clear when erroring out from delallocJosef Bacik1-21/+28
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik3-130/+85
2013-09-01btrfs: use BTRFS_SUPER_INFO_SIZE macro at btrfs_read_dev_super()Anand Jain1-2/+4
2013-09-01Btrfs: cache the extent map struct when reading several pagesMiao Xie1-11/+46
2013-09-01Btrfs: batch the extent state operation when reading pagesMiao Xie1-28/+107
2013-09-01Btrfs: batch the extent state operation in the end io handle of the read pageMiao Xie1-31/+42
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie8-164/+174
2013-09-01Btrfs: add branch prediction hints in the read page end IO functionMiao Xie1-5/+9
2013-09-01Btrfs: remove unnecessary argument of bio_readpage_error()Miao Xie1-15/+11
2013-09-01Btrfs: add missing mounting options in btrfs_show_options()Wang Shilong1-0/+14
2013-09-01Btrfs: use u64 for subvolid when parsing mount optionsWang Shilong1-9/+7
2013-09-01Btrfs: add sanity checks regarding to parsing mount optionsWang Shilong1-10/+37
2013-09-01Btrfs, raid56: fix memory leak when allocating pages for p/q stripes failedMiao Xie1-1/+3
2013-09-01btrfs/raid56: fix and cleanup some error pathsDan Carpenter1-6/+4
2013-09-01Btrfs: don't bother autodefragging if our root is going awayJosef Bacik1-0/+5
2013-09-01Btrfs: cleanup reloc roots properly on errorJosef Bacik2-2/+7
2013-09-01Btrfs: reset ret in record_one_backrefJosef Bacik1-2/+1
2013-09-01btrfs: fix get set label blocking against balanceAnand Jain1-6/+10
2013-09-01Btrfs: Print key type in decimal everywhereStefan Behrens1-2/+2
2013-09-01Btrfs/tracepoint: update delayed ref tracepointsLiu Bo2-3/+9
2013-09-01btrfs_read_block_groups: Use enums to indexchandan1-2/+6
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo9-113/+150
2013-09-01Btrfs: set qgroup_ulist to be null after calling ulist_free()Wang Shilong1-0/+6
2013-09-01Btrfs: add missing error checks to add_data_referencesFilipe David Borba Manana1-1/+6
2013-09-01btrfs: make errors in btrfs_num_copies less noisyDavid Sterba1-2/+2
2013-09-01Btrfs: make free space caching faster with many non-inline extent referencesLiu Bo1-0/+11
2013-09-01btrfs: fall back to global reservation when removing subvolumesJeff Mahoney3-5/+12
2013-09-01Btrfs: optimize btrfs_lookup_extent_info()Filipe David Borba Manana1-4/+17
2013-09-01Btrfs: Release uuid_mutex for shrink during device deleteCarey Underwood1-0/+2
2013-09-01Btrfs: set lockdep class before locking new extent bufferJosef Bacik1-0/+2
2013-09-01Btrfs: return -1 when lzo compression makes data biggerStefan Agner1-1/+3
2013-09-01Btrfs: stop using GFP_ATOMIC for the tree mod log allocationsJosef Bacik1-105/+56
2013-08-28Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+1
2013-08-28fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues1-1/+1
2013-08-28vfs: make the dentry cache use the lockref infrastructureWaiman Long2-37/+26
2013-08-28Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink"Linus Torvalds1-3/+7
2013-08-26Merge tag 'jfs-3.11-rc8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-8/+23
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-12/+15
2013-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+15
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter1-1/+1
2013-08-24bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter1-1/+1
2013-08-24efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter1-1/+1