summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-3040-360/+482
|\
| * filesystems/locking: fix Malformed table warningRandy Dunlap2021-07-281-1/+1
| * cifs: Fix race between hole punch and page faultJan Kara2021-07-131-0/+2
| * ceph: Fix race between hole punch and page faultJan Kara2021-07-132-3/+8
| * fuse: Convert to using invalidate_lockJan Kara2021-07-135-44/+35
| * f2fs: Convert to using invalidate_lockJan Kara2021-07-134-38/+34
| * zonefs: Convert to using invalidate_lockJan Kara2021-07-132-22/+8
| * xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara2021-07-132-33/+19
| * xfs: Convert to use invalidate_lockJan Kara2021-07-134-32/+34
| * xfs: Refactor xfs_isilocked()Pavel Reichl2021-07-132-9/+27
| * ext2: Convert to using invalidate_lockJan Kara2021-07-134-24/+9
| * ext4: Convert to use mapping->invalidate_lockJan Kara2021-07-137-70/+50
| * mm: Add functions to lock invalidate_lock for two mappingsJan Kara2021-07-132-0/+44
| * mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-137-56/+180
| * documentation: Sync file_operations members with realityJan Kara2021-07-131-6/+9
| * mm: Fix comments mentioning i_mutexJan Kara2021-07-126-24/+24
* | Merge tag 'fs_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-3013-114/+103
|\ \
| * | udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-08-231-2/+11
| * | isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár2021-08-123-18/+14
| * | udf: Fix iocharset=utf8 mount optionPali Rohár2021-08-123-35/+21
| * | udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara2021-08-115-15/+16
| * | udf: Get rid of 0-length arraysJan Kara2021-08-112-26/+25
| * | udf: Remove unused declarationJan Kara2021-08-111-9/+0
| * | udf: Check LVID earlierJan Kara2021-08-111-9/+16
* | | Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-306-215/+60
|\ \ \
| * | | fs: remove generic_block_fiemapChristoph Hellwig2021-07-272-207/+0
| * | | hpfs: use iomap_fiemap to implement ->fiemapChristoph Hellwig2021-07-272-1/+51
| * | | ext2: use iomap_fiemap to implement ->fiemapChristoph Hellwig2021-07-272-2/+9
| * | | ext2: make ext2_iomap_ops available unconditionallyChristoph Hellwig2021-07-261-5/+0
* | | | Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-3010-96/+276
|\ \ \ \
| * | | | fsnotify: optimize the case of no marks of any typeAmir Goldstein2021-08-111-0/+9
| * | | | fsnotify: count all objects with attached connectorsAmir Goldstein2021-08-114-8/+44
| * | | | fsnotify: count s_fsnotify_inode_refs for attached connectorsAmir Goldstein2021-08-111-11/+18
| * | | | fsnotify: replace igrab() with ihold() on attach connectorAmir Goldstein2021-08-111-2/+5
| * | | | fanotify: add pidfd support to the fanotify APIMatthew Bobrowski2021-08-103-5/+96
| * | | | fanotify: introduce a generic info record copying helperMatthew Bobrowski2021-08-102-67/+90
| * | | | fanotify: minor cosmetic adjustments to fid labelsMatthew Bobrowski2021-08-101-14/+19
| * | | | kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski2021-08-101-4/+7
| * | | | kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski2021-08-102-1/+4
| | |/ / | |/| |
* | | | vt_kdsetmode: extend console lockingLinus Torvalds2021-08-301-4/+6
* | | | console: consume APC, DM, DCSnick black2021-08-301-4/+27
* | | | string: improve default out-of-line memcmp() implementationLinus Torvalds2021-08-301-0/+16
* | | | Linux 5.14v5.14Linus Torvalds2021-08-301-1/+1
* | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-291-1/+1
|\ \ \ \
| * | | | clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereferenceAdam Ford2021-08-291-1/+1
* | | | | Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-292-27/+121
|\ \ \ \ \
| * | | | | sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior2021-08-261-0/+3
| * | | | | sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra2021-08-202-27/+118
* | | | | | Merge tag 'irq_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-291-0/+3
|\ \ \ \ \ \
| * | | | | | PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki2021-08-271-0/+3