summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
* f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
* ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
* libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi2024-02-272-0/+29
* libfs: Merge encrypted_ci_dentry_ops and ci_dentry_opsGabriel Krisman Bertazi2024-02-271-28/+6
* fscrypt: Drop d_revalidate once the key is addedGabriel Krisman Bertazi2024-02-271-7/+22
* fscrypt: Drop d_revalidate for valid dentries during lookupGabriel Krisman Bertazi2024-02-271-0/+22
* fscrypt: Factor out a helper to configure the lookup dentryGabriel Krisman Bertazi2024-02-272-10/+20
* ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2024-02-272-3/+20
* libfs: Attempt exact-match comparison first during casefolded lookupGabriel Krisman Bertazi2024-02-271-17/+23
* Merge tag 'exfat-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-125-92/+335
|\
| * exfat: do not zero the extended partYuezhang Mo2024-01-082-21/+70
| * exfat: change to get file size from DataLengthYuezhang Mo2024-01-084-19/+231
| * exfat: using ffs instead of internal logicJohn Sanpe2024-01-082-28/+16
| * exfat: using hweight instead of internal logicJohn Sanpe2024-01-081-27/+21
* | Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-123-17/+31
|\ \
| * | bch2_ioctl_subvolume_destroy(): fix lockingAl Viro2023-11-151-14/+17
| * | new helper: user_path_locked_at()Al Viro2023-11-152-3/+14
* | | Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-01-120-0/+0
|\ \ \
| * | | nfsctl: switch to simple_recursive_removal()Al Viro2023-12-201-56/+14
| |/ /
* | | Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linuxLinus Torvalds2024-01-1220-67/+151
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', 'fixes.2023.12.13a',...Neeraj Upadhyay (AMD)2023-12-1415-42/+103
| |\ \ \ \ \ \
| | | | | * | | srcu: Use try-lock lockdep annotation for NMI-safe access.Sebastian Andrzej Siewior2023-12-132-1/+7
| | | | | * | | srcu: Explain why callbacks invocations can't run concurrentlyFrederic Weisbecker2023-12-121-0/+6
| | | | | * | | srcu: No need to advance/accelerate if no callback enqueuedFrederic Weisbecker2023-12-121-3/+5
| | | | | * | | srcu: Remove superfluous callbacks advancing from srcu_gp_start()Frederic Weisbecker2023-12-121-10/+0
| | | | * | | | rcu-tasks: Mark RCU Tasks accesses to current->rcu_tasks_idle_cpuPaul E. McKenney2023-12-121-2/+2
| | | | |/ / /
| | | * | | | rcu: Force quiescent states only for ongoing grace periodZqiang2023-12-141-0/+2
| | | * | | | rcu: Remove unused macros from rcupdate.hPedro Falcato2023-12-121-3/+0
| | | * | | | rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney2023-12-127-12/+62
| | | |/ / /
| | * | | | rcutorture: Add fqs_holdoff check before fqs_task is createdZqiang2023-11-231-1/+3
| | * | | | rcutorture: Add mid-sized stall to TREE07Paul E. McKenney2023-11-231-0/+3
| | * | | | rcutorture: add nolibc init support for mips, ppc and rv64Thomas Weißschuh2023-11-231-1/+4
| | * | | | locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_ch...Paul E. McKenney2023-11-231-9/+9
| | |/ / /
| * | | | doc: Clarify historical disclaimers in memory-barriers.txtPaul E. McKenney2023-12-141-7/+10
| * | | | doc: Mention address and data dependencies in rcu_dereference.rstPaul E. McKenney2023-12-141-7/+20
| * | | | doc: Clarify RCU Tasks reader/updater checklistPaul E. McKenney2023-12-141-9/+16
| * | | | rculist.h: docs: Fix wrong function summaryPhilipp Stanner2023-12-141-1/+1
| * | | | Documentation: RCU: Remove repeated word in commentsCharles Han2023-12-141-1/+1
| |/ / /
* | | | Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-1265-604/+1432
|\ \ \ \
| * | | | of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven2024-01-111-1/+1
| * | | | dt-bindings: fpga: altera: Convert bridge bindings to yamlMichal Simek2024-01-116-69/+123
| * | | | dt-bindings: fpga: Convert bridge binding to yamlMichal Simek2024-01-113-14/+34
| * | | | dt-bindings: vendor-prefixes: Add smiYoshinori Sato2024-01-111-0/+2
| * | | | dt-bindings: power: Clarify wording for wakeup-source propertyMark Hasemeyer2024-01-101-7/+11
| * | | | of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt2024-01-093-32/+53
| * | | | dt-bindings: ignore paths outside kernel for DT_SCHEMA_FILESAndré Draszik2024-01-091-1/+1
| * | | | drivers: of: Fixed kernel doc warningMuzammil Ashraf2024-01-091-3/+4
| * | | | dt-bindings: tpm: Document Microsoft fTPM bindingsLukas Wunner2024-01-091-0/+47
| * | | | dt-bindings: tpm: Convert IBM vTPM bindings to DT schemaLukas Wunner2024-01-092-41/+104