messages from 2024-04-08 13:48:38 to 2024-04-08 13:58:23 UTC [more...]
[PATCH 5.15 000/690] 5.15.154-rc1 review
2024-04-08 12:56 UTC (188+ messages)
` [PATCH 5.15 313/690] NFSD: Show state of courtesy client in client info
` [PATCH 5.15 318/690] NFSD: Refactor NFSv4 OPEN(CREATE)
` [PATCH 5.15 319/690] NFSD: Remove do_nfsd_create()
` [PATCH 5.15 337/690] fanotify: prepare for setting event flags in ignore mask
` [PATCH 5.15 338/690] fanotify: cleanups for fanotify_mark() input validations
` [PATCH 5.15 339/690] fanotify: introduce FAN_MARK_IGNORE
` [PATCH 5.15 340/690] fsnotify: Fix comment typo
` [PATCH 5.15 341/690] NLM: Defend against file_lock changes after vfs_test_lock()
` [PATCH 5.15 342/690] NFSD: Instrument fh_verify()
` [PATCH 5.15 343/690] NFSD: Fix space and spelling mistake
` [PATCH 5.15 344/690] nfsd: remove redundant assignment to variable len
` [PATCH 5.15 345/690] NFSD: Demote a WARN to a pr_warn()
` [PATCH 5.15 346/690] NFSD: Report filecache LRU size
` [PATCH 5.15 347/690] NFSD: Report count of calls to nfsd_file_acquire()
` [PATCH 5.15 348/690] NFSD: Report count of freed filecache items
` [PATCH 5.15 349/690] NFSD: Report average age of "
` [PATCH 5.15 350/690] NFSD: Add nfsd_file_lru_dispose_list() helper
` [PATCH 5.15 351/690] NFSD: Refactor nfsd_file_gc()
` [PATCH 5.15 352/690] NFSD: Refactor nfsd_file_lru_scan()
` [PATCH 5.15 353/690] NFSD: Report the number of items evicted by the LRU walk
` [PATCH 5.15 354/690] NFSD: Record number of flush calls
` [PATCH 5.15 355/690] NFSD: Zero counters when the filecache is re-initialized
` [PATCH 5.15 356/690] NFSD: Hook up the filecache stat file
` [PATCH 5.15 357/690] NFSD: WARN when freeing an item still linked via nf_lru
` [PATCH 5.15 358/690] NFSD: Trace filecache LRU activity
` [PATCH 5.15 359/690] NFSD: Leave open files out of the filecache LRU
` [PATCH 5.15 360/690] NFSD: Fix the filecache LRU shrinker
` [PATCH 5.15 361/690] NFSD: Never call nfsd_file_gc() in foreground paths
` [PATCH 5.15 362/690] NFSD: No longer record nf_hashval in the trace log
` [PATCH 5.15 363/690] NFSD: Remove lockdep assertion from unhash_and_release_locked()
` [PATCH 5.15 364/690] NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
` [PATCH 5.15 365/690] NFSD: Refactor __nfsd_file_close_inode()
` [PATCH 5.15 366/690] NFSD: nfsd_file_hash_remove can compute hashval
` [PATCH 5.15 367/690] NFSD: Remove nfsd_file::nf_hashval
` [PATCH 5.15 368/690] NFSD: Replace the "init once" mechanism
` [PATCH 5.15 369/690] NFSD: Set up an rhashtable for the filecache
` [PATCH 5.15 370/690] NFSD: Convert the filecache to use rhashtable
` [PATCH 5.15 371/690] NFSD: Clean up unused code after rhashtable conversion
` [PATCH 5.15 372/690] NFSD: Separate tracepoints for acquire and create
` [PATCH 5.15 373/690] NFSD: Move nfsd_file_trace_alloc() tracepoint
` [PATCH 5.15 374/690] NFSD: NFSv4 CLOSE should release an nfsd_file immediately
` [PATCH 5.15 375/690] NFSD: Ensure nf_inode is never dereferenced
` [PATCH 5.15 376/690] NFSD: refactoring v4 specific code to a helper in nfs4state.c
` [PATCH 5.15 377/690] NFSD: keep track of the number of v4 clients in the system
` [PATCH 5.15 378/690] NFSD: limit the number of v4 clients to 1024 per 1GB of system memory
` [PATCH 5.15 379/690] nfsd: silence extraneous printk on nfsd.ko insertion
` [PATCH 5.15 380/690] NFSD: Optimize nfsd4_encode_operation()
` [PATCH 5.15 381/690] NFSD: Optimize nfsd4_encode_fattr()
` [PATCH 5.15 382/690] NFSD: Clean up SPLICE_OK in nfsd4_encode_read()
` [PATCH 5.15 383/690] NFSD: Add an nfsd4_read::rd_eof field
` [PATCH 5.15 384/690] NFSD: Optimize nfsd4_encode_readv()
` [PATCH 5.15 385/690] NFSD: Simplify starting_len
` [PATCH 5.15 386/690] NFSD: Use xdr_pad_size()
` [PATCH 5.15 387/690] NFSD: Clean up nfsd4_encode_readlink()
` [PATCH 5.15 388/690] NFSD: Fix strncpy() fortify warning
` [PATCH 5.15 389/690] NFSD: nfserrno(-ENOMEM) is nfserr_jukebox
` [PATCH 5.15 390/690] NFSD: Shrink size of struct nfsd4_copy_notify
` [PATCH 5.15 391/690] NFSD: Shrink size of struct nfsd4_copy
` [PATCH 5.15 392/690] NFSD: Reorder the fields in struct nfsd4_op
` [PATCH 5.15 393/690] NFSD: Make nfs4_put_copy() static
` [PATCH 5.15 394/690] NFSD: Replace boolean fields in struct nfsd4_copy
` [PATCH 5.15 395/690] NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)
` [PATCH 5.15 396/690] NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)
` [PATCH 5.15 397/690] NFSD: Refactor nfsd4_do_copy()
` [PATCH 5.15 398/690] NFSD: Remove kmalloc from nfsd4_do_async_copy()
` [PATCH 5.15 399/690] NFSD: Add nfsd4_send_cb_offload()
` [PATCH 5.15 400/690] NFSD: Move copy offload callback arguments into a separate structure
` [PATCH 5.15 401/690] NFSD: drop fh argument from alloc_init_deleg
` [PATCH 5.15 402/690] NFSD: verify the opened dentry after setting a delegation
` [PATCH 5.15 403/690] NFSD: introduce struct nfsd_attrs
` [PATCH 5.15 404/690] NFSD: set attributes when creating symlinks
` [PATCH 5.15 405/690] NFSD: add security label to struct nfsd_attrs
` [PATCH 5.15 406/690] NFSD: add posix ACLs "
` [PATCH 5.15 407/690] NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning
` [PATCH 5.15 408/690] NFSD: always drop directory lock in nfsd_unlink()
` [PATCH 5.15 409/690] NFSD: only call fh_unlock() once in nfsd_link()
` [PATCH 5.15 410/690] NFSD: reduce locking in nfsd_lookup()
` [PATCH 5.15 411/690] NFSD: use explicit lock/unlock for directory ops
` [PATCH 5.15 412/690] NFSD: use (un)lock_inode instead of fh_(un)lock for file operations
` [PATCH 5.15 413/690] NFSD: discard fh_locked flag and fh_lock/fh_unlock
` [PATCH 5.15 414/690] NFSD: fix regression with setting ACLs
` [PATCH 5.15 415/690] nfsd_splice_actor(): handle compound pages
` [PATCH 5.15 416/690] NFSD: move from strlcpy with unused retval to strscpy
` [PATCH 5.15 417/690] lockd: "
` [PATCH 5.15 418/690] NFSD enforce filehandle check for source file in COPY
` [PATCH 5.15 419/690] NFSD: remove redundant variable status
` [PATCH 5.15 420/690] nfsd: Avoid some useless tests
` [PATCH 5.15 421/690] nfsd: Propagate some error code returned by memdup_user()
` [PATCH 5.15 422/690] NFSD: Increase NFSD_MAX_OPS_PER_COMPOUND
` [PATCH 5.15 423/690] NFSD: drop fname and flen args from nfsd_create_locked()
` [PATCH 5.15 424/690] nfsd: clean up mounted_on_fileid handling
` [PATCH 5.15 425/690] nfsd: remove nfsd4_prepare_cb_recall() declaration
` [PATCH 5.15 426/690] NFSD: Replace dprintk() call site in fh_verify()
` [PATCH 5.15 427/690] NFSD: Trace NFSv4 COMPOUND tags
` [PATCH 5.15 428/690] NFSD: Add tracepoints to report NFSv4 callback completions
` [PATCH 5.15 429/690] NFSD: Add a mechanism to wait for a DELEGRETURN
` [PATCH 5.15 430/690] NFSD: Refactor nfsd_setattr()
` [PATCH 5.15 431/690] NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAY
` [PATCH 5.15 432/690] NFSD: Make nfsd4_rename() "
` [PATCH 5.15 433/690] NFSD: Make nfsd4_remove() "
` [PATCH 5.15 434/690] NFSD: keep track of the number of courtesy clients in the system
` [PATCH 5.15 435/690] NFSD: add shrinker to reap courtesy clients on low memory condition
` [PATCH 5.15 436/690] SUNRPC: Parametrize how much of argsize should be zeroed
` [PATCH 5.15 437/690] NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing
` [PATCH 5.15 438/690] NFSD: Refactor common code out of dirlist helpers
` [PATCH 5.15 439/690] NFSD: Use xdr_inline_decode() to decode NFSv3 symlinks
` [PATCH 5.15 440/690] NFSD: Clean up WRITE arg decoders
` [PATCH 5.15 441/690] NFSD: Clean up nfs4svc_encode_compoundres()
` [PATCH 5.15 442/690] NFSD: Remove "inline" directives on op_rsize_bop helpers
` [PATCH 5.15 443/690] NFSD: Remove unused nfsd4_compoundargs::cachetype field
` [PATCH 5.15 444/690] NFSD: Pack struct nfsd4_compoundres
` [PATCH 5.15 445/690] nfsd: use DEFINE_PROC_SHOW_ATTRIBUTE to define nfsd_proc_ops
` [PATCH 5.15 446/690] nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_enctypes_fops
` [PATCH 5.15 447/690] nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fops
` [PATCH 5.15 448/690] nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops
` [PATCH 5.15 449/690] nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops
` [PATCH 5.15 450/690] NFSD: Rename the fields in copy_stateid_t
` [PATCH 5.15 451/690] NFSD: Cap rsize_bop result based on send buffer size
` [PATCH 5.15 452/690] nfsd: only fill out return pointer on success in nfsd4_lookup_stateid
` [PATCH 5.15 453/690] nfsd: fix comments about spinlock handling with delegations
` [PATCH 5.15 454/690] nfsd: make nfsd4_run_cb a bool return function
` [PATCH 5.15 455/690] nfsd: extra checks when freeing delegation stateids
` [PATCH 5.15 456/690] fs/notify: constify path
` [PATCH 5.15 457/690] fsnotify: remove unused declaration
` [PATCH 5.15 458/690] fanotify: Remove obsoleted fanotify_event_has_path()
` [PATCH 5.15 459/690] nfsd: fix nfsd_file_unhash_and_dispose
` [PATCH 5.15 460/690] nfsd: rework hashtable handling in nfsd_do_file_acquire
` [PATCH 5.15 461/690] NFSD: unregister shrinker when nfsd_init_net() fails
` [PATCH 5.15 462/690] nfsd: ensure we always call fh_verify_error tracepoint
` [PATCH 5.15 463/690] nfsd: fix net-namespace logic in __nfsd_file_cache_purge
` [PATCH 5.15 464/690] nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint
` [PATCH 5.15 465/690] nfsd: put the export reference in nfsd4_verify_deleg_dentry
` [PATCH 5.15 466/690] NFSD: Fix trace_nfsd_fh_verify_err() crasher
` [PATCH 5.15 467/690] NFSD: Fix reads with a non-zero offset that dont end on a page boundary
` [PATCH 5.15 468/690] lockd: use locks_inode_context helper
` [PATCH 5.15 469/690] nfsd: "
` [PATCH 5.15 470/690] NFSD: Simplify READ_PLUS
` [PATCH 5.15 471/690] NFSD: Remove redundant assignment to variable host_err
` [PATCH 5.15 472/690] NFSD: Finish converting the NFSv3 GETACL result encoder
` [PATCH 5.15 473/690] nfsd: ignore requests to disable unsupported versions
` [PATCH 5.15 474/690] nfsd: move nfserrno() to vfs.c
` [PATCH 5.15 475/690] nfsd: allow disabling NFSv2 at compile time
` [PATCH 5.15 476/690] exportfs: use pr_debug for unreachable debug statements
` [PATCH 5.15 477/690] NFSD: Pass the target nfsd_file to nfsd_commit()
` [PATCH 5.15 478/690] NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
` [PATCH 5.15 479/690] NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
` [PATCH 5.15 480/690] NFSD: Flesh out a documenting comment for filecache.c
` [PATCH 5.15 481/690] NFSD: Clean up nfs4_preprocess_stateid_op() call sites
` [PATCH 5.15 482/690] NFSD: Trace stateids returned via DELEGRETURN
` [PATCH 5.15 483/690] NFSD: Trace delegation revocations
` [PATCH 5.15 484/690] NFSD: Use const pointers as parameters to fh_ helpers
` [PATCH 5.15 485/690] NFSD: Update file_hashtbl() helpers
` [PATCH 5.15 486/690] NFSD: Clean up nfsd4_init_file()
` [PATCH 5.15 487/690] NFSD: Add a nfsd4_file_hash_remove() helper
` [PATCH 5.15 488/690] NFSD: Clean up find_or_add_file()
` [PATCH 5.15 489/690] NFSD: Refactor find_file()
` [PATCH 5.15 490/690] NFSD: Use rhashtable for managing nfs4_file objects
` [PATCH 5.15 491/690] NFSD: Fix licensing header in filecache.c
` [PATCH 5.15 492/690] nfsd: remove the pages_flushed statistic from filecache
` [PATCH 5.15 493/690] nfsd: reorganize filecache.c
` [PATCH 5.15 494/690] filelock: add a new locks_inode_context accessor function
` [PATCH 5.15 495/690] nfsd: fix up the filecache laundrette scheduling
` [PATCH 5.15 496/690] NFSD: Add an nfsd_file_fsync tracepoint
` [PATCH 5.15 497/690] nfsd: return error if nfs4_setacl fails
` [PATCH 5.15 498/690] NFSD: Use struct_size() helper in alloc_session()
` [PATCH 5.15 499/690] lockd: set missing fl_flags field when retrieving args
` [PATCH 5.15 500/690] lockd: ensure we use the correct file descriptor when unlocking
` [PATCH 5.15 501/690] lockd: fix file selection in nlmsvc_cancel_blocked
` [PATCH 5.15 502/690] trace: Relocate event helper files
` [PATCH 5.15 503/690] NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker
` [PATCH 5.15 504/690] NFSD: add support for sending CB_RECALL_ANY
` [PATCH 5.15 505/690] NFSD: add delegation reaper to react to low memory condition
` [PATCH 5.15 506/690] NFSD: add CB_RECALL_ANY tracepoints
` [PATCH 5.15 507/690] NFSD: Use only RQ_DROPME to signal the need to drop a reply
` [PATCH 5.15 508/690] NFSD: Avoid clashing function prototypes
` [PATCH 5.15 509/690] nfsd: rework refcounting in filecache
` [PATCH 5.15 510/690] nfsd: fix handling of cached open files in nfsd4_open codepath
` [PATCH 5.15 511/690] Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
` [PATCH 5.15 512/690] NFSD: Use set_bit(RQ_DROPME)
` [PATCH 5.15 514/690] NFSD: replace delayed_work with work_struct for nfsd_client_shrinker
` [PATCH 5.15 523/690] nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
` [PATCH 5.15 524/690] nfsd: dont fsync nfsd_files on last close
` [PATCH 5.15 525/690] NFSD: copy the whole verifier in nfsd_copy_write_verifier
` [PATCH 5.15 526/690] NFSD: Protect against filesystem freezing
` [PATCH 5.15 527/690] nfsd: dont replace page in rq_pages if its a continuation of last page
` [PATCH 5.15 528/690] nfsd: call op_release, even when op_func returns an error
` [PATCH 5.15 529/690] nfsd: dont open-code clear_and_wake_up_bit
[PATCH 6.8 000/273] 6.8.5-rc1 review
2024-04-08 12:59 UTC (14+ messages)
` [PATCH 6.8 245/273] smb: client: refresh referral without acquiring refpath_lock
` [PATCH 6.8 246/273] smb: client: handle DFS tcons in cifs_construct_tcon()
` [PATCH 6.8 247/273] smb: client: serialise cifs_construct_tcon() with cifs_mount_mutex
` [PATCH 6.8 264/273] drm/xe: Use ring ops TLB invalidation for rebinds
` [PATCH 6.8 265/273] drm/xe: Rework rebinding
` [PATCH 6.8 266/273] Revert "x86/mpparse: Register APIC address only once"
` [PATCH 6.8 267/273] bpf: put uprobe links path and task in release callback
` [PATCH 6.8 268/273] bpf: support deferring bpf_link dealloc to after RCU grace period
` [PATCH 6.8 269/273] efi/libstub: Add generic support for parsing mem_encrypt=
` [PATCH 6.8 270/273] x86/boot: Move mem_encrypt= parsing to the decompressor
` [PATCH 6.8 271/273] x86/sme: Move early SME kernel encryption handling into .head.text
` [PATCH 6.8 272/273] x86/sev: Move early startup code into .head.text section
` [PATCH 6.8 273/273] x86/efistub: Remap kernel text read-only before dropping NX attribute
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox