summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | btrfs: qgroups: Retry after commit on getting EDQUOTGoldwyn Rodrigues2017-04-181-1/+23
| * | | btrfs: replace hardcoded value with SEQ_LAST macroEdmund Nadolski2017-04-183-10/+12
| * | | btrfs: provide enumeration for __merge_refs mode argumentEdmund Nadolski2017-04-181-10/+13
| * | | btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-186-20/+0
| * | | btrfs: remove local blocksize variable in reada_find_extentDavid Sterba2017-04-181-4/+2
| * | | btrfs: remove redundant parameter from reada_start_machine_devDavid Sterba2017-04-181-4/+3
| * | | btrfs: remove redundant parameter from reada_find_zoneDavid Sterba2017-04-181-3/+3
| * | | btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba2017-04-183-6/+5
| * | | btrfs: preallocate radix tree node for global readahead treeDavid Sterba2017-04-182-1/+8
| * | | btrfs: preallocate radix tree node for readaheadDavid Sterba2017-04-182-1/+8
| * | | btrfs: No need to check !(flags & MS_RDONLY) twiceGoldwyn Rodrigues2017-04-181-2/+1
| * | | Btrfs: update comments in cache_save_setupLiu Bo2017-04-181-1/+2
| * | | Btrfs: convert BUG_ON to WARN_ONLiu Bo2017-04-181-2/+2
| * | | Btrfs: helper for ops that requires full stripeLiu Bo2017-04-181-8/+10
| * | | Btrfs: do not add extra mirror when dev_replace target dev is not availableLiu Bo2017-04-181-3/+4
| * | | Btrfs: handle operations for device replace separatelyLiu Bo2017-04-181-81/+98
| * | | Btrfs: introduce a function to get extra mirror from replaceLiu Bo2017-04-181-72/+89
| * | | Btrfs: separate DISCARD from __btrfs_map_blockLiu Bo2017-04-181-114/+175
| * | | Btrfs: create a helper for getting chunk mapLiu Bo2017-04-183-111/+57
| * | | Btrfs: add file item tracepointsLiu Bo2017-04-181-0/+15
| * | | btrfs: convert btrfs_raid_bio.refs from atomic_t to refcount_tElena Reshetova2017-04-181-10/+9
| * | | btrfs: convert scrub_ctx.refs from atomic_t to refcount_tElena Reshetova2017-04-181-5/+5
| * | | btrfs: convert scrub_parity.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
| * | | btrfs: convert scrub_block.refs from atomic_t to refcount_tElena Reshetova2017-04-181-5/+5
| * | | btrfs: convert scrub_recover.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
| * | | btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tElena Reshetova2017-04-181-9/+9
| * | | btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova2017-04-182-8/+9
| * | | btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova2017-04-183-4/+4
| * | | btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_tElena Reshetova2017-04-182-10/+10
| * | | btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_tElena Reshetova2017-04-182-16/+16
| * | | btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-185-12/+14
| * | | btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova2017-04-182-7/+8
| * | | btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2017-04-182-10/+10
| * | | btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova2017-04-185-10/+11
| * | | btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-185-14/+16
| * | | btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova2017-04-182-5/+5
| * | | Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo2017-04-181-7/+0
| * | | btrfs: fix a bogus warning when converting only data or metadataAdam Borowski2017-04-181-3/+9
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-0919-58/+252
|\ \ \ \
| * | | | fs/affs: add rename exchangeFabian Frederick2017-05-051-1/+57
| * | | | fs/affs: add rename2 to prepare multiple methodsFabian Frederick2017-05-053-11/+18
| * | | | fs: don't set *REFERENCED on single use objectsJosef Bacik2017-05-032-3/+4
| * | | | fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois2017-04-291-1/+1
| * | | | remove pointless extern of atime_need_update_rcu()Al Viro2017-04-291-2/+0
| * | | | fs: completely ignore unknown open flagsChristoph Hellwig2017-04-271-0/+6
| * | | | fs: add a VALID_OPEN_FLAGSChristoph Hellwig2017-04-271-10/+4
| * | | | fs: remove _submit_bh()Eric Biggers2017-04-271-14/+5
| * | | | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-276-6/+6
| * | | | fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick2017-04-271-1/+1
| * | | | fs/affs: bugfix: enable writes on OFS disksFabian Frederick2017-04-271-4/+4