summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner2022-03-301-8/+10
* xfs: xfs_trans_commit() path must check for log shutdownDave Chinner2022-03-301-15/+33
* xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-303-1/+17
* xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-305-18/+33
* xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner2022-03-301-9/+13
* xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner2022-03-301-33/+17
* xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-304-31/+136
* xfs: don't report reserved bnobt space as availableDarrick J. Wong2022-03-282-2/+3
* xfs: fix overfilling of reserve poolDarrick J. Wong2022-03-281-7/+6
* xfs: always succeed at setting the reserve pool sizeDarrick J. Wong2022-03-281-4/+5
* xfs: remove infinite loop when reserving free block poolDarrick J. Wong2022-03-281-30/+20
* xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong2022-03-283-2/+17
* xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2022-03-212-6/+23
* xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-205-15/+70
* xfs: AIL should be log centricDave Chinner2022-03-203-15/+16
* xfs: log items should have a xlog pointer, not a mountDave Chinner2022-03-2010-12/+14
* xfs: async CIL flushes need pending pushes to be made stableDave Chinner2022-03-201-3/+19
* xfs: xfs_ail_push_all_sync() stalls when racing with updatesDave Chinner2022-03-201-5/+16
* xfs: check buffer pin state after locking in delwri_submitDave Chinner2022-03-201-2/+3
* xfs: log worker needs to start before intent/unlink recoveryDave Chinner2022-03-201-2/+1
* xfs: constify xfs_name_dotdotDarrick J. Wong2022-03-142-2/+6
* xfs: constify the name argument to various directory functionsDarrick J. Wong2022-03-146-26/+27
* xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong2022-03-141-1/+32
* xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong2022-03-143-29/+106
* xfs: refactor user/group quota chown in xfs_setattr_nonsizeDarrick J. Wong2022-03-141-40/+20
* xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong2022-03-142-54/+5
* xfs: don't generate selinux audit messages for capability testingDarrick J. Wong2022-03-094-4/+5
* xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang2022-03-091-1/+4
* Linux 5.17-rc6v5.17-rc6Linus Torvalds2022-02-271-1/+1
* Merge tag 'irq-urgent-2022-02-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-271-7/+7
|\
| * PCI: vmd: Prevent recursive locking on interrupt allocationThomas Gleixner2022-02-211-7/+7
* | Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-02-273-1/+18
|\ \
| * | swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-02-143-1/+18
* | | Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-274-8/+13
|\ \ \
| * \ \ Merge tag 'intel-pinctrl-v5.17-5' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Walleij2022-02-191-1/+0
| |\ \ \
| | * | | pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID"Andy Shevchenko2022-02-151-1/+0
| * | | | gpio: tegra186: Fix chip_data type confusionMarc Zyngier2022-02-191-4/+10
| * | | | pinctrl: starfive: Use a static name for the GPIO irq_chipMarc Zyngier2022-02-191-1/+1
| * | | | pinctrl: k210: Fix bias-pull-upSean Anderson2022-02-111-1/+1
| * | | | pinctrl: fix loop in k210_pinconf_get_drive()Dan Carpenter2022-02-111-1/+1
* | | | | Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-2618-79/+148
|\ \ \ \ \
| * | | | | rtla/osnoise: Fix error message when failing to enable trace instanceDaniel Bristot de Oliveira2022-02-261-1/+1
| * | | | | rtla/osnoise: Free params at the exitDaniel Bristot de Oliveira2022-02-261-0/+1
| * | | | | rtla/hist: Make -E the short version of --entriesDaniel Bristot de Oliveira2022-02-264-12/+12
| * | | | | tracing: Fix selftest config check for function graph start up testChristophe Leroy2022-02-261-4/+2
| * | | | | tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-02-261-2/+3
| * | | | | tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira2022-02-251-21/+32
| * | | | | ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor2022-02-251-1/+0
| * | | | | tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-02-251-4/+6
| * | | | | tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy2022-02-252-10/+26