summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-27/+0
|\
| * exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-27/+0
* | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-2/+2
|\ \
| * | signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman2021-07-231-2/+2
| |/
* | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-019-96/+141
|\ \
| * \ Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-0931-340/+468
| |\ \
| * \ \ Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...Greg Kroah-Hartman2021-08-061-2/+2
| |\ \ \
| | * | | sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński2021-08-051-2/+2
| | * | | sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński2021-08-051-1/+1
| * | | | debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann2021-08-051-2/+6
| * | | | kernfs: dont call d_splice_alias() under kernfs node lockIan Kent2021-07-271-4/+2
| * | | | kernfs: use i_lock to protect concurrent inode updatesIan Kent2021-07-272-8/+14
| * | | | kernfs: switch kernfs to use an rwsemIan Kent2021-07-276-70/+71
| * | | | kernfs: use VFS negative dentry cachingIan Kent2021-07-271-20/+35
| * | | | kernfs: add a revision to identify directory node changesIan Kent2021-07-272-0/+21
| * | | | Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-2728-163/+416
| |\| | |
| * | | | sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()Geert Uytterhoeven2021-07-211-1/+1
* | | | | Merge tag 'fs.close_range.v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-311-24/+40
|\ \ \ \ \
| * | | | | file: simplify logic in __close_range()Christian Brauner2021-04-021-17/+14
| * | | | | file: let pick_file() tell caller it's doneChristian Brauner2021-04-021-7/+26
* | | | | | Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...Linus Torvalds2021-08-311-1/+76
|\ \ \ \ \ \
| * | | | | | move_mount: allow to add a mount into an existing groupPavel Tikhomirov2021-07-261-1/+76
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-3114-920/+845
|\ \ \ \ \ \
| * | | | | | iomap: standardize tracepoint formatting and storageDarrick J. Wong2021-08-261-10/+18
| * | | | | | mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu2021-08-181-0/+6
| * | | | | | iomap: move loop control code to iter.cDarrick J. Wong2021-08-162-1/+1
| * | | | | | iomap: constify iomap_iter_srcmapChristoph Hellwig2021-08-161-19/+19
| * | | | | | fsdax: switch the fault handlers to use iomap_iterChristoph Hellwig2021-08-161-118/+75
| * | | | | | fsdax: factor out a dax_fault_actor() helperShiyang Ruan2021-08-161-148/+149
| * | | | | | fsdax: factor out helpers to simplify the dax fault codeShiyang Ruan2021-08-161-69/+84
| * | | | | | iomap: rework unshare flagChristoph Hellwig2021-08-161-14/+9
| * | | | | | iomap: pass an iomap_iter to various buffered I/O helpersChristoph Hellwig2021-08-161-71/+66
| * | | | | | iomap: remove iomap_applyChristoph Hellwig2021-08-162-131/+0
| * | | | | | fsdax: switch dax_iomap_rw to use iomap_iterChristoph Hellwig2021-08-161-25/+24
| * | | | | | iomap: switch iomap_swapfile_activate to use iomap_iterChristoph Hellwig2021-08-161-22/+16
| * | | | | | iomap: switch iomap_seek_data to use iomap_iterChristoph Hellwig2021-08-161-23/+24
| * | | | | | iomap: switch iomap_seek_hole to use iomap_iterChristoph Hellwig2021-08-161-25/+26
| * | | | | | iomap: switch iomap_bmap to use iomap_iterChristoph Hellwig2021-08-161-18/+13
| * | | | | | iomap: switch iomap_fiemap to use iomap_iterChristoph Hellwig2021-08-161-41/+29
| * | | | | | iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig2021-08-162-85/+84
| * | | | | | iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig2021-08-161-22/+17
| * | | | | | iomap: switch iomap_zero_range to use iomap_iterChristoph Hellwig2021-08-161-18/+18
| * | | | | | iomap: switch iomap_file_unshare to use iomap_iterChristoph Hellwig2021-08-161-17/+18
| * | | | | | iomap: switch iomap_file_buffered_write to use iomap_iterChristoph Hellwig2021-08-161-24/+25
| * | | | | | iomap: switch readahead and readpage to use iomap_iterChristoph Hellwig2021-08-161-43/+37
| * | | | | | iomap: add the new iomap_iter modelChristoph Hellwig2021-08-162-2/+109
| * | | | | | iomap: fix the iomap_readpage_actor return value for inline dataChristoph Hellwig2021-08-161-2/+2
| * | | | | | iomap: mark the iomap argument to iomap_read_page_sync constChristoph Hellwig2021-08-161-1/+1
| * | | | | | iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig2021-08-161-1/+1
| * | | | | | fsdax: mark the iomap argument to dax_iomap_sector as constChristoph Hellwig2021-08-161-1/+1