index
:
android_external_e2fsprogs
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_prerebase
cm-9.1.0
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-recovery
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-15.1_20180224
lineage-16.0
lineage-17.0
lineage-17.1
master
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-14.1-cafrebase
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misc
/
filefrag.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch back to 1.42.9 now that there is a fix
JP Abgrall
2014-03-19
1
-141
/
+250
*
Revert changes that moved from 1.41.14 to 1.42.9
JP Abgrall
2014-03-06
1
-250
/
+141
*
Add files that would normally be generated by the e2fsprogs build system
Bernhard Rosenkränzer
2014-01-05
1
-1
/
+0
*
misc: don't leak file descriptors (on error paths)
Darrick J. Wong
2013-12-12
1
-0
/
+2
*
misc: fix gcc -Wall warnings
Theodore Ts'o
2013-05-19
1
-3
/
+3
*
Fix gcc -Wall nits
Theodore Ts'o
2013-01-01
1
-1
/
+0
*
filefrag: improvements to filefrag FIEMAP handling
Andreas Dilger
2012-12-29
1
-126
/
+238
*
build: quiet some "gcc -Wall" compiler warnings
Andreas Dilger
2012-12-29
1
-1
/
+1
*
filefrag: fix segfault on virtual fs
Eric Sandeen
2012-07-28
1
-5
/
+6
*
filefrag: fix report of number of extents
Liu Bo
2012-07-28
1
-15
/
+10
*
filefrag: fix infinite loop in filefrag
Theodore Ts'o
2011-10-09
1
-7
/
+0
*
filefrag: fix an off by one error in when printing the next expected block
Theodore Ts'o
2011-09-30
1
-5
/
+5
*
filefrag: Display the number of contiguous, not physical, extents
Theodore Ts'o
2011-09-30
1
-6
/
+3
*
Shorten compile commands run by the build system
Theodore Ts'o
2011-09-18
1
-0
/
+1
*
filefrag: Fix uninitialized "expected" value
Eric Sandeen
2011-09-16
1
-2
/
+3
*
Merge branch 'maint' into next
Theodore Ts'o
2011-05-07
1
-0
/
+12
|
\
|
*
filefrag: count 0 extents properly when verbose
Eric Sandeen
2011-05-07
1
-0
/
+12
*
|
Merge branch 'maint' into next
Theodore Ts'o
2011-02-10
1
-2
/
+0
|
\
|
|
*
filefrag: remove useless assignment
Jim Meyering
2011-02-06
1
-2
/
+0
*
|
Merge branch 'maint' into next
Theodore Ts'o
2010-01-31
1
-1
/
+1
|
\
|
|
*
filefrag: Fix a core dump on sparc32 platforms with 8k file systems
Theodore Ts'o
2009-11-29
1
-1
/
+1
*
|
Merge branch 'maint' into next
Theodore Ts'o
2009-08-22
1
-8
/
+18
|
\
|
|
*
filefrag: don't print extent header on bmap fallback
Eric Sandeen
2009-08-15
1
-5
/
+8
|
*
filefrag: fix frag count in bmap case
Eric Sandeen
2009-08-15
1
-0
/
+2
|
*
filefrag: Add option to force use of the FIBMAP ioctl
Theodore Ts'o
2009-08-15
1
-3
/
+8
*
|
Move declaration of FS_IOC_FIEMAP ioctl to fiemap.h
Theodore Ts'o
2009-08-22
1
-1
/
+0
|
/
*
filefrag: fix it so it works in the bmap fallback case.
Eric Sandeen
2009-07-18
1
-2
/
+0
*
filefrag: Restore "perfect" number of extents calculation for ext2/ext3
Theodore Ts'o
2009-07-11
1
-8
/
+8
*
filefrag: fix fm_start in filefrag_fiemap loop
Peng Tao
2009-07-02
1
-2
/
+2
*
filefrag: Fix error checking for the fiemap ioctl
Theodore Ts'o
2009-06-02
1
-4
/
+3
*
filefrag: Add support to use the FIEMAP ioctl
Kalpak Shah
2009-05-02
1
-70
/
+263
*
filefrag: Fix calculation of ideal number of extents
Theodore Ts'o
2008-09-01
1
-5
/
+7
*
Remove trailing whitespace for the entire source tree
Theodore Ts'o
2008-08-27
1
-5
/
+5
*
Fix gcc -Wall warnings, especially on 64-bit systems
Andreas Dilger
2007-05-25
1
-1
/
+2
*
Fix misc. gcc -Wall complaints in the misc and e2fsck directories
Theodore Ts'o
2006-11-14
1
-2
/
+2
*
Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()
Theodore Ts'o
2006-08-30
1
-1
/
+8
*
Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the user
Andreas Dilger
2006-08-05
1
-2
/
+2
*
Add missing backwards compatibility for ancient Linux systems
Theodore Ts'o
2006-05-29
1
-1
/
+13
*
Fix filefrag to be 32-bit clean
Theodore Ts'o
2006-04-22
1
-3
/
+4
*
Fix various gcc -Wall complaints.
Theodore Ts'o
2005-12-10
1
-1
/
+1
*
filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ ioctls return
Theodore Ts'o
2005-05-20
1
-4
/
+5
*
Fix a bug in filefrag so that it doesn't when the first block found is an
Theodore Ts'o
2005-05-05
1
-1
/
+1
*
Don't abort filefrag if EXT3_IOC_GETFLAGS ioctl is not supported,
Theodore Ts'o
2005-04-09
1
-5
/
+2
*
filefrag.c (frag_report): Automatically detect files that are
Theodore Ts'o
2005-03-18
1
-3
/
+17
*
filefrag.c (frag_report): In verbose mode, print the first and
Theodore Ts'o
2005-02-04
1
-1
/
+4
*
filefrag.c (frag_report): Fix filefrag so that it works
Theodore Ts'o
2005-01-20
1
-1
/
+1
*
Applied patch from Francois Petillon (fantec at proxad.net) to
Theodore Ts'o
2005-01-17
1
-1
/
+2
*
filefrag.c: Fix gcc -Wall nits.
Theodore Ts'o
2004-02-26
1
-3
/
+9
*
filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it
Theodore Ts'o
2004-02-03
1
-1
/
+1
*
Re-add FreeBSD support.
Matthias Andree
2003-12-28
1
-3
/
+10
[next]