index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dir2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-25
libxfs: move source files
Dave Chinner
1
-762
/
+0
2014-06-22
xfs: Nuke XFS_ERROR macro
Eric Sandeen
1
-1
/
+1
2014-06-10
Merge branch 'xfs-da-geom' into for-next
Dave Chinner
1
-47
/
+85
2014-06-06
xfs: reduce direct usage of mp->m_dir_geo
Dave Chinner
1
-27
/
+23
2014-06-06
xfs: move node entry counts to xfs_da_geometry
Dave Chinner
1
-3
/
+0
2014-06-06
xfs: convert dir/attr btree threshold to xfs_da_geometry
Dave Chinner
1
-2
/
+0
2014-06-06
xfs: convert m_dirblksize to xfs_da_geometry
Dave Chinner
1
-3
/
+2
2014-06-06
xfs: convert m_dirblkfsbs to xfs_da_geometry
Dave Chinner
1
-3
/
+2
2014-06-06
xfs: convert directory segment limits to xfs_da_geometry
Dave Chinner
1
-5
/
+2
2014-06-06
xfs: convert directory db conversion to xfs_da_geometry
Dave Chinner
1
-4
/
+9
2014-06-06
xfs: convert directory dablk conversion to xfs_da_geometry
Dave Chinner
1
-2
/
+2
2014-06-06
xfs: convert dir byte/off conversion to xfs_da_geometry
Dave Chinner
1
-1
/
+1
2014-06-06
xfs: kill XFS_DIR2...FIRSTDB macros
Dave Chinner
1
-1
/
+1
2014-06-06
xfs: introduce directory geometry structure
Dave Chinner
1
-13
/
+60
2014-05-20
Merge branch 'xfs-feature-bit-cleanup' into for-next
Dave Chinner
1
-1
/
+1
2014-05-20
xfs: don't need dirv2 checks anymore
Dave Chinner
1
-1
/
+1
2014-04-14
xfs: remove unused tp arg from xfs_bmap_last_offset() and callers
Eric Sandeen
1
-14
/
+12
2014-02-27
xfs: allocate xfs_da_args to reduce stack footprint
Dave Chinner
1
-130
/
+212
2013-10-30
xfs: convert directory vector functions to constants
Dave Chinner
1
-1
/
+1
2013-10-30
xfs: vectorise DA btree operations
Dave Chinner
1
-2
/
+5
2013-10-30
xfs: vectorise directory leaf operations
Dave Chinner
1
-6
/
+1
2013-10-30
xfs: abstract the differences in dir2/dir3 via an ops vector
Dave Chinner
1
-0
/
+7
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-3
/
+2
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
1
-3
/
+3
2013-10-23
xfs: unify directory/attribute format definitions
Dave Chinner
1
-1
/
+1
2013-08-30
XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/...
Dave Chinner
1
-6
/
+10
2013-08-22
xfs: Add write support for dirent filetype field
Dave Chinner
1
-0
/
+3
2013-08-22
xfs: Add read-only support for dirent filetype field
Dave Chinner
1
-1
/
+4
2013-08-12
xfs: kill xfs_vnodeops.[ch]
Dave Chinner
1
-1
/
+0
2013-08-12
xfs: reshuffle dir2 definitions around for userspace
Dave Chinner
1
-1
/
+1
2013-08-12
xfs: move getdents code into it's own file
Dave Chinner
1
-31
/
+0
2013-06-29
[readdir] convert xfs
Al Viro
1
-8
/
+5
2012-07-01
xfs: remove struct xfs_dabuf and infrastructure
Dave Chinner
1
-2
/
+2
2012-05-14
xfs: clean up xfs_bit.h includes
Dave Chinner
1
-1
/
+0
2011-07-26
xfs: get rid of open-coded S_ISREG(), etc.
Al Viro
1
-8
/
+8
2011-07-13
xfs: factor out xfs_da_grow_inode_int
Christoph Hellwig
1
-110
/
+15
2011-07-13
xfs: reshuffle dir2 headers
Christoph Hellwig
1
-6
/
+3
2011-07-08
xfs: kill struct xfs_dir2_sf
Christoph Hellwig
1
-3
/
+3
2011-03-07
xfs: convert xfs_fs_cmn_err to new error logging API
Dave Chinner
1
-1
/
+1
2010-07-26
xfs: split xfs_itrace_entry
Christoph Hellwig
1
-1
/
+1
2010-07-26
xfs: remove unused delta tracking code in xfs_bmapi
Christoph Hellwig
1
-4
/
+3
2010-07-26
xfs: remove unneeded #include statements
Christoph Hellwig
1
-1
/
+0
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-1
/
+0
2010-01-20
xfs: clean up sign warnings in dir2 code
Dave Chinner
1
-1
/
+1
2010-01-20
xfs: make xfs_dir_cilookup_result use unsigned char
Dave Chinner
1
-1
/
+1
2010-01-20
xfs: convert dirnameops to unsigned char names
Dave Chinner
1
-2
/
+2
2009-12-14
xfs: event tracing support
Christoph Hellwig
1
-3
/
+5
2009-08-12
xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_result
Christoph Hellwig
1
-1
/
+1
2009-03-06
xfs: move declaration to header file
Hannes Eder
1
-2
/
+0
2008-10-30
[XFS] Account for allocated blocks when expanding directories
David Chinner
1
-0
/
+6
[next]