summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-306/+523
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds1-7/+7
2025-07-12Merge tag 'erofs-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-35/+41
2025-07-12Merge tag 'bcachefs-2025-07-11' of git://evilpiepirate.org/bcachefsLinus Torvalds14-108/+138
2025-07-12Merge tag 'v6.16-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-22/+13
2025-07-12Revert "eventpoll: Fix priority inversion problem"Linus Torvalds1-134/+324
2025-07-11erofs: fix large fragment handlingGao Xiang3-7/+8
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski43-603/+593
2025-07-10erofs: allow readdir() to be interruptedChao Yu1-0/+6
2025-07-10erofs: address D-cache aliasingGao Xiang5-19/+21
2025-07-10erofs: use memcpy_to_folio() to replace copy_to_iter()Gao Xiang1-9/+1
2025-07-10erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu1-0/+2
2025-07-10erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu1-0/+3
2025-07-10mm: fix the inaccurate memory statistics issue for usersBaolin Wang1-7/+7
2025-07-09eventpoll: don't decrement ep refcount while still holding the ep mutexLinus Torvalds1-7/+5
2025-07-08bcachefs: Don't set BCH_FS_error on transaction restartKent Overstreet1-1/+3
2025-07-08ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon1-20/+9
2025-07-08ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-07-08smb: server: make use of rdma_destroy_qp()Stefan Metzmacher1-2/+3
2025-07-08bcachefs: Fix additional misalignment in journal space calculationsKent Overstreet1-0/+6
2025-07-07bcachefs: Don't schedule non persistent passes persistentlyKent Overstreet1-1/+1
2025-07-06Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-8/+12
2025-07-05Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-36/+39
2025-07-05bcachefs: Fix bch2_btree_transactions_read() synchronizationKent Overstreet1-0/+9
2025-07-05bcachefs: btree read retry fixesKent Overstreet3-7/+4
2025-07-05bcachefs: btree node scan no longer uses btree cacheKent Overstreet1-43/+41
2025-07-05bcachefs: Tweak btree cache helpers for use by btree node scanKent Overstreet3-15/+14
2025-07-04bcachefs: Fix btree for nonexistent tree depthKent Overstreet1-6/+17
2025-07-04bcachefs: Fix bch2_io_failures_to_text()Kent Overstreet1-8/+8
2025-07-04bcachefs: bch2_fpunch_snapshot()Kent Overstreet3-27/+35
2025-07-04Merge tag 'bcachefs-2025-07-03' of git://evilpiepirate.org/bcachefsLinus Torvalds13-54/+93
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-410/+313
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni71-931/+1270
2025-07-04fix proc_sys_compare() handling of in-lookup dentriesAl Viro2-8/+12
2025-07-04smb: client: fix native SMB symlink traversalPaulo Alcantara2-19/+20
2025-07-04smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-03Merge tag 'for-6.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-88/+131
2025-07-03Merge tag 'xfs-fixes-6.16-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds19-287/+320
2025-07-03netlink: introduce type-checking attribute iteration for nlmsgCarolina Jubran1-22/+14
2025-07-02anon_inode: rework assertionsChristian Brauner3-8/+11
2025-07-02bcachefs: opts.casefold_disabledKent Overstreet10-43/+55
2025-07-02bcachefs: Work around deadlock to btree node rewrites in journal replayKent Overstreet1-8/+35
2025-07-01Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-38/+101
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells8-19/+61
2025-07-01netfs: Renumber the NETFS_RREQ_* flags to make traces easier to readDavid Howells1-3/+3
2025-07-01netfs: Merge i_size update functionsDavid Howells4-36/+31
2025-07-01netfs: Fix i_size updatingDavid Howells2-2/+8
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara1-0/+1
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara1-0/+1