index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2022-10-07
xfs: remove unused variable 'done'
YueHaibing
2022-10-07
xfs: fix uninitialized variable in xfs_attr3_leaf_inactive
Darrick J. Wong
2022-10-07
xfs: streamline xfs_attr3_leaf_inactive
Darrick J. Wong
2022-10-07
xfs: move incore structures out of xfs_da_format.h
Christoph Hellwig
2022-10-07
xfs: fix memory corruption during remote attr value buffer invalidation
Darrick J. Wong
2022-10-07
xfs: refactor remote attr value buffer invalidation
Darrick J. Wong
2022-10-07
xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
Christoph Hellwig
2022-10-07
xfs: fix s_maxbytes computation on 32-bit kernels
Darrick J. Wong
2022-10-07
xfs: truncate should remove all blocks, not just to the end of the page cache
Darrick J. Wong
2022-10-07
xfs: introduce XFS_MAX_FILEOFF
Darrick J. Wong
2022-10-07
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
Christoph Hellwig
2022-10-05
ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()
ChenXiaoSong
2022-09-28
ext4: make directory inode spreading reflect flexbg size
Jan Kara
2022-09-28
xfs: fix use-after-free when aborting corrupt attr inactivation
Darrick J. Wong
2022-09-28
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
2022-09-28
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
2022-09-28
xfs: split the sunit parameter update into two parts
Darrick J. Wong
2022-09-28
xfs: refactor agfl length computation function
Darrick J. Wong
2022-09-28
xfs: use bitops interface for buf log item AIL flag check
Brian Foster
2022-09-28
xfs: stabilize insert range start boundary to avoid COW writeback race
Brian Foster
2022-09-28
xfs: fix some memory leaks in log recovery
Darrick J. Wong
2022-09-28
xfs: always log corruption errors
Darrick J. Wong
2022-09-28
xfs: constify the buffer pointer arguments to error functions
Darrick J. Wong
2022-09-28
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
Darrick J. Wong
2022-09-28
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
kaixuxia
2022-09-28
xfs: attach dquots and reserve quota blocks during unwritten conversion
Darrick J. Wong
2022-09-28
xfs: range check ri_cnt when recovering log items
Darrick J. Wong
2022-09-28
xfs: add missing assert in xfs_fsmap_owner_from_rmap
Darrick J. Wong
2022-09-28
xfs: slightly tweak an assert in xfs_fs_map_blocks
Christoph Hellwig
2022-09-28
xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
Darrick J. Wong
2022-09-28
ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
Luís Henriques
2022-09-28
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2022-09-28
afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
David Howells
2022-09-28
iomap: iomap that extends beyond EOF should be marked dirty
Chandan Babu R
2022-09-28
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stefan Metzmacher
2022-09-28
cifs: revalidate mapping when doing direct writes
Ronnie Sahlberg
2022-09-28
NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
Trond Myklebust
2022-09-20
tracefs: Only clobber mode/uid/gid on remount if asked
Brian Norris
2022-09-15
afs: Use the operation issue time instead of the reply time for callbacks
David Howells
2022-09-15
smb3: missing inode locks in punch hole
David Howells
2022-09-15
debugfs: add debugfs_lookup_and_remove()
Greg Kroah-Hartman
2022-09-15
btrfs: harden identification of a stale device
Anand Jain
2022-09-05
io_uring: disable polling pollfree files
Pavel Begunkov
2022-09-05
btrfs: tree-checker: check for overlapping extent items
Josef Bacik
2022-09-05
btrfs: unify lookup return value when dir entry is missing
Filipe Manana
2022-09-05
btrfs: do not pin logs too early during renames
Filipe Manana
2022-09-05
btrfs: introduce btrfs_lookup_match_dir
Marcos Paulo de Souza
2022-09-05
btrfs: check if root is readonly while setting security xattr
Goldwyn Rodrigues
2022-09-05
btrfs: add info when mount fails due to stale replace target
Anand Jain
2022-09-05
btrfs: replace: drop assert for suspended replace
Anand Jain
[next]