index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-07
xfs: remove unused variable 'done'
YueHaibing
1
-1
/
+0
2022-10-07
xfs: fix uninitialized variable in xfs_attr3_leaf_inactive
Darrick J. Wong
1
-1
/
+1
2022-10-07
xfs: streamline xfs_attr3_leaf_inactive
Darrick J. Wong
2
-81
/
+29
2022-10-07
xfs: move incore structures out of xfs_da_format.h
Christoph Hellwig
6
-57
/
+58
2022-10-07
xfs: fix memory corruption during remote attr value buffer invalidation
Darrick J. Wong
2
-40
/
+44
2022-10-07
xfs: refactor remote attr value buffer invalidation
Darrick J. Wong
2
-19
/
+31
2022-10-07
xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
Christoph Hellwig
1
-1
/
+6
2022-10-07
xfs: fix s_maxbytes computation on 32-bit kernels
Darrick J. Wong
1
-27
/
+21
2022-10-07
xfs: truncate should remove all blocks, not just to the end of the page cache
Darrick J. Wong
1
-12
/
+12
2022-10-07
xfs: introduce XFS_MAX_FILEOFF
Darrick J. Wong
2
-1
/
+9
2022-10-07
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
Christoph Hellwig
4
-6
/
+6
2022-10-05
ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()
ChenXiaoSong
1
-1
/
+2
2022-09-28
ext4: make directory inode spreading reflect flexbg size
Jan Kara
1
-1
/
+1
2022-09-28
xfs: fix use-after-free when aborting corrupt attr inactivation
Darrick J. Wong
1
-1
/
+1
2022-09-28
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
3
-20
/
+26
2022-09-28
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
4
-1
/
+130
2022-09-28
xfs: split the sunit parameter update into two parts
Darrick J. Wong
1
-51
/
+72
2022-09-28
xfs: refactor agfl length computation function
Darrick J. Wong
1
-5
/
+13
2022-09-28
xfs: use bitops interface for buf log item AIL flag check
Brian Foster
1
-1
/
+1
2022-09-28
xfs: stabilize insert range start boundary to avoid COW writeback race
Brian Foster
2
-1
/
+13
2022-09-28
xfs: fix some memory leaks in log recovery
Darrick J. Wong
1
-3
/
+5
2022-09-28
xfs: always log corruption errors
Darrick J. Wong
25
-45
/
+179
2022-09-28
xfs: constify the buffer pointer arguments to error functions
Darrick J. Wong
4
-8
/
+8
2022-09-28
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
Darrick J. Wong
5
-21
/
+21
2022-09-28
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
kaixuxia
3
-5
/
+42
2022-09-28
xfs: attach dquots and reserve quota blocks during unwritten conversion
Darrick J. Wong
1
-0
/
+10
2022-09-28
xfs: range check ri_cnt when recovering log items
Darrick J. Wong
1
-1
/
+10
2022-09-28
xfs: add missing assert in xfs_fsmap_owner_from_rmap
Darrick J. Wong
1
-0
/
+1
2022-09-28
xfs: slightly tweak an assert in xfs_fs_map_blocks
Christoph Hellwig
1
-2
/
+2
2022-09-28
xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
Darrick J. Wong
3
-7
/
+7
2022-09-28
ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
Luís Henriques
1
-0
/
+4
2022-09-28
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2
-10
/
+3
2022-09-28
afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
David Howells
1
-0
/
+1
2022-09-28
iomap: iomap that extends beyond EOF should be marked dirty
Chandan Babu R
1
-0
/
+7
2022-09-28
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stefan Metzmacher
1
-2
/
+2
2022-09-28
cifs: revalidate mapping when doing direct writes
Ronnie Sahlberg
1
-0
/
+3
2022-09-28
NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
Trond Myklebust
1
-9
/
+18
2022-09-20
tracefs: Only clobber mode/uid/gid on remount if asked
Brian Norris
1
-8
/
+23
2022-09-15
afs: Use the operation issue time instead of the reply time for callbacks
David Howells
5
-12
/
+5
2022-09-15
smb3: missing inode locks in punch hole
David Howells
1
-5
/
+5
2022-09-15
debugfs: add debugfs_lookup_and_remove()
Greg Kroah-Hartman
1
-0
/
+22
2022-09-15
btrfs: harden identification of a stale device
Anand Jain
1
-7
/
+37
2022-09-05
io_uring: disable polling pollfree files
Pavel Begunkov
2
-0
/
+4
2022-09-05
btrfs: tree-checker: check for overlapping extent items
Josef Bacik
1
-2
/
+23
2022-09-05
btrfs: unify lookup return value when dir entry is missing
Filipe Manana
3
-22
/
+42
2022-09-05
btrfs: do not pin logs too early during renames
Filipe Manana
1
-6
/
+42
2022-09-05
btrfs: introduce btrfs_lookup_match_dir
Marcos Paulo de Souza
1
-37
/
+39
2022-09-05
btrfs: check if root is readonly while setting security xattr
Goldwyn Rodrigues
1
-0
/
+3
2022-09-05
btrfs: add info when mount fails due to stale replace target
Anand Jain
1
-1
/
+1
2022-09-05
btrfs: replace: drop assert for suspended replace
Anand Jain
1
-2
/
+1
[next]