index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-03-02
1
-0
/
+8
|
\
|
*
ceph: update the time stamps and try to drop the suid/sgid
Xiubo Li
2023-02-26
1
-0
/
+8
*
|
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-03-01
1
-6
/
+1
*
|
Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-03-01
1
-7
/
+8
|
\
\
|
*
|
hostfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2023-02-01
1
-7
/
+8
*
|
|
Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-01
13
-62
/
+155
|
\
\
\
|
*
|
|
ubifs: make kobj_type structures constant
Thomas Weißschuh
2023-02-13
1
-2
/
+2
|
*
|
|
jffs2: Fix list_del corruption if compressors initialized failed
Zhang Xiaoxu
2023-02-02
1
-5
/
+28
|
*
|
|
jffs2: Use function instead of macro when initialize compressors
Zhang Xiaoxu
2023-02-02
2
-22
/
+21
|
*
|
|
jffs2: fix spelling mistake "neccecary"->"necessary"
Yu Zhe
2023-02-02
1
-1
/
+1
|
*
|
|
ubifs: Fix kernel-doc
Yang Li
2023-02-02
1
-3
/
+3
|
*
|
|
ubifs: Fix some kernel-doc comments
Yang Li
2023-02-02
1
-2
/
+6
|
*
|
|
ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process
Zhihao Cheng
2023-02-02
1
-5
/
+14
|
*
|
|
ubifs: ubifs_writepage: Mark page dirty after writing inode failed
Zhihao Cheng
2023-02-02
1
-3
/
+9
|
*
|
|
ubifs: dirty_cow_znode: Fix memleak in error handling path
Zhihao Cheng
2023-02-02
1
-1
/
+8
|
*
|
|
ubifs: Re-statistic cleaned znode count if commit failed
Zhihao Cheng
2023-02-02
1
-0
/
+15
|
*
|
|
ubifs: Fix memory leak in alloc_wbufs()
Li Zetao
2023-02-02
1
-4
/
+13
|
*
|
|
ubifs: Reserve one leb for each journal head while doing budget
Zhihao Cheng
2023-02-02
1
-4
/
+3
|
*
|
|
ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
Zhihao Cheng
2023-02-02
1
-0
/
+2
|
*
|
|
ubifs: Fix wrong dirty space budget for dirty inode
Zhihao Cheng
2023-02-02
1
-1
/
+1
|
*
|
|
ubifs: Add comments and debug info for ubifs_xrename()
Zhihao Cheng
2023-02-02
1
-0
/
+9
|
*
|
|
ubifs: Rectify space budget for ubifs_xrename()
Zhihao Cheng
2023-02-02
1
-0
/
+5
|
*
|
|
ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
Zhihao Cheng
2023-02-02
1
-1
/
+1
|
*
|
|
ubifs: Fix memory leak in ubifs_sysfs_init()
Liu Shixin
2023-02-02
1
-0
/
+2
|
*
|
|
ubifs: Fix build errors as symbol undefined
Li Hua
2023-02-02
1
-0
/
+5
|
*
|
|
jffs2: correct logic when creating a hole in jffs2_write_begin
Yifei Liu
2023-02-02
1
-8
/
+7
|
|
/
/
*
|
|
Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-03-01
6
-14
/
+14
|
\
\
\
|
*
|
|
fs/9p: fix error reporting in v9fs_dir_release
Eric Van Hensbergen
2023-02-24
1
-3
/
+4
|
*
|
|
fs/9p: Expand setup of writeback cache to all levels
Eric Van Hensbergen
2023-02-23
5
-11
/
+10
*
|
|
|
Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
2023-03-01
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
fs/jfs: fix shift exponent db_agl2size negative
Liu Shixin via Jfs-discussion
2023-01-03
1
-1
/
+2
*
|
|
|
|
Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-03-01
8
-60
/
+101
|
\
\
\
\
\
|
*
|
|
|
|
exfat: fix the newly allocated clusters are not freed in error handling
Yuezhang Mo
2023-02-28
1
-10
/
+8
|
*
|
|
|
|
exfat: don't print error log in normal case
Yuezhang Mo
2023-02-28
1
-2
/
+3
|
*
|
|
|
|
exfat: remove unneeded code from exfat_alloc_cluster()
Yuezhang Mo
2023-02-28
1
-8
/
+1
|
*
|
|
|
|
exfat: handle unreconized benign secondary entries
Namjae Jeon
2023-02-27
3
-25
/
+81
|
*
|
|
|
|
exfat: fix inode->i_blocks for non-512 byte sector size device
Yuezhang Mo
2023-02-27
4
-9
/
+5
|
*
|
|
|
|
exfat: redefine DIR_DELETED as the bad cluster number
Sungjong Seo
2023-02-27
1
-1
/
+1
|
*
|
|
|
|
exfat: fix reporting fs error when reading dir beyond EOF
Yuezhang Mo
2023-02-27
1
-1
/
+1
|
*
|
|
|
|
exfat: fix unexpected EOF while reading dir
Yuezhang Mo
2023-02-27
1
-4
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-03-01
36
-1243
/
+1536
|
\
\
\
\
\
|
*
|
|
|
|
xfs: restore old agirotor behavior
Darrick J. Wong
2023-02-27
1
-1
/
+2
|
*
|
|
|
|
xfs: fix uninitialized variable access
Darrick J. Wong
2023-02-15
1
-0
/
+1
|
*
|
|
|
|
xfs: refactor the filestreams allocator pick functions
Dave Chinner
2023-02-12
2
-132
/
+145
|
*
|
|
|
|
xfs: return a referenced perag from filestreams allocator
Dave Chinner
2023-02-12
2
-47
/
+85
|
*
|
|
|
|
xfs: pass perag to filestreams tracing
Dave Chinner
2023-02-12
3
-42
/
+25
|
*
|
|
|
|
xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
Dave Chinner
2023-02-12
1
-60
/
+41
|
*
|
|
|
|
xfs: track an active perag reference in filestreams
Dave Chinner
2023-02-12
1
-57
/
+43
|
*
|
|
|
|
xfs: factor out MRU hit case in xfs_filestream_select_ag
Dave Chinner
2023-02-12
1
-50
/
+83
|
*
|
|
|
|
xfs: remove xfs_filestream_select_ag() longest extent check
Dave Chinner
2023-02-12
1
-17
/
+1
[next]