summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fanotify: Store fanotify handles differentlyJan Kara2020-03-253-106/+145
| * | | | | | fanotify: Simplify create_fd()Jan Kara2020-03-251-15/+11
| * | | | | | fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein2020-03-241-4/+7
| * | | | | | fanotify: merge duplicate events on parent and childAmir Goldstein2020-03-241-1/+6
| * | | | | | fsnotify: replace inode pointer with an object idAmir Goldstein2020-03-244-9/+8
| * | | | | | fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein2020-03-233-29/+14
| * | | | | | fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-236-46/+48
| * | | | | | fsnotify: funnel all dirent events through fsnotify_name()Amir Goldstein2020-03-231-11/+18
| * | | | | | fsnotify: factor helpers fsnotify_dentry() and fsnotify_file()Amir Goldstein2020-03-231-62/+37
| * | | | | | fsnotify: tidy up FS_ and FAN_ constantsAmir Goldstein2020-03-232-8/+7
* | | | | | | Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-04-063-7/+15
|\ \ \ \ \ \ \
| * | | | | | | ext2: fix empty body warnings when -Wextra is usedRandy Dunlap2020-03-231-2/+3
| * | | | | | | ext2: fix debug reference to ext2_xattr_cacheJan Kara2020-03-171-2/+1
| * | | | | | | udf: udf_sb.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
| * | | | | | | ext2: xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
| * | | | | | | ext2: Silence lockdep warning about reclaim under xattr_semJan Kara2020-02-261-1/+9
| |/ / / / / /
* | | | | | | Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxLinus Torvalds2020-04-065-75/+90
|\ \ \ \ \ \ \
| * | | | | | | net/9p: remove unused p9_req_t aux fieldDominique Martinet2020-03-271-2/+0
| * | | | | | | 9p: read only once on O_NONBLOCKSergey Alirzaev2020-03-271-1/+4
| * | | | | | | 9pnet: allow making incomplete read requestsSergey Alirzaev2020-03-272-61/+75
| * | | | | | | 9p: Remove unneeded semicolonzhengbin2020-03-271-1/+1
| * | | | | | | 9p: Fix Kconfig indentationKrzysztof Kozlowski2020-03-271-10/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-04-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix a braino in legitimize_path()Al Viro2020-04-061-1/+1
* | | | | | | | Merge tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2020-04-0512-126/+211
|\ \ \ \ \ \ \ \
| * | | | | | | | power: reset: sc27xx: Allow the SC27XX poweroff driver building into a moduleBaolin Wang2020-03-112-2/+7
| * | | | | | | | power: reset: sc27xx: Change to use cpu_down()Baolin Wang2020-03-111-3/+6
| * | | | | | | | power: reset: sc27xx: Power off the external subsystems' connectionSherry Zong2020-03-111-0/+5
| * | | | | | | | power: twl4030: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-2/+2
| * | | | | | | | power: supply: bq27xxx_battery: Silence deferred-probe errorDmitry Osipenko2020-03-111-1/+4
| * | | | | | | | power: reset: at91-reset: handle nrst async for sam9x60Claudiu.Beznea@microchip.com2020-03-081-0/+8
| * | | | | | | | power: reset: at91-reset: get rid of at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-28/+9
| * | | | | | | | power: reset: at91-reset: keep only one reset functionClaudiu.Beznea@microchip.com2020-03-081-49/+3
| * | | | | | | | power: reset: at91-reset: make at91sam9g45_restart() genericClaudiu.Beznea@microchip.com2020-03-081-15/+6
| * | | | | | | | power: reset: at91-reset: introduce ramc_lpr to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-8/+18
| * | | | | | | | power: reset: at91-reset: use r4 as tmp argumentClaudiu.Beznea@microchip.com2020-03-081-3/+3
| * | | | | | | | power: reset: at91-reset: introduce args member in at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-16/+11
| * | | | | | | | power: reset: at91-reset: introduce struct at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-6/+44
| * | | | | | | | power: reset: at91-reset: devm_kzalloc() for at91_reset data structureClaudiu.Beznea@microchip.com2020-03-081-2/+13
| * | | | | | | | power: reset: at91-reset: pass rstc base address to at91_reset_status()Claudiu.Beznea@microchip.com2020-03-081-3/+4
| * | | | | | | | power: reset: at91-reset: convert reset in pointer to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-23/+27
| * | | | | | | | power: reset: at91-reset: add notifier block to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-7/+5
| * | | | | | | | power: reset: at91-reset: add sclk to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-8/+7
| * | | | | | | | power: reset: at91-reset: add ramc_base[] to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-6/+6
| * | | | | | | | power: reset: at91-reset: introduce struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-9/+17
| * | | | | | | | power: supply: axp288_charger: Add special handling for HP Pavilion x2 10Hans de Goede2020-03-081-1/+56
| * | | | | | | | power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute Sticks.Jeffery Miller2020-03-061-2/+2
| * | | | | | | | power: supply: ab8500_charger: Fix typos in commit messagesAshish Chavan2020-03-061-16/+19
| * | | | | | | | power: supply: Allow charger manager can be built as a moduleBaolin Wang2020-03-062-2/+2
| * | | | | | | | power: supply: sc27xx: Add POWER_SUPPLY_PROP_CHARGE_NOW attributeBaolin Wang2020-02-241-0/+12