summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | f2fs: avoid get_valid_blocks() for cleanupChao Yu2019-07-031-4/+2
| * | | | | | | f2fs: ioctl for removing a range from F2FSQiuyang Sun2019-07-037-5/+260
| * | | | | | | f2fs: only set project inherit bit for directoryWang Shilong2019-06-212-1/+3
| * | | | | | | f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers2019-06-212-118/+163
| * | | | | | | f2fs: replace ktype default_attrs with default_groupsKimberly Brown2019-06-211-2/+4
| * | | | | | | f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg2019-06-034-25/+73
| * | | | | | | f2fs: Fix accounting for unusable blocksDaniel Rosenberg2019-06-031-5/+10
| * | | | | | | f2fs: Fix root reserved on remountDaniel Rosenberg2019-06-031-1/+2
| * | | | | | | f2fs: Lower threshold for disable_cp_againDaniel Rosenberg2019-06-031-3/+5
| * | | | | | | f2fs: fix sparse warningChao Yu2019-05-302-3/+3
| * | | | | | | f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala2019-05-301-0/+2
| * | | | | | | f2fs: add error prints for debugging mount failureSahitya Tummala2019-05-302-3/+7
| * | | | | | | f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-05-301-0/+39
| * | | | | | | f2fs: fix to avoid deadloop if data_flush is onChao Yu2019-05-234-0/+9
| * | | | | | | f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung2019-05-231-0/+3
| * | | | | | | f2fs: add bio cache for IPUChao Yu2019-05-233-10/+86
| * | | | | | | f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim2019-05-231-1/+2
| * | | | | | | f2fs: fix to check layout on last valid checkpoint parkChao Yu2019-05-232-11/+9
| * | | | | | | f2fs: link f2fs quota ops for sysfileJaegeuk Kim2019-05-232-8/+3
* | | | | | | | Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-13160-4703/+4397
|\ \ \ \ \ \ \ \
| * | | | | | | | xfs: chain bios the right way around in xfs_rw_bdevChristoph Hellwig2019-07-101-1/+1
| * | | | | | | | xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong2019-07-091-3/+2
| * | | | | | | | xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong2019-07-071-1/+0
| * | | | | | | | xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong2019-07-051-1/+5
| * | | | | | | | xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2019-07-052-10/+63
| * | | | | | | | xfs: refactor attr scrub memory allocation functionDarrick J. Wong2019-07-052-9/+26
| * | | | | | | | xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2019-07-052-9/+72
| * | | | | | | | xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2019-07-052-3/+13
| * | | | | | | | xfs: allow single bulkstat of special inodesDarrick J. Wong2019-07-042-1/+31
| * | | | | | | | xfs: specify AG in bulk reqDarrick J. Wong2019-07-047-12/+69
| * | | | | | | | xfs: wire up the v5 inumbers ioctlDarrick J. Wong2019-07-044-0/+62
| * | | | | | | | xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong2019-07-044-1/+123
| * | | | | | | | xfs: introduce v5 inode group structureDarrick J. Wong2019-07-047-9/+42
| * | | | | | | | xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-049-30/+125
| * | | | | | | | xfs: rename bulkstat functionsDarrick J. Wong2019-07-043-18/+19
| * | | | | | | | xfs: remove various bulk request typedef usageDarrick J. Wong2019-07-044-20/+23
| * | | | | | | | fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-034-17/+7
| * | | | | | | | xfs: poll waiting for quotacheckDarrick J. Wong2019-07-035-2/+28
| * | | | | | | | xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-0310-1/+325
| * | | | | | | | xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong2019-07-025-150/+93
| * | | | | | | | xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong2019-07-022-3/+121
| * | | | | | | | xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong2019-07-021-40/+39
| * | | | | | | | xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong2019-07-021-6/+6
| * | | | | | | | xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong2019-07-021-20/+17
| * | | | | | | | xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong2019-07-023-104/+93
| * | | | | | | | xfs: calculate inode walk prefetch more carefullyDarrick J. Wong2019-07-021-3/+45
| * | | | | | | | xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong2019-07-025-406/+264
| * | | | | | | | xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong2019-07-022-14/+12
| * | | | | | | | xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong2019-07-021-43/+20
| * | | | | | | | xfs: create simplified inode walk functionDarrick J. Wong2019-07-028-6/+496