aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana6-12/+114
2014-10-03Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick1-2/+0
2014-10-03btrfs: fix shadow warning on cmpFabian Frederick1-4/+4
2014-10-03Btrfs: fix compilation errors under DEBUGFabian Frederick1-2/+2
2014-10-03Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo1-0/+1
2014-10-03Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana1-0/+1
2014-10-03btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo1-1/+1
2014-10-03Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-03Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-03Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-8/+4
2014-10-03GFS2: Use gfs2_rbm_incr in rgblk_freeBob Peterson1-9/+13
2014-10-02ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen1-0/+4
2014-10-03xfs: xfs_iflush_done checks the wrong log item callbackMark Tinguely1-1/+1
2014-10-02CIFS: Fix readpages retrying on reconnectsPavel Shilovsky1-7/+1
2014-10-02Fix problem recognizing symlinksSteve French2-1/+3
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba5-21/+23
2014-10-02btrfs: new define for the inline extent data startDavid Sterba2-10/+9
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba2-35/+26
2014-10-02btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba1-9/+6
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba4-5/+4
2014-10-02btrfs: let merge_reloc_roots return voidDavid Sterba1-2/+1
2014-10-02btrfs: remove unused members from struct scrub_warningDavid Sterba1-15/+2
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba3-10/+38
2014-10-02btrfs: fix error labels in init_btrfs_fsDavid Sterba1-2/+2
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba4-18/+14
2014-10-02btrfs: remove unused extent state bitsDavid Sterba1-4/+0
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana3-2/+3
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba5-27/+21
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba4-12/+9
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba7-37/+18
2014-10-02btrfs: inline code of reada_tree_block and remove itDavid Sterba1-10/+2
2014-10-02btrfs: return void from readahead_tree_blockDavid Sterba3-8/+4
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba5-16/+8
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba5-10/+10
2014-10-02btrfs: remove unlikely from NULL checksDavid Sterba2-6/+6
2014-10-02xfs: flush the range before zero range conversionBrian Foster1-7/+7
2014-10-02xfs: restore buffer_head unwritten bit on ioend cancelBrian Foster1-0/+7
2014-10-02xfs: check for null dquot in xfs_quota_calc_throttle()Eric Sandeen1-2/+2
2014-10-02xfs: fix crc field handling in xfs_sb_to/from_diskEric Sandeen1-0/+5
2014-10-02xfs: don't send null bp to xfs_trans_brelse()Eric Sandeen1-1/+2
2014-10-02xfs: check for inode size overflow in xfs_new_eof()Brian Foster1-1/+1
2014-10-02xfs: only set extent size hint when askedDave Chinner1-2/+14
2014-10-02xfs: project id inheritance is a directory only flagDave Chinner2-4/+4
2014-10-02xfs: kill time.hDave Chinner5-41/+8
2014-10-02xfs: compat_xfs_bstat does not have forkoffDave Chinner2-1/+4
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner12-358/+282
2014-10-02xfs: simplify xfs_zero_remaining_bytesChristoph Hellwig1-30/+14
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner5-62/+58
2014-10-02xfs: introduce xfs_buf_submit[_wait]Dave Chinner8-128/+117
2014-10-02xfs: kill xfs_bioerror_relseDave Chinner3-44/+6