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-11-22
xfs: validate cached inodes are free when allocated
Dave Chinner
1
-25
/
+48
2020-11-22
xfs: catch inode allocation state mismatch corruption
Dave Chinner
1
-1
/
+22
2020-11-18
xfs: fix a missing unlock on error in xfs_fs_map_blocks
Christoph Hellwig
1
-1
/
+1
2020-11-10
xfs: fix realtime bitmap/summary file truncation when growing rt volume
Darrick J. Wong
1
-2
/
+8
2020-10-29
xfs: make sure the rt allocator doesn't run off the end
Darrick J. Wong
1
-0
/
+11
2020-10-01
xfs: fix attr leaf header freemap.size underflow
Brian Foster
1
-1
/
+3
2020-09-23
xfs: initialize the shortform attr header padding entry
Darrick J. Wong
1
-2
/
+2
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-21
xfs: don't call xfs_da_shrink_inode with NULL bp
Eric Sandeen
1
-3
/
+2
2020-07-31
xfs: set format back to extents if xfs_bmap_extents_to_btree
Eric Sandeen
1
-0
/
+2
2020-01-29
xfs: Sanity check flags of Q_XQUOTARM call
Jan Kara
1
-0
/
+3
2020-01-12
xfs: fix mount failure crash on invalid iclog memory access
Brian Foster
1
-0
/
+2
2019-12-05
xfs: Align compat attrlist_by_handle with native implementation.
Nick Bowler
1
-0
/
+6
2019-12-05
xfs: require both realtime inodes to mount
Darrick J. Wong
1
-3
/
+1
2019-11-06
xfs: Correctly invert xfs_buftarg LRU isolation logic
Vratislav Bendel
1
-1
/
+1
2019-10-17
xfs: clear sb->s_fs_info on mount failure
Dave Chinner
1
-0
/
+10
2019-01-26
xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
Darrick J. Wong
1
-1
/
+8
2018-06-13
xfs: fix incorrect log_flushed on fsync
Amir Goldstein
1
-7
/
+0
2018-06-06
xfs: detect agfl count corruption and reset agfl
Brian Foster
3
-1
/
+103
2018-05-30
Force log to disk before reading the AGF during a fstrim
Carlos Maiolino
1
-7
/
+7
2018-05-30
xfs: remove racy hasattr check from attr ops
Brian Foster
1
-6
/
+0
2018-05-16
xfs: prevent creating negative-sized file via INSERT_RANGE
Darrick J. Wong
1
-5
/
+9
2018-03-03
xfs: quota: check result of register_shrinker()
Aliaksei Karaliou
1
-16
/
+29
2018-03-03
xfs: quota: fix missed destroy of qi_tree_lock
Aliaksei Karaliou
1
-0
/
+1
2018-02-03
xfs: ubsan fixes
Darrick J. Wong
1
-3
/
+3
2017-12-20
xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
1
-1
/
+1
2017-12-20
xfs: fix log block underflow during recovery cycle verification
Brian Foster
1
-1
/
+1
2017-10-08
xfs: remove kmem_zalloc_greedy
Darrick J. Wong
3
-24
/
+2
2017-09-13
xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
Richard Wareing
1
-1
/
+8
2017-08-06
xfs: don't BUG() on mixed direct and mapped I/O
Brian Foster
1
-1
/
+20
2017-06-14
Make __xfs_xattr_put_listen preperly report errors.
Artem Savkov
1
-0
/
+1
2017-06-14
fs: add i_blocksize()
Fabian Frederick
2
-7
/
+7
2017-06-07
xfs: only return -errno or success from attr ->put_listent
Eric Sandeen
3
-10
/
+14
2017-06-07
xfs: in _attrlist_by_handle, copy the cursor back to userspace
Darrick J. Wong
1
-0
/
+6
2017-06-07
xfs: fix unaligned access in xfs_btree_visit_blocks
Eric Sandeen
1
-1
/
+1
2017-06-07
xfs: bad assertion for delalloc an extent that start at i_size
Zorro Lang
1
-1
/
+1
2017-06-07
xfs: fix indlen accounting error on partial delalloc conversion
Brian Foster
1
-3
/
+4
2017-06-07
xfs: wait on new inodes during quotaoff dquot release
Brian Foster
1
-1
/
+2
2017-06-07
xfs: update ag iterator to support wait on new inodes
Brian Foster
2
-8
/
+53
2017-06-07
xfs: support ability to wait on new inodes
Brian Foster
2
-2
/
+7
2017-06-07
xfs: fix up quotacheck buffer list error handling
Brian Foster
3
-6
/
+26
2017-06-07
xfs: prevent multi-fsb dir readahead from reading random blocks
Brian Foster
1
-2
/
+3
2017-06-07
xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
Eric Sandeen
1
-2
/
+8
2017-06-07
xfs: fix over-copying of getbmap parameters from userspace
Darrick J. Wong
1
-2
/
+3
2017-06-07
xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
Eryu Guan
1
-1
/
+1
2017-06-07
xfs: Fix missed holes in SEEK_HOLE implementation
Jan Kara
1
-20
/
+9
2017-03-30
xfs: clear _XBF_PAGES from buffers when readahead page
Darrick J. Wong
1
-0
/
+1
2017-03-30
xfs: fix up xfs_swap_extent_forks inline extent handling
Eric Sandeen
1
-2
/
+5
2017-03-30
xfs: don't allow di_size with high bit set
Darrick J. Wong
1
-0
/
+8
[next]