summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-01NFSD: Add callback operation lifetime trace pointsChuck Lever
2024-03-01NFSD: Rename nfsd_cb_state trace pointChuck Lever
2024-03-01NFSD: Replace dprintks in nfsd4_cb_sequence_done()Chuck Lever
2024-03-01NFSD: Add nfsd_seq4_status trace eventChuck Lever
2024-03-01NFSD: Retransmit callbacks after client reconnectsChuck Lever
2024-03-01NFSD: Reschedule CB operations when backchannel rpc_clnt is shut downChuck Lever
2024-03-01NFSD: Convert the callback workqueue to use delayed_workChuck Lever
2024-03-01NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever
2024-03-01nfsd: make svc_stat per-network namespace instead of globalJosef Bacik
2024-03-01nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2024-03-01nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik
2024-03-01nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik
2024-03-01sunrpc: use the struct net as the svc proc privateJosef Bacik
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik
2024-03-01sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik
2024-03-01NFSD: fix LISTXATTRS returning more bytes than maxcountJorge Mora
2024-03-01NFSD: fix LISTXATTRS returning a short list with eof=TRUEJorge Mora
2024-03-01NFSD: change LISTXATTRS cookie encoding to big-endianJorge Mora
2024-03-01NFSD: fix nfsd4_listxattr_validate_cookieJorge Mora
2024-03-01nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown
2024-03-01nfsd: Don't leave work of closing files to a work queueNeilBrown
2024-03-01SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever
2024-03-01SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu
2024-03-01SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu
2024-02-25Linux 6.8-rc6Linus Torvalds
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet
2024-02-25Merge tag 'docs-6.8-fixes3' of git://git.lwn.net/linuxLinus Torvalds
2024-02-25Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-02-25Merge tag 'tty-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-02-25Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-25Merge tag 'irq_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-02-25ext4_get_link(): fix breakage in RCU modeAl Viro
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro