aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-02f2fs: allocate blocks for pinned fileJaegeuk Kim1-1/+6
2019-07-02f2fs: fix is_idle() check for discard typeSahitya Tummala1-1/+1
2019-07-02f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim3-27/+53
2019-07-02f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu1-0/+6
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu14-37/+46
2019-07-02f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven3-6/+6
2019-07-02f2fs: print kernel message if filesystem is inconsistentChao Yu1-0/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches14-506/+350
2019-07-02f2fs: avoid get_valid_blocks() for cleanupChao Yu1-4/+2
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun7-5/+260
2019-07-02ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi1-4/+9
2019-07-02ext4: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-07-02ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam1-11/+2
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-1/+1
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong5-150/+93
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong2-3/+121
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong1-40/+39
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong1-6/+6
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong1-20/+17
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong3-104/+93
2019-07-02xfs: calculate inode walk prefetch more carefullyDarrick J. Wong1-3/+45
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong5-406/+264
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong2-14/+12
2019-07-02xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong1-43/+20
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong8-6/+496
2019-07-02xfs: create iterator error codesDarrick J. Wong6-8/+14
2019-07-02btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik3-183/+193
2019-07-02btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik3-247/+255
2019-07-02btrfs: stop using block_rsv_release_bytes everywhereJosef Bacik1-8/+6
2019-07-02btrfs: cleanup the target logic in __btrfs_block_rsv_releaseJosef Bacik1-3/+9
2019-07-02btrfs: export __btrfs_block_rsv_releaseJosef Bacik2-13/+13
2019-07-02btrfs: export btrfs_block_rsv_add_bytesJosef Bacik2-9/+11
2019-07-02btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik3-68/+79
2019-07-02btrfs: Simplify update of space_info in __reserve_metadata_bytes()Goldwyn Rodrigues1-11/+5
2019-07-02btrfs: unexport can_overcommitJosef Bacik2-16/+11
2019-07-02btrfs: move reserve_metadata_bytes and supporting code to space-info.cJosef Bacik3-702/+709
2019-07-02btrfs: move dump_space_info to space-info.cJosef Bacik3-63/+65
2019-07-02btrfs: export block_rsv_use_bytesJosef Bacik2-8/+6
2019-07-02btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik3-111/+114
2019-07-02btrfs: move the space info update macro to space-info.hJosef Bacik2-37/+49
2019-07-02btrfs: move and export can_overcommitJosef Bacik3-75/+79
2019-07-02btrfs: move the space_info handling code to space-info.cJosef Bacik4-187/+204
2019-07-02btrfs: export space_info_add_*_bytesJosef Bacik2-22/+25
2019-07-02btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik2-36/+35
2019-07-02btrfs: move space_info to space-info.hJosef Bacik8-72/+85
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba3-8/+12
2019-07-02btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba1-8/+5
2019-07-02btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_spaceDavid Sterba1-4/+5
2019-07-02btrfs: drop default value assignments in enumsDavid Sterba2-10/+10
2019-07-02btrfs: use common helpers for extent IO state insertion messagesDavid Sterba1-4/+7