summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-133-65/+290
|\
| * io_uring: fix io_sq_thread_stop running in front of io_sq_threadJackie Liu2019-07-091-0/+5
| * io_uring: add support for recvmsg()Jens Axboe2019-07-091-4/+27
| * io_uring: add support for sendmsg()Jens Axboe2019-07-091-0/+40
| * io_uring: add support for sqe linksJens Axboe2019-06-241-48/+193
| * io_uring: punt short reads to async contextJens Axboe2019-05-311-2/+13
| * uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-313-16/+17
* | Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2019-07-134-33/+19Star
|\ \
| * | dlm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-113-27/+7Star
| * | dlm: check if workqueues are NULL before flushing/destroyingDavid Windsor2019-07-111-6/+12
* | | Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-07-1318-758/+1268
|\ \ \
| * | | f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu2019-07-111-1/+3
| * | | f2fs: avoid out-of-range memory accessOcean Chen2019-07-111-0/+5
| * | | f2fs: fix to avoid long latency during umountHeng Xiao2019-07-111-0/+4
| * | | f2fs: allow all the users to pin a fileJaegeuk Kim2019-07-111-3/+0Star
| * | | f2fs: support swap file w/ DIOJaegeuk Kim2019-07-032-10/+137
| * | | f2fs: allocate blocks for pinned fileJaegeuk Kim2019-07-031-1/+6
| * | | f2fs: fix is_idle() check for discard typeSahitya Tummala2019-07-031-1/+1
| * | | f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim2019-07-033-27/+53
| * | | f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu2019-07-031-0/+6
| * | | f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-0314-37/+46
| * | | f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven2019-07-033-6/+6
| * | | f2fs: print kernel message if filesystem is inconsistentChao Yu2019-07-031-0/+2
| * | | f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-0314-507/+351Star
| * | | f2fs: avoid get_valid_blocks() for cleanupChao Yu2019-07-031-4/+2Star
| * | | 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/+9Star
| * | | f2fs: link f2fs quota ops for sysfileJaegeuk Kim2019-05-232-8/+3Star
* | | | Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-13160-4703/+4397Star
|\ \ \ \
| * | | | 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/+2Star
| * | | | xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong2019-07-071-1/+0Star
| * | | | 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