index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2025-05-20
ext4: remove sbi argument from ext4_chksum()
Eric Biggers
2025-05-20
ext4: enable large folio for regular file
Zhang Yi
2025-05-20
ext4: make online defragmentation support large folios
Zhang Yi
2025-05-20
ext4: make the writeback path support large folios
Zhang Yi
2025-05-20
ext4: correct the journal credits calculations of allocating blocks
Zhang Yi
2025-05-20
ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio
Zhang Yi
2025-05-20
ext4: make __ext4_block_zero_page_range() support large folio
Zhang Yi
2025-05-20
ext4: make regular file's buffered write path support large folios
Zhang Yi
2025-05-20
ext4: make ext4_mpage_readpages() support large folios
Zhang Yi
2025-05-20
ext4: ensure i_size is smaller than maxbytes
Zhang Yi
2025-05-20
ext4: factor out ext4_get_maxbytes()
Zhang Yi
2025-05-20
ext4: fix incorrect punch max_end
Zhang Yi
2025-05-20
ext4: fix out of bounds punch offset
Zhang Yi
2025-05-20
jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
Jeongjun Park
2025-05-20
ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffers
Christoph Hellwig
2025-05-20
ext4: fix calculation of credits for extent tree modification
Jan Kara
2025-05-19
ksmbd: fix stream write failure
Namjae Jeon
2025-05-19
smb: client: Reset all search buffer pointers when releasing buffer
Wang Zhaolong
2025-05-19
fanotify: support watching filesystems and mounts inside userns
Amir Goldstein
2025-05-19
fanotify: remove redundant permission checks
Amir Goldstein
2025-05-19
NFSv4: xattr handlers should check for absent nfs filehandles
Scott Mayhew
2025-05-19
nfs: add a refcount tracker for struct net as held by the nfs_client
Jeff Layton
2025-05-19
bcachefs: mkwrite() now only dirties one page
Kent Overstreet
2025-05-19
fs/ntfs3: remove ability to change compression on mounted volume
Konstantin Komarov
2025-05-18
bcachefs: fix extent_has_stripe_ptr()
Kent Overstreet
2025-05-18
smb: client: Fix use-after-free in cifs_fill_dirent
Wang Zhaolong
2025-05-17
bcachefs: Fix bch2_btree_path_traverse_cached() when paths realloced
Kent Overstreet
2025-05-17
btrfs: move misplaced comment of btrfs_path::keep_locks
Sun YangKai
2025-05-16
Merge tag '6.15-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2025-05-16
Merge tag 'nfs-for-6.15-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2025-05-16
NFS: Avoid flushing data while holding directory locks in nfs_rename()
Trond Myklebust
2025-05-16
NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked()
Trond Myklebust
2025-05-16
NFSv4/pnfs: Reset the layout state after a layoutreturn
Trond Myklebust
2025-05-16
ext4: avoid -Wformat-security warning
Arnd Bergmann
2025-05-16
btrfs: remove standalone "nologreplay" mount option
Qu Wenruo
2025-05-16
Merge tag 'xfs-fixes-6.15-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2025-05-16
coredump: reflow dump helpers a little
Christian Brauner
2025-05-16
coredump: massage do_coredump()
Christian Brauner
2025-05-16
coredump: massage format_corename()
Christian Brauner
2025-05-16
fs/ntfs3: Fix handling of InitializeFileRecordSegment
Konstantin Komarov
2025-05-16
x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl
James Morse
2025-05-16
fs/resctrl: Add boiler plate for external resctrl code
James Morse
2025-05-16
erofs: lazily initialize per-CPU workers and CPU hotplug hooks
Sandeep Dhavale
2025-05-16
erofs: refine readahead tracepoint
Gao Xiang
2025-05-15
Merge tag 'bcachefs-2025-05-15' of git://evilpiepirate.org/bcachefs
Linus Torvalds
2025-05-15
NFSD: Add a "default" block size
Chuck Lever
2025-05-15
NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macro
Chuck Lever
2025-05-15
NFSD: Remove NFSD_BUFSIZE
Chuck Lever
2025-05-15
NFSD: Use rqstp->rq_bvec in nfsd_iter_write()
Chuck Lever
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
[prev]
[next]