summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-1821-0/+6446
|\
| * erofs: use read_cache_page_gfp for erofs_get_meta_pageGao Xiang2019-09-051-61/+9
| * erofs: always use iget5_lockedGao Xiang2019-09-051-7/+0
| * erofs: use read_mapping_page instead of sb_breadGao Xiang2019-09-051-6/+9
| * erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-0511-90/+139
| * erofs: save one level of indentationGao Xiang2019-09-051-32/+33
| * erofs: kill use_vmap module parameterGao Xiang2019-09-051-33/+13
| * erofs: kill all erofs specific fault injectionGao Xiang2019-09-056-158/+2
| * erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-057-53/+54
| * erofs: kill __submit_bio()Gao Xiang2019-09-053-17/+17
| * erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang2019-09-055-46/+16
| * erofs: localize erofs_grab_bio()Gao Xiang2019-09-053-45/+22
| * erofs: kill verbose debug info in erofs_fill_superGao Xiang2019-09-051-7/+2
| * erofs: use dsb instead of layout for ondisk super_blockGao Xiang2019-09-051-18/+17
| * erofs: better erofs symlink stuffsGao Xiang2019-09-053-54/+29
| * erofs: update comments in inode.cGao Xiang2019-09-051-3/+2
| * erofs: update erofs_fs.h commentsGao Xiang2019-09-051-4/+5
| * erofs: use erofs_inode namingGao Xiang2019-09-0510-57/+54
| * erofs: kill erofs_{init,exit}_inode_cacheGao Xiang2019-09-051-19/+12
| * erofs: better naming for erofs inode related stuffsGao Xiang2019-09-056-90/+108
| * erofs: use feature_incompat rather than requirementsGao Xiang2019-09-054-13/+14
| * erofs: update erofs_inode_is_data_compressed helperGao Xiang2019-09-051-3/+2
| * erofs: kill __packed for on-disk structuresGao Xiang2019-09-051-9/+9
| * erofs: some macros are much more readable as a functionGao Xiang2019-09-053-11/+17
| * erofs: on-disk format should have explicitly assigned numbersGao Xiang2019-09-051-9/+9
| * erofs: remove all the byte offset commentsGao Xiang2019-09-051-51/+54
| * erofs: using switch-case while checking the inode type.Pratik Shinde2019-09-041-6/+12
| * erofs: reduntant assignment in __erofs_get_meta_page()Gao Xiang2019-08-301-2/+1
| * erofs: remove all likely/unlikely annotationsGao Xiang2019-08-3012-82/+82
| * erofs: move erofs out of stagingGao Xiang2019-08-2421-0/+6689
* | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-181-4/+5
|\ \
| * \ Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman2019-08-1242-440/+764
| |\ \
| * | | fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...Jia-Ju Bai2019-07-251-2/+4
| * | | kernfs: fix potential null pointer dereferencePeng Wang2019-07-251-2/+1
* | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2019-09-171-2/+2
| |\ \ \ \
| | * | | | PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-211-2/+2
* | | | | | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-47/+127
|\ \ \ \ \ \
| * | | | | | writeback: add tracepoints for cgroup foreign writebacksTejun Heo2019-08-301-0/+5
| * | | | | | writeback, memcg: Implement cgroup_writeback_by_id()Tejun Heo2019-08-271-0/+83
| * | | | | | writeback: Generalize and expose wb_completionTejun Heo2019-08-271-33/+14
| * | | | | | writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem tr...Tejun Heo2019-08-151-12/+5
| * | | | | | writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode swi...Tejun Heo2019-08-151-2/+20
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-5.4/io_uring-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-183/+348
|\ \ \ \ \ \
| * | | | | | io_uring: increase IORING_MAX_ENTRIES to 32KDaniel Xu2019-09-141-1/+1
| * | | | | | io_uring: make sqpoll wakeup possible with geteventsJens Axboe2019-09-121-6/+2
| * | | | | | io_uring: extend async work mergingJens Axboe2019-09-121-8/+28
| * | | | | | io_uring: limit parallelism of buffered writesJens Axboe2019-09-101-8/+39
| * | | | | | io_uring: add io_queue_async_work() helperJens Axboe2019-09-101-5/+11
| * | | | | | io_uring: optimize submit_and_wait APIJens Axboe2019-09-101-17/+46