summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-062-0/+90
|\
| * proc: bootconfig: Add /proc/bootconfig to show boot config listMasami Hiramatsu2020-01-132-0/+90
* | Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-063-52/+237
|\ \
| * | io_uring: cleanup fixed file data table referencesJens Axboe2020-02-041-13/+19
| * | io_uring: spin for sq thread to idle on shutdownJens Axboe2020-02-041-1/+12
| * | aio: prevent potential eventfd recursion on pollJens Axboe2020-02-031-2/+18
| * | io_uring: put the flag changing code in the same spotPavel Begunkov2020-02-031-5/+4
| * | io_uring: iterate req cache backwardsPavel Begunkov2020-02-031-8/+4
| * | io_uring: punt even fadvise() WILLNEED to async contextJens Axboe2020-02-031-3/+10
| * | io_uring: fix sporadic double CQE entry for closeJens Axboe2020-02-031-5/+8
| * | io_uring: remove extra ->file checkPavel Begunkov2020-02-031-3/+0
| * | io_uring: don't map read/write iovec potentially twiceJens Axboe2020-02-031-3/+5
| * | io_uring: use the proper helpers for io_send/recvJens Axboe2020-02-031-2/+4
| * | io_uring: prevent potential eventfd recursion on pollJens Axboe2020-02-031-7/+30
| * | eventfd: track eventfd_signal() recursion depthJens Axboe2020-02-031-0/+15
| * | io_uring: add BUILD_BUG_ON() to assert the layout of struct io_uring_sqeStefan Metzmacher2020-01-301-0/+33
| * | io_uring: add ->show_fdinfo() for the io_uring file descriptorJens Axboe2020-01-301-0/+75
* | | Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2020-02-051-1/+0
|\ \ \
| * | | jfs: remove unused MAXL2PAGESAlex Shi2020-01-211-1/+0
* | | | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-053-210/+95
|\ \ \ \
| * | | | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-103-210/+95
* | | | | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-0512-106/+61
|\ \ \ \ \
| * | | | | kernfs: don't bother with timestamp truncationAl Viro2019-12-081-3/+3
| * | | | | fs: Do not overload update_timeDeepa Dinamani2019-12-081-6/+3
| * | | | | fs: Delete timespec64_trunc()Deepa Dinamani2019-12-081-24/+0
| * | | | | fs: ubifs: Eliminate timespec64_trunc() usageDeepa Dinamani2019-12-081-7/+4
| * | | | | fs: ceph: Delete timespec64_trunc() usageDeepa Dinamani2019-12-081-3/+1
| * | | | | fs: cifs: Delete usage of timespec64_truncDeepa Dinamani2019-12-081-6/+7
| * | | | | fs: fat: Eliminate timespec64_trunc() usageDeepa Dinamani2019-12-081-1/+9
| * | | | | utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-086-56/+34
| |/ / / /
* | | | | Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-02-0412-228/+505
|\ \ \ \ \
| * | | | | ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-031-1/+1
| * | | | | ovl: add splice file read write helperMurphy Zhou2020-01-241-0/+47
| * | | | | ovl: implement async IO routinesJiufei Xue2020-01-243-15/+110
| * | | | | vfs: add vfs_iocb_iter_[read|write] helper functionsJiufei Xue2020-01-241-0/+56
| * | | | | ovl: layer is constMiklos Szeredi2020-01-246-22/+23
| * | | | | ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein2020-01-242-17/+14
| * | | | | ovl: fix corner case of conflicting lower layer uuidAmir Goldstein2020-01-242-2/+8
| * | | | | ovl: generalize the lower_fs[] arrayAmir Goldstein2020-01-243-46/+46
| * | | | | ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-246-34/+37
| * | | | | ovl: generalize the lower_layers[] arrayAmir Goldstein2020-01-224-31/+35
| * | | | | ovl: improving copy-up efficiency for big sparse fileChengguang Xu2020-01-221-2/+39
| * | | | | ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein2020-01-222-2/+23
| * | | | | ovl: use pr_fmt auto generate prefixlijiazi2020-01-229-81/+85
| * | | | | ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-01-221-1/+7
* | | | | | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-044-4/+4
* | | | | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-0417-144/+143
* | | | | | proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-046-76/+79
* | | | | | mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-041-2/+2
* | | | | | fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand2020-02-041-3/+27