index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2025-10-20
smb: use the new ->i_state accessors
Mateusz Guzik
-8
/
+8
2025-10-20
ceph: use the new ->i_state accessors
Mateusz Guzik
-19
/
+19
2025-10-20
btrfs: use the new ->i_state accessors
Mateusz Guzik
-5
/
+5
2025-10-20
Manual conversion to use ->i_state accessors of all places not covered by coc...
Mateusz Guzik
-18
/
+16
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-194
/
+194
2025-10-20
fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
Mateusz Guzik
-2
/
+3
2025-10-20
fs: add missing fences to I_NEW handling
Mateusz Guzik
-0
/
+12
2025-10-20
ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usage
Mateusz Guzik
-25
/
+3
2025-10-20
fs: assert on ->i_count in iput_final()
Mateusz Guzik
-0
/
+7
2025-10-20
iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
Joanne Koong
-7
/
+7
2025-10-20
iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
Joanne Koong
-3
/
+3
2025-10-20
iomap: iterate over folio mapping in iomap_readpage_iter()
Joanne Koong
-28
/
+25
2025-10-20
iomap: store read/readahead bio generically
Joanne Koong
-15
/
+14
2025-10-20
iomap: move read/readahead bio submission logic into helper function
Joanne Koong
-14
/
+16
2025-10-20
iomap: move bio read logic into helper function
Joanne Koong
-29
/
+39
2025-10-20
iomap: adjust read range correctly for non-block-aligned positions
Joanne Koong
-6
/
+13
2025-10-20
iomap: simplify iomap_iter_advance()
Joanne Koong
-43
/
+33
2025-10-20
x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...
Babu Moger
-9
/
+7
2025-10-20
mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
Matthew Wilcox
-5
/
+5
2025-10-19
smb: client: allocate enough space for MR WRs and ib_drain_qp()
Stefan Metzmacher
-13
/
+23
2025-10-18
Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-9
/
+10
2025-10-18
Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
-15
/
+37
2025-10-18
Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-498
/
+419
2025-10-17
btrfs: send: fix duplicated rmdir operations when using extrefs
Ting-Chang Hou
-8
/
+48
2025-10-17
btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()
Dewei Meng
-1
/
+7
2025-10-17
ntfs3: Fix uninit buffer allocated by __getname()
Sidharth Seela
-0
/
+1
2025-10-17
ntfs3: fix uninit memory after failed mi_read in mi_format_new
Raphael Pinsonneault-Thibeault
-1
/
+8
2025-10-17
ntfs3: fix use-after-free of sbi->options in cmp_fnames
YangWen
-8
/
+39
2025-10-17
ntfs: Do not overwrite uptodate pages
Matthew Wilcox (Oracle)
-6
/
+29
2025-10-17
ntfs: Do not kmap page cache pages for compression
Matthew Wilcox (Oracle)
-11
/
+0
2025-10-17
ntfs: Do not kmap pages used for reading from disk
Matthew Wilcox (Oracle)
-4
/
+0
2025-10-17
fs/ntfs3: fix mount failure for sparse runs in run_unpack()
Konstantin Komarov
-1
/
+5
2025-10-17
fs/ntfs3: Reformat code and update terminology
Konstantin Komarov
-38
/
+42
2025-10-17
fs/ntfs3: Support timestamps prior to epoch
Konstantin Komarov
-4
/
+5
2025-10-17
sysfs: check visibility before changing group attribute ownership
Fernando Fernandez Mancera
-5
/
+21
2025-10-17
erofs: fix crafted invalid cases for encoded extents
Gao Xiang
-1
/
+6
2025-10-16
Merge tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+2
2025-10-16
Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-22
/
+25
2025-10-16
Merge tag 'v6.18-rc1-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
-16
/
+34
2025-10-15
smb: client: Consolidate cmac(aes) shash allocation
Eric Biggers
-11
/
+3
2025-10-15
smb: client: Remove obsolete crypto_shash allocations
Eric Biggers
-47
/
+2
2025-10-15
smb: client: Use HMAC-MD5 library for NTLMv2
Eric Biggers
-92
/
+22
2025-10-15
smb: client: Use MD5 library for SMB1 signature calculation
Eric Biggers
-17
/
+18
2025-10-15
smb: client: Use MD5 library for M-F symlink hashing
Eric Biggers
-28
/
+4
2025-10-15
smb: client: Use HMAC-SHA256 library for SMB2 signature calculation
Eric Biggers
-61
/
+53
2025-10-15
smb: client: Use HMAC-SHA256 library for key generation
Eric Biggers
-54
/
+15
2025-10-15
smb: client: Use SHA-512 library for SMB3.1.1 preauth hash
Eric Biggers
-44
/
+16
2025-10-15
cifs: parse_dfs_referrals: prevent oob on malformed input
Eugene Korenevsky
-0
/
+17
2025-10-15
smb: client: Fix refcount leak for cifs_sb_tlink
Shuhao Fu
-6
/
+8
2025-10-15
Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-26
/
+20
[prev]
[next]