index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dir2_leaf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-24
xfs: fix missing KM_NOFS tags to keep lockdep happy
Dave Chinner
1
-1
/
+1
2013-04-27
xfs: buffer type overruns blf_flags field
Dave Chinner
1
-6
/
+6
2013-04-27
xfs: add buffer types to directory and attribute buffers
Dave Chinner
1
-5
/
+21
2013-04-27
xfs: add CRC checking to dir2 leaf blocks
Dave Chinner
1
-288
/
+504
2013-04-27
xfs: add CRC checking to dir2 data blocks
Dave Chinner
1
-30
/
+41
2013-04-27
xfs: add CRC checking to dir2 free blocks
Dave Chinner
1
-7
/
+8
2013-04-27
xfs: add CRC checks to block format directory blocks
Dave Chinner
1
-2
/
+4
2012-11-15
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
1
-16
/
+20
2012-11-15
xfs: connect up write verifiers to new buffers
Dave Chinner
1
-7
/
+12
2012-11-15
xfs: add pre-write metadata buffer verifier callbacks
Dave Chinner
1
-7
/
+24
2012-11-15
xfs: Add verifiers to dir2 data readahead.
Dave Chinner
1
-6
/
+5
2012-11-15
xfs: add xfs_da_node verification
Dave Chinner
1
-1
/
+1
2012-11-15
xfs: factor dir2 leaf read
Dave Chinner
1
-11
/
+62
2012-11-15
xfs: factor out dir2 data block reading
Dave Chinner
1
-21
/
+17
2012-11-15
xfs: factor dir2 free block reading
Dave Chinner
1
-2
/
+1
2012-11-15
xfs: add verifier callback to directory read code
Dave Chinner
1
-17
/
+16
2012-11-15
xfs: make buffer read verication an IO completion function
Dave Chinner
1
-1
/
+1
2012-07-01
xfs: factor buffer reading from xfs_dir2_leaf_getdents
Dave Chinner
1
-202
/
+232
2012-07-01
xfs: remove struct xfs_dabuf and infrastructure
Dave Chinner
1
-100
/
+91
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
1
-1
/
+0
2011-10-11
xfs: introduce xfs_bmapi_read()
Dave Chinner
1
-4
/
+2
2011-07-13
xfs: factor out xfs_dir2_leaf_find_stale
Christoph Hellwig
1
-46
/
+37
2011-07-13
xfs: reshuffle dir2 headers
Christoph Hellwig
1
-6
/
+2
2011-07-08
xfs: byteswap constants instead of variables
Christoph Hellwig
1
-27
/
+32
2011-07-08
xfs: cleanup struct xfs_dir2_leaf
Christoph Hellwig
1
-9
/
+25
2011-07-08
xfs: kill struct xfs_dir2_data
Christoph Hellwig
1
-4
/
+2
2011-07-08
xfs: avoid usage of struct xfs_dir2_data
Christoph Hellwig
1
-38
/
+38
2011-07-08
xfs: avoid usage of struct xfs_dir2_block
Christoph Hellwig
1
-8
/
+8
2011-07-08
xfs: factor out xfs_dir2_leaf_find_entry
Christoph Hellwig
1
-96
/
+121
2010-10-18
xfs: remove xfs_buf wrappers
Christoph Hellwig
1
-1
/
+1
2010-07-26
xfs: remove unused delta tracking code in xfs_bmapi
Christoph Hellwig
1
-1
/
+1
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
2009-12-14
xfs: event tracing support
Christoph Hellwig
1
-7
/
+14
2009-10-08
fix readahead calculations in xfs_dir2_leaf_getdents()
Eric Sandeen
1
-1
/
+3
2009-03-29
xfs: kill ino64 mount option
Christoph Hellwig
1
-14
/
+1
2009-03-06
xfs: make symbols static
Hannes Eder
1
-1
/
+1
2009-01-09
[XFS] truncate readdir offsets to signed 32 bit values
Christoph Hellwig
1
-3
/
+3
2008-07-28
[XFS] Fix CI lookup in leaf-form directories
Barry Naujok
1
-24
/
+25
2008-07-28
[XFS] Return case-insensitive match for dentry cache
Barry Naujok
1
-2
/
+3
2008-07-28
[XFS] Add op_flags field and helpers to xfs_da_args
Barry Naujok
1
-7
/
+8
2008-07-28
[XFS] Name operation vector for hash and compare
Barry Naujok
1
-17
/
+43
2008-07-28
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
1
-1
/
+1
2008-02-13
xfs: convert beX_add to beX_add_cpu (new common API)
Marcin Slusarz
1
-8
/
+8
2007-12-18
[XFS] Put the correct offset in dirent d_off
Lachlan McIlroy
1
-1
/
+1
2007-10-15
[XFS] use filldir internally
Christoph Hellwig
1
-46
/
+30
2007-07-14
[XFS] Reduce shouting by removing unnecessary macros from dir2 code.
Christoph Hellwig
1
-53
/
+53
2007-05-08
[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.
Eric Sandeen
1
-4
/
+3
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
1
-2
/
+0
[next]