index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
ext4: fix leaking uninitialized memory in fast-commit journal
Eric Biggers
1
-0
/
+5
2022-12-08
ext4: don't set up encryption key during jbd2 transaction
Eric Biggers
3
-23
/
+27
2022-12-08
ext4: disable fast-commit of encrypted dir operations
Eric Biggers
2
-16
/
+26
2022-12-08
ext4: fix use-after-free in ext4_orphan_cleanup
Baokun Li
1
-1
/
+2
2022-12-08
ext4: don't allow journal inode to have encrypt flag
Eric Biggers
1
-1
/
+1
2022-12-08
ext4: fix undefined behavior in bit shift for ext4_check_flag_values
Gaosheng Cui
1
-1
/
+1
2022-12-08
ext4: fix bug_on in __es_tree_search caused by bad boot loader inode
Baokun Li
1
-1
/
+1
2022-12-08
ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
Baokun Li
3
-3
/
+11
2022-12-08
ext4: add helper to check quota inums
Baokun Li
1
-3
/
+25
2022-12-08
ext4: fix bug_on in __es_tree_search caused by bad quota inode
Baokun Li
1
-0
/
+2
2022-12-08
ext4: remove trailing newline from ext4_msg() message
Luís Henriques
1
-1
/
+1
2022-12-08
f2fs: do some cleanup for f2fs module init
Yangtao Li
5
-62
/
+14
2022-12-08
f2fs: remove the unused flush argument to change_curseg
Christoph Hellwig
1
-9
/
+7
2022-12-08
f2fs: open code allocate_segment_by_default
Christoph Hellwig
1
-26
/
+24
2022-12-08
f2fs: remove struct segment_allocation default_salloc_ops
Christoph Hellwig
2
-15
/
+2
2022-12-08
xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEING
Dave Chinner
1
-4
/
+12
2022-12-08
cifs: skip alloc when request has no pages
Paulo Alcantara
1
-15
/
+21
2022-12-08
cifs: remove ->writepage
Christoph Hellwig
1
-9
/
+0
2022-12-08
cifs: stop using generic_writepages
Christoph Hellwig
1
-2
/
+18
2022-12-08
cifs: wire up >migrate_folio
Christoph Hellwig
1
-3
/
+4
2022-12-08
cifs: Parse owner/group for stat in smb311 posix extensions
Volker Lendecke
3
-8
/
+59
2022-12-08
cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()
Volker Lendecke
1
-11
/
+12
2022-12-08
ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying"
Colin Ian King
1
-1
/
+1
2022-12-08
ovl: use inode instead of dentry where possible
Miklos Szeredi
3
-29
/
+29
2022-12-08
ovl: Add comment on upperredirect reassignment
Stanislav Goriainov
1
-0
/
+5
2022-12-08
ovl: use plain list filler in indexdir and workdir cleanup
Amir Goldstein
1
-10
/
+2
2022-12-08
ovl: do not reconnect upper index records in ovl_indexdir_cleanup()
Amir Goldstein
3
-6
/
+8
2022-12-08
ovl: fix comment typos
Jiangshan Yi
2
-2
/
+2
2022-12-08
ovl: port to vfs{g,u}id_t and associated helpers
Christian Brauner
1
-2
/
+7
2022-12-08
ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
Zhang Tianci
1
-16
/
+30
2022-12-08
ovl: Use "buf" flexible array for memcpy() destination
Kees Cook
2
-2
/
+2
2022-12-07
orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()
Zhang Xiaoxu
1
-23
/
+3
2022-12-07
orangefs: Fix kmemleak in orangefs_sysfs_init()
Zhang Xiaoxu
1
-8
/
+63
2022-12-07
orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()
Zhang Xiaoxu
1
-0
/
+3
2022-12-07
orangefs: Fix sysfs not cleanup when dev init failed
Zhang Xiaoxu
1
-4
/
+4
2022-12-07
orangefs: remove redundant assignment to variable buffer_index
Colin Ian King
1
-1
/
+0
2022-12-07
orangefs: remove variable i
Colin Ian King
1
-2
/
+0
2022-12-07
fscache: Fix oops due to race with cookie_lru and use_cookie
Dave Wysochanski
1
-0
/
+8
2022-12-07
Merge tag 'v6.1-rc8' into efi/next
Ard Biesheuvel
41
-208
/
+411
2022-12-07
erofs: validate the extent length for uncompressed pclusters
Gao Xiang
1
-0
/
+5
2022-12-07
erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails
Gao Xiang
1
-4
/
+2
2022-12-07
erofs: Fix pcluster memleak when its block address is zero
Chen Zhongjin
1
-1
/
+2
2022-12-07
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
5
-14
/
+10
2022-12-07
erofs: enable large folios for fscache mode
Jingbo Xu
1
-2
/
+1
2022-12-07
erofs: support large folios for fscache mode
Jingbo Xu
1
-68
/
+80
2022-12-07
erofs: switch to prepare_ondemand_read() in fscache mode
Jingbo Xu
1
-167
/
+94
2022-12-07
fscache,cachefiles: add prepare_ondemand_read() callback
Jingbo Xu
1
-27
/
+50
2022-12-07
erofs: clean up cached I/O strategies
Gao Xiang
1
-46
/
+31
2022-12-07
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
3
-15
/
+44
2022-12-07
erofs: enable large folios for iomap mode
Jingbo Xu
2
-0
/
+4
[prev]
[next]