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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_dir2_sf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
2021-01-22
1
-1
/
+1
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-7
/
+6
*
libxfs: resync with the userspace libxfs
Darrick J. Wong
2019-12-19
1
-3
/
+3
*
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
kaixuxia
2019-11-13
1
-5
/
+23
*
xfs: devirtualize ->m_dirnameops
Christoph Hellwig
2019-11-13
1
-2
/
+1
*
xfs: devirtualize ->data_get_ftype and ->data_put_ftype
Christoph Hellwig
2019-11-10
1
-1
/
+1
*
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-11
/
+5
*
xfs: devirtualize ->data_entsize
Christoph Hellwig
2019-11-10
1
-7
/
+7
*
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
Christoph Hellwig
2019-11-10
1
-1
/
+1
*
xfs: cleanup xfs_dir2_block_to_sf
Christoph Hellwig
2019-11-10
1
-43
/
+25
*
xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
Christoph Hellwig
2019-11-10
1
-14
/
+46
*
xfs: devirtualize ->sf_get_ino and ->sf_put_ino
Christoph Hellwig
2019-11-10
1
-13
/
+78
*
xfs: devirtualize ->sf_entsize and ->sf_nextentry
Christoph Hellwig
2019-11-10
1
-39
/
+57
*
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
Christoph Hellwig
2019-11-10
1
-10
/
+10
*
xfs: relax shortform directory size checks
Darrick J. Wong
2019-11-04
1
-28
/
+4
*
xfs: fix inode fork extent count overflow
Dave Chinner
2019-10-21
1
-1
/
+1
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-4
/
+4
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-4
/
+0
*
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
1
-0
/
+1
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: directory scrubber must walk through data block to offset
Darrick J. Wong
2018-01-17
1
-3
/
+1
*
xfs: refactor short form directory structure verifier function
Darrick J. Wong
2018-01-08
1
-13
/
+13
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-1
/
+1
*
xfs: rework the inline directory verifiers
Darrick J. Wong
2017-04-03
1
-22
/
+41
*
xfs: verify inline directory data forks
Darrick J. Wong
2017-03-15
1
-0
/
+87
*
xfs: kill xfs_dir2_inou_t
Christoph Hellwig
2016-07-20
1
-19
/
+6
*
xfs: kill xfs_dir2_sf_off_t
Christoph Hellwig
2016-07-20
1
-7
/
+6
*
xfs: factor out a helper to initialize a local format inode fork
Christoph Hellwig
2016-04-06
1
-6
/
+3
*
Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next
Dave Chinner
2014-12-04
1
-10
/
+0
|
\
|
*
xfs: fix set-but-unused warnings
Dave Chinner
2014-12-04
1
-10
/
+0
*
|
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
|
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
|
xfs: merge xfs_dinode.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
|
/
*
xfs: require 64-bit sector_t
Christoph Hellwig
2014-07-30
1
-37
/
+8
*
xfs: global error sign conversion
Dave Chinner
2014-06-25
1
-14
/
+14
*
libxfs: move source files
Dave Chinner
2014-06-25
1
-0
/
+1184