summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-6.13-2' of git://git.lwn.net/linuxLinus Torvalds5 days17-31/+804
|\
| * docs: Add debugging guide for the media subsystemSebastian Fricke9 days3-0/+198
| * docs: Add debugging section to processSebastian Fricke9 days4-3/+573
| * docs/licensing: Clarify wording about "GPL" and "Proprietary"Uwe Kleine-König9 days2-9/+11
| * docs: core-api/gfp_mask-from-fs-io: indicate that vmalloc supports GFP_NOFS/G...Pavel Tikhomirov9 days1-9/+11
| * Documentation: kernel-doc: enumerate identifier *type*sRandy Dunlap9 days1-0/+1
| * Documentation: pwrseq: Fix trivial misspellingsJavier Carrasco9 days1-4/+4
| * Documentation: filesystems: update filename extensionsRandy Dunlap9 days6-6/+6
* | Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5 days1-196/+205
|\ \
| * | ecryptfs: Fix spelling mistake "validationg" -> "validating"Colin Ian King2024-11-151-1/+1
| * | Merge patch series "ecryptfs: convert to the new mount API"Christian Brauner2024-11-151-196/+205
| |\ \
| | * | ecryptfs: Convert ecryptfs to use the new mount APIEric Sandeen2024-11-152-202/+197
| | * | ecryptfs: Factor out mount option validationEric Sandeen2024-11-152-24/+38
| |/ /
* | | Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5 days4-8/+98
|\ \ \
| * \ \ Merge patch series "API for exporting connectable file handles to userspace"Christian Brauner2024-11-154-8/+98
| |\ \ \
| | * | | fs: open_by_handle_at() support for decoding "explicit connectable" file handlesAmir Goldstein2024-11-152-2/+20
| | * | | fs: name_to_handle_at() support for "explicit connectable" file handlesAmir Goldstein2024-11-153-5/+46
| | * | | fs: prepare for "explicit connectable" file handlesAmir Goldstein2024-11-153-2/+33
| |/ / /
* | | | Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5 days5-6/+225
|\ \ \ \
| * | | | rust: add PidNamespaceChristian Brauner2024-10-085-6/+225
* | | | | Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5 days78-348/+1115
|\ \ \ \ \
| * | | | | nfsd: allow for up to 32 callback session slotsJeff Layton13 days4-40/+109
| * | | | | nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer13 days4-16/+26
| * | | | | nfsd: get rid of include ../internal.hAl Viro13 days1-1/+0
| * | | | | nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun13 days1-0/+19
| * | | | | NFSD: Add nfsd4_copy time-to-liveChuck Lever13 days3-2/+21
| * | | | | NFSD: Add a laundromat reaper for async copy stateChuck Lever13 days4-1/+37
| * | | | | NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operationsChuck Lever13 days3-1/+32
| * | | | | NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOADChuck Lever13 days2-0/+9
| * | | | | NFSD: Free async copy information in nfsd4_cb_offload_release()Chuck Lever13 days2-7/+13
| * | | | | NFSD: Fix nfsd4_shutdown_copy()Chuck Lever13 days1-2/+5
| * | | | | NFSD: Add a tracepoint to record canceled async COPY operationsChuck Lever13 days2-1/+11
| * | | | | nfsd: make nfsd4_session->se_flags a boolJeff Layton13 days2-6/+4
| * | | | | nfsd: remove nfsd4_session->se_bchannelJeff Layton13 days2-3/+0
| * | | | | nfsd: make use of warning provided by refcount_tNeilBrown13 days1-1/+1
| * | | | | nfsd: Don't fail OP_SETCLIENTID when there are too many clients.NeilBrown13 days1-8/+3
| * | | | | svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin13 days1-5/+14
| * | | | | xdrgen: Remove program_stat_to_errno() call sitesChuck Lever13 days1-2/+0
| * | | | | xdrgen: Update the files included in client-side source codeChuck Lever13 days1-2/+7
| * | | | | xdrgen: Remove check for "nfs_ok" in C templatesChuck Lever13 days1-1/+1
| * | | | | xdrgen: Remove tracepoint call siteChuck Lever13 days1-3/+1
| * | | | | nfsd: release svc_expkey/svc_export with rcu_workYang Erkun13 days2-8/+27
| * | | | | SUNRPC: make sure cache entry active before cache_showYang Erkun13 days1-1/+3
| * | | | | nfsd: make sure exp active before svc_export_showYang Erkun13 days1-1/+4
| * | | | | lockd: Remove unneeded initialization of file_lock::c.flc_flagsChuck Lever13 days2-3/+3
| * | | | | lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever13 days4-6/+8
| * | | | | lockd: Remove some snippets of unfinished codeChuck Lever13 days2-24/+0
| * | | | | lockd: Remove unnecessary memset()Chuck Lever13 days1-1/+0
| * | | | | lockd: Remove unused typedefChuck Lever13 days1-2/+0
| * | | | | NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever13 days1-1/+2