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
/
ext4
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: Fix small file fragmentation
Aneesh Kumar K.V
2008-08-18
2
-13
/
+61
*
ext4: Initialize writeback_index to 0 when allocating a new inode
Aneesh Kumar K.V
2008-08-19
1
-0
/
+1
*
ext4: make sure ext4_has_free_blocks returns 0 for ENOSPC
Aneesh Kumar K.V
2008-08-19
1
-0
/
+3
*
ext4: journal credit fix for the delayed allocation's writepages() function
Mingming Cao
2008-08-19
2
-24
/
+58
*
ext4: Rework the ext4_da_writepages() function
Aneesh Kumar K.V
2008-08-19
1
-88
/
+113
*
ext4: journal credits reservation fixes for DIO, fallocate
Mingming Cao
2008-08-19
3
-27
/
+30
*
ext4: journal credits reservation fixes for extent file writepage
Mingming Cao
2008-08-19
3
-62
/
+49
*
ext4: journal credits calulation cleanup and fix for non-extent writepage
Mingming Cao
2008-08-19
3
-34
/
+108
*
ext4: Fix bug where we return ENOSPC even though we have plenty of inodes
Eric Sandeen
2008-08-19
1
-1
/
+1
*
ext4: don't try to resize if there are no reserved gdt blocks left
Josef Bacik
2008-08-19
1
-1
/
+2
*
ext4: Use ext4_discard_reservations instead of mballoc-specific call
Theodore Ts'o
2008-08-16
1
-1
/
+1
*
ext4: Fix ext4_dx_readdir hash collision handling
Theodore Ts'o
2008-08-19
1
-5
/
+15
*
ext4: Fix delalloc release block reservation for truncate
Mingming Cao
2008-08-19
1
-0
/
+21
*
ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty
Theodore Ts'o
2008-08-13
1
-2
/
+3
*
ext4: Handle unwritten extent properly with delayed allocation
Aneesh Kumar K.V
2008-08-19
1
-2
/
+10
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2008-08-03
11
-429
/
+709
|
\
|
*
ext4: remove write-only variables from ext4_ordered_write_end
Eric Sandeen
2008-08-02
1
-4
/
+0
|
*
ext4: Cleanup whitespace and other miscellaneous style issues
Theodore Ts'o
2008-07-26
6
-282
/
+277
|
*
ext4: improve ext4_fill_flex_info() a bit
Li Zefan
2008-07-24
1
-4
/
+3
|
*
ext4: Cleanup the block reservation code path
Aneesh Kumar K.V
2008-07-17
2
-42
/
+67
|
*
ext4: don't assume extents can't cross block groups when truncating
Theodore Ts'o
2008-08-01
1
-3
/
+7
|
*
ext4: Fix lack of credits BUG() when deleting a badly fragmented inode
Theodore Ts'o
2008-08-02
1
-1
/
+29
|
*
ext4: Fix ext4_ext_journal_restart()
Theodore Ts'o
2008-08-01
1
-1
/
+1
|
*
ext4: fix ext4_da_write_begin error path
Eric Sandeen
2008-08-02
1
-2
/
+5
|
*
ext4: don't read inode block if the buffer has a write error
Hidehiro Kawai
2008-07-26
1
-0
/
+10
|
*
ext4: Don't allow lg prealloc list to be grow large.
Aneesh Kumar K.V
2008-07-23
2
-30
/
+193
|
*
ext4: Convert the usage of NR_CPUS to nr_cpu_ids.
Aneesh Kumar K.V
2008-07-23
1
-2
/
+2
|
*
ext4: Improve error handling in mballoc
Aneesh Kumar K.V
2008-07-23
1
-11
/
+23
|
*
ext4: lock block groups when initializing
Eric Sandeen
2008-08-02
4
-1
/
+12
|
*
ext4: sync up block and inode bitmap reading functions
Eric Sandeen
2008-08-02
2
-26
/
+33
|
*
ext4: Allow read/only mounts with corrupted block group checksums
Theodore Ts'o
2008-07-26
1
-1
/
+23
|
*
ext4: Fix data corruption when writing to prealloc area
Aneesh Kumar K.V
2008-08-02
1
-18
/
+23
*
|
[PATCH] fix races and leaks in vfs_quota_on() users
Al Viro
2008-08-01
1
-1
/
+2
|
/
*
vfs: pagecache usage optimization for pagesize!=blocksize
Hisashi Hifumi
2008-07-28
1
-44
/
+48
*
[PATCH] sanitize ->permission() prototype
Al Viro
2008-07-26
2
-2
/
+2
*
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-07-26
1
-1
/
+1
*
ext4: do not set extents feature from the kernel
Eric Sandeen
2008-07-11
2
-9
/
+18
*
ext4: Don't allow nonextenst mount option for large filesystem
Aneesh Kumar K.V
2008-07-11
1
-0
/
+15
*
ext4: Enable delalloc by default.
Aneesh Kumar K.V
2008-07-11
1
-1
/
+22
*
ext4: delayed allocation i_blocks fix for stat
Mingming Cao
2008-07-11
3
-0
/
+29
*
ext4: fix delalloc i_disksize early update issue
Mingming Cao
2008-07-11
1
-16
/
+47
*
ext4: Handle page without buffers in ext4_*_writepage()
Aneesh Kumar K.V
2008-07-11
1
-45
/
+124
*
ext4: Add ordered mode support for delalloc
Aneesh Kumar K.V
2008-07-11
1
-5
/
+25
*
ext4: Invert lock ordering of page_lock and transaction start in delalloc
Mingming Cao
2008-07-11
2
-59
/
+152
*
ext4: delayed allocation ENOSPC handling
Mingming Cao
2008-07-14
9
-50
/
+257
*
percpu_counter: new function percpu_counter_sum_and_set
Mingming Cao
2008-07-11
1
-1
/
+1
*
ext4: Add delayed allocation support in data=writeback mode
Alex Tomas
2008-07-11
3
-6
/
+700
*
ext4: Use new framework for data=ordered mode in JBD2
Jan Kara
2008-07-11
4
-112
/
+59
*
ext4: Fix lock inversion in ext4_ext_truncate()
Jan Kara
2008-07-11
1
-3
/
+4
*
ext4: Invert the locking order of page_lock and transaction start
Jan Kara
2008-07-11
3
-156
/
+155
[next]