summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-04-18btrfs: sink GFP flags parameter to tree_mod_log_insert_moveDavid Sterba1-5/+5
2017-04-18Btrfs: fix wrong failed mirror_num of read-repair on raid56Liu Bo1-0/+5
2017-04-18Btrfs: set scrub page's io_error if failing to submit ioLiu Bo1-2/+6
2017-04-18btrfs: track exclusive filesystem operation in flagsDavid Sterba4-26/+25
2017-04-18btrfs: qgroups: Retry after commit on getting EDQUOTGoldwyn Rodrigues1-1/+23
2017-04-18btrfs: replace hardcoded value with SEQ_LAST macroEdmund Nadolski3-10/+12
2017-04-18btrfs: provide enumeration for __merge_refs mode argumentEdmund Nadolski1-10/+13
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba6-20/+0
2017-04-18btrfs: remove local blocksize variable in reada_find_extentDavid Sterba1-4/+2
2017-04-18btrfs: remove redundant parameter from reada_start_machine_devDavid Sterba1-4/+3
2017-04-18btrfs: remove redundant parameter from reada_find_zoneDavid Sterba1-3/+3
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba3-6/+5
2017-04-18btrfs: preallocate radix tree node for global readahead treeDavid Sterba2-1/+8
2017-04-18btrfs: preallocate radix tree node for readaheadDavid Sterba2-1/+8
2017-04-18btrfs: No need to check !(flags & MS_RDONLY) twiceGoldwyn Rodrigues1-2/+1
2017-04-18Btrfs: update comments in cache_save_setupLiu Bo1-1/+2
2017-04-18Btrfs: convert BUG_ON to WARN_ONLiu Bo1-2/+2
2017-04-18Btrfs: helper for ops that requires full stripeLiu Bo1-8/+10
2017-04-18Btrfs: do not add extra mirror when dev_replace target dev is not availableLiu Bo1-3/+4
2017-04-18Btrfs: handle operations for device replace separatelyLiu Bo1-81/+98
2017-04-18Btrfs: introduce a function to get extra mirror from replaceLiu Bo1-72/+89
2017-04-18Btrfs: separate DISCARD from __btrfs_map_blockLiu Bo1-114/+175
2017-04-18Btrfs: create a helper for getting chunk mapLiu Bo3-111/+57
2017-04-18Btrfs: add file item tracepointsLiu Bo1-0/+15
2017-04-18btrfs: convert btrfs_raid_bio.refs from atomic_t to refcount_tElena Reshetova1-10/+9
2017-04-18btrfs: convert scrub_ctx.refs from atomic_t to refcount_tElena Reshetova1-5/+5
2017-04-18btrfs: convert scrub_parity.refs from atomic_t to refcount_tElena Reshetova1-4/+4
2017-04-18btrfs: convert scrub_block.refs from atomic_t to refcount_tElena Reshetova1-5/+5
2017-04-18btrfs: convert scrub_recover.refs from atomic_t to refcount_tElena Reshetova1-4/+4
2017-04-18btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tElena Reshetova1-9/+9
2017-04-18btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova2-8/+9
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova3-4/+4
2017-04-18btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_tElena Reshetova2-10/+10
2017-04-18btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_tElena Reshetova2-16/+16
2017-04-18btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova5-12/+14
2017-04-18btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova2-7/+8
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2-10/+10
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova5-10/+11
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova5-14/+16
2017-04-18btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova2-5/+5
2017-04-18Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo1-7/+0
2017-04-18btrfs: fix a bogus warning when converting only data or metadataAdam Borowski1-3/+9
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg3-9/+24
2017-04-15vfs: don't do RCU lookup of empty pathnamesLinus Torvalds1-0/+3
2017-04-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+14
2017-04-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-22/+29
2017-04-13hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz1-3/+12
2017-04-13thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov1-1/+8
2017-04-13CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky1-1/+3
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo1-1/+1