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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-09
xfs: don't update mtime on COW faults
Mikulas Patocka
1
-2
/
+10
2020-09-09
xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files
Darrick J. Wong
1
-1
/
+1
2020-09-09
xfs: fix boundary test in xfs_attr_shortform_verify
Eric Sandeen
1
-1
/
+3
2020-09-03
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
3
-4
/
+26
2020-08-26
xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init
Eiichi Tsukata
1
-2
/
+4
2020-08-26
xfs: fix inode quota reservation checks
Darrick J. Wong
1
-1
/
+1
2020-08-19
xfs: fix inode allocation block res calculation precedence
Brian Foster
1
-1
/
+1
2020-08-19
xfs: fix reflink quota reservation accounting error
Darrick J. Wong
1
-7
/
+14
2020-08-19
xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
Darrick J. Wong
1
-2
/
+20
2020-06-30
xfs: add agf freeblocks verify in xfs_agf_verify
Zheng Bin
1
-0
/
+16
2020-06-22
xfs: fix duplicate verification from xfs_qm_dqflush()
Brian Foster
1
-5
/
+4
2020-06-22
xfs: reset buffer write failure state on successful completion
Brian Foster
1
-3
/
+5
2020-06-22
xfs: clean up the error handling in xfs_swap_extents
Darrick J. Wong
1
-1
/
+1
2020-05-02
xfs: fix partially uninitialized structure in xfs_reflink_remap_extent
Darrick J. Wong
1
-0
/
+1
2020-05-02
xfs: clear PF_MEMALLOC before exiting xfsaild thread
Eric Biggers
1
-1
/
+3
2020-05-02
xfs: acquire superblock freeze protection on eofblocks scans
Brian Foster
2
-1
/
+14
2020-03-05
xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
Christoph Hellwig
3
-2
/
+9
2020-01-26
xfs: Sanity check flags of Q_XQUOTARM call
Jan Kara
1
-0
/
+3
2020-01-09
xfs: periodically yield scrub threads to the scheduler
Darrick J. Wong
1
-1
/
+8
2020-01-09
xfs: don't check for AG deadlock for realtime files in bunmapi
Omar Sandoval
1
-1
/
+1
2020-01-04
xfs: fix mount failure crash on invalid iclog memory access
Brian Foster
1
-0
/
+2
2019-10-15
xfs: change the seconds fields in xfs_bulkstat to signed
Darrick J. Wong
1
-4
/
+4
2019-10-09
xfs: move local to extent inode logging into bmap helper
Brian Foster
4
-7
/
+8
2019-10-09
xfs: remove broken error handling on failed attr sf to leaf change
Brian Foster
1
-17
/
+2
2019-10-09
xfs: log the inode on directory sf to block format change
Brian Foster
2
-0
/
+2
2019-10-06
xfs: assure zeroed memory buffers for certain kmem allocations
Bill O'Donnell
3
-3
/
+13
2019-10-06
xfs: removed unused error variable from xchk_refcountbt_rec
Aliasgar Surti
1
-2
/
+1
2019-10-06
xfs: remove unused flags arg from xfs_get_aghdr_buf()
Eric Sandeen
1
-3
/
+2
2019-10-06
xfs: Fix tail rounding in xfs_alloc_file_space()
Max Reitz
1
-1
/
+3
2019-09-26
Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-21
/
+17
2019-09-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2019-09-26
xfs: remove unlikely() from WARN_ON() condition
Denis Efremov
1
-2
/
+2
2019-09-25
Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+10
2019-09-24
xfs: avoid unused to_mp() function warning
Austin Kim
1
-13
/
+0
2019-09-24
xfs: log proper length of superblock
Eric Sandeen
1
-1
/
+1
2019-09-23
xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
Darrick J. Wong
2
-5
/
+10
2019-09-23
xfs: removed unneeded variable
Aliasgar Surti
1
-2
/
+1
2019-09-23
xfs: convert inode to extent format after extent merge due to shift
Brian Foster
1
-0
/
+5
2019-09-19
iomap: move the iomap_dio_rw ->end_io callback into a structure
Christoph Hellwig
1
-1
/
+5
2019-09-19
iomap: split size and error for iomap_dio_rw ->end_io
Matthew Bobrowski
1
-3
/
+5
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
1
-0
/
+2
2019-09-18
Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
78
-1081
/
+1295
2019-09-18
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2019-09-05
xfs: push the grant head when the log head moves forward
Dave Chinner
1
-25
/
+47
2019-09-05
xfs: push iclog state cleaning into xlog_state_clean_log
Dave Chinner
1
-24
/
+33
2019-09-05
xfs: factor iclog state processing out of xlog_state_do_callback()
Dave Chinner
1
-98
/
+98
2019-09-05
xfs: factor callbacks out of xlog_state_do_callback()
Dave Chinner
1
-28
/
+48
2019-09-05
xfs: factor debug code out of xlog_state_do_callback()
Dave Chinner
1
-35
/
+44
2019-09-05
xfs: prevent CIL push holdoff in log recovery
Dave Chinner
2
-10
/
+23
2019-09-05
xfs: fix missed wakeup on l_flush_wait
Rik van Riel
1
-5
/
+4
[next]