summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-151-1/+1
|\
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-1/+1
* | Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-154-41/+34Star
|\ \
| * | ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam2019-07-021-11/+2Star
| * | ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing2019-06-191-1/+1
| * | ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sigYueHaibing2019-06-191-2/+2
| * | ecryptfs: use print_hex_dump_bytes for hexdumpSascha Hauer2019-06-191-19/+3Star
| * | eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Robbie Ko2019-02-171-2/+15
| * | ecryptfs: re-order a condition for static checkersDan Carpenter2019-02-161-2/+3
| * | eCryptfs: fix a couple type promotion bugsDan Carpenter2019-02-161-4/+8
* | | Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-1512-92/+338
|\ \ \
| * | | ubifs: Don't leak orphans on memory during commitRichard Weinberger2019-07-081-26/+24Star
| * | | ubifs: Check link count of inodes when killing orphans.Richard Weinberger2019-07-081-9/+35
| * | | ubifs: Add support for zstd compression.Michele Dionisio2019-07-084-1/+40
| * | | ubifs: support offline signed imagesSascha Hauer2019-07-087-44/+225
| * | | ubifs: remove unnecessary check in ubifs_log_start_commitLiu Song2019-07-081-4/+1Star
| * | | ubifs: Fix typo of output in get_cs_sqnumLiu Song2019-07-081-1/+1
| * | | ubifs: Simplify redundant codeLiu Song2019-07-081-2/+1Star
| * | | ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger2019-07-081-5/+11
| | |/ | |/|
* | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-07-151-1/+2
|\ \ \
| * | | io_uring: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin2019-05-091-1/+2
* | | | 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