index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dir2_readdir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: introduce the xfs_iext_cursor abstraction
Christoph Hellwig
2017-11-06
1
-4
/
+4
*
xfs: scrub directory metadata
Darrick J. Wong
2017-10-26
1
-1
/
+1
*
xfs: pass along transaction context when reading directory block buffers
Darrick J. Wong
2017-06-20
1
-4
/
+11
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-4
/
+4
*
xfs: refactor dir2 leaf readahead shadow buffer cleverness
Darrick J. Wong
2017-06-19
1
-234
/
+84
*
xfs: prevent multi-fsb dir readahead from reading random blocks
Brian Foster
2017-04-25
1
-2
/
+3
*
xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
Eric Sandeen
2017-04-25
1
-2
/
+8
*
xfs: verify inline directory data forks
Darrick J. Wong
2017-03-15
1
-11
/
+0
*
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
Christoph Hellwig
2016-11-30
1
-2
/
+0
*
xfs: return an error when an inline directory is too small
Darrick J. Wong
2016-10-03
1
-1
/
+2
*
xfs: concurrent readdir hangs on data buffer locks
Dave Chinner
2016-05-18
1
-9
/
+14
*
xfs: mode di_mode to vfs inode
Dave Chinner
2016-02-09
1
-1
/
+1
*
xfs: per-filesystem stats counter implementation
Bill O'Donnell
2015-10-12
1
-1
/
+1
*
xfs: stop holding ILOCK over filldir callbacks
Dave Chinner
2015-08-19
1
-3
/
+8
*
Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next
Dave Chinner
2014-12-04
1
-17
/
+1
|
\
|
*
xfs: move ftype conversion functions to libxfs
Dave Chinner
2014-12-04
1
-17
/
+1
*
|
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: global error sign conversion
Dave Chinner
2014-06-25
1
-2
/
+2
*
xfs: Nuke XFS_ERROR macro
Eric Sandeen
2014-06-22
1
-2
/
+2
*
xfs: fix xfs_da_args sparse warning in xfs_readdir
Dave Chinner
2014-06-10
1
-1
/
+1
*
xfs: reduce direct usage of mp->m_dir_geo
Dave Chinner
2014-06-06
1
-45
/
+40
*
xfs: convert m_dirblksize to xfs_da_geometry
Dave Chinner
2014-06-06
1
-6
/
+5
*
xfs: convert m_dirblkfsbs to xfs_da_geometry
Dave Chinner
2014-06-06
1
-8
/
+8
*
xfs: convert directory segment limits to xfs_da_geometry
Dave Chinner
2014-06-06
1
-9
/
+9
*
xfs: convert directory db conversion to xfs_da_geometry
Dave Chinner
2014-06-06
1
-19
/
+26
*
xfs: convert directory dablk conversion to xfs_da_geometry
Dave Chinner
2014-06-06
1
-3
/
+3
*
xfs: convert dir byte/off conversion to xfs_da_geometry
Dave Chinner
2014-06-06
1
-3
/
+4
*
Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next
Dave Chinner
2014-05-15
1
-2
/
+1
|
\
|
*
xfs: fix directory readahead offset off-by-one
Dave Chinner
2014-05-07
1
-2
/
+1
*
|
xfs: remove unused mp arg from xfs_dir2 dataptr/byte functions
Eric Sandeen
2014-04-14
1
-4
/
+4
*
|
xfs: remove unused tp arg from xfs_da_reada_buf & callers
Eric Sandeen
2014-04-14
1
-2
/
+2
*
|
xfs: remove unused tp arg from xfs_bmap_last_offset() and callers
Eric Sandeen
2014-04-14
1
-1
/
+1
|
/
*
xfs: reinstate the ilock in xfs_readdir
Ben Myers
2013-12-18
1
-0
/
+4
*
xfs: convert directory vector functions to constants
Dave Chinner
2013-10-30
1
-3
/
+3
*
xfs: vectorise directory data operations part 2
Dave Chinner
2013-10-30
1
-3
/
+3
*
xfs: vectorise directory data operations
Dave Chinner
2013-10-30
1
-7
/
+7
*
xfs: vectorise remaining shortform dir2 ops
Dave Chinner
2013-10-30
1
-3
/
+3
*
xfs: abstract the differences in dir2/dir3 via an ops vector
Dave Chinner
2013-10-30
1
-2
/
+2
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-2
/
+2
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-3
/
+3
*
xfs: unify directory/attribute format definitions
Dave Chinner
2013-10-23
1
-1
/
+1
*
xfs: dirent dtype presence is dependent on directory magic numbers
Dave Chinner
2013-09-30
1
-2
/
+2
*
xfs: Add read-only support for dirent filetype field
Dave Chinner
2013-08-22
1
-10
/
+59
*
xfs: reshuffle dir2 definitions around for userspace
Dave Chinner
2013-08-12
1
-0
/
+1
*
xfs: move getdents code into it's own file
Dave Chinner
2013-08-12
1
-0
/
+645