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-31
pidfs: raise DCACHE_DONTCACHE explicitly
Christian Brauner
-0
/
+1
2025-10-31
nsfs: raise DCACHE_DONTCACHE explicitly
Christian Brauner
-0
/
+1
2025-10-31
nsfs: use inode_just_drop()
Christian Brauner
-0
/
+1
2025-10-31
libfs: allow to specify s_d_flags
Christian Brauner
-0
/
+1
2025-10-31
ecryptfs: Use MD5 library instead of crypto_shash
Eric Biggers
-154
/
+35
2025-10-31
iomap: use largest_zero_folio() in iomap_dio_zero()
Pankaj Raghav
-23
/
+15
2025-10-30
btrfs: mark dirty extent range for out of bound prealloc extents
austinchang
-0
/
+10
2025-10-30
btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new name
Filipe Manana
-1
/
+3
2025-10-30
btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relation
Shardul Bankar
-1
/
+3
2025-10-30
btrfs: ensure no dirty metadata is written back for an fs with errors
Qu Wenruo
-0
/
+8
2025-10-30
pidfs: expose coredump signal
Christian Brauner
-11
/
+19
2025-10-30
pidfs: drop struct pidfs_exit_info
Christian Brauner
-24
/
+11
2025-10-30
pidfs: prepare to drop exit_info pointer
Christian Brauner
-3
/
+9
2025-10-30
pidfd: add a new supported_mask field
Christian Brauner
-1
/
+16
2025-10-30
pidfs: add missing BUILD_BUG_ON() assert on struct pidfd_info
Christian Brauner
-0
/
+2
2025-10-30
pidfs: fix PIDFD_INFO_COREDUMP handling
Christian Brauner
-2
/
+4
2025-10-30
pidfs: use guard() for task_lock
Christian Brauner
-2
/
+1
2025-10-29
smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()...
Stefan Metzmacher
-6
/
+2
2025-10-29
smb: client: handle lack of IPC in dfs_cache_refresh()
Paulo Alcantara
-29
/
+66
2025-10-29
jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'
Nathan Chancellor
-3
/
+3
2025-10-29
fs: Make wbc_to_tag() inline and use it in fs.
Julian Sun
-21
/
+5
2025-10-29
mnt: Remove dead code which might prevent from building
Andy Shevchenko
-10
/
+0
2025-10-29
xfs: set s_min_writeback_pages for zoned file systems
Christoph Hellwig
-2
/
+26
2025-10-29
writeback: allow the file system to override MIN_WRITEBACK_PAGES
Christoph Hellwig
-9
/
+6
2025-10-29
writeback: cleanup writeback_chunk_size
Christoph Hellwig
-9
/
+5
2025-10-29
mm: rename filemap_fdatawrite_range_kick to filemap_flush_range
Christoph Hellwig
-2
/
+1
2025-10-29
mm: remove __filemap_fdatawrite_range
Christoph Hellwig
-6
/
+5
2025-10-29
mm: remove filemap_fdatawrite_wbc
Christoph Hellwig
-3
/
+3
2025-10-29
mm,btrfs: add a filemap_flush_nr helper
Christoph Hellwig
-11
/
+2
2025-10-29
btrfs: push struct writeback_control into start_delalloc_inodes
Christoph Hellwig
-30
/
+21
2025-10-29
btrfs: use the local tmp_inode variable in start_delalloc_inodes
Christoph Hellwig
-3
/
+3
2025-10-29
ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_...
Christoph Hellwig
-9
/
+2
2025-10-29
9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
Christoph Hellwig
-13
/
+4
2025-10-29
bfs: Reconstruct file type when loading from disk
Tetsuo Handa
-1
/
+18
2025-10-29
afs: Fix dynamic lookup to fail on cell lookup failure
David Howells
-18
/
+86
2025-10-28
Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
-12
/
+43
2025-10-28
Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
-12
/
+35
2025-10-28
smb: client: fix potential cfid UAF in smb2_query_info_compound
Henrique Carvalho
-1
/
+2
2025-10-27
um/hostfs: define HOSTFS_ATTR_* via asm-offsets
Johannes Berg
-33
/
+1
2025-10-26
smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_...
Stefan Metzmacher
-3
/
+8
2025-10-26
smb: server: call smb_direct_post_recv_credits() when the negotiation is done
Stefan Metzmacher
-8
/
+28
2025-10-26
ksmbd: transport_ipc: validate payload size before reading handle
Qianchang Zhao
-1
/
+7
2025-10-26
cifs: fix typo in enable_gcm_256 module parameter
Steve French
-1
/
+1
2025-10-26
Merge tag 'x86_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-9
/
+7
2025-10-25
Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-5
/
+21
2025-10-25
Merge tag 'xfs-fixes-6.18-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-140
/
+193
2025-10-24
Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
-151
/
+273
2025-10-24
Merge tag '6.18-rc2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-39
/
+44
2025-10-24
f2fs: use folio_nr_pages() instead of shift operation
Pedro Demarchi Gomes
-1
/
+1
2025-10-24
f2fs: set default valid_thresh_ratio to 80 for zoned devices
Daeho Jeong
-1
/
+1
[prev]
[next]