Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6ca792edc13c409e8d4eb9001e048264c6a2eb64
/
fs
/
ext4
6ca792e
ext4: fix corruption when online resizing a fs with 1K block size
by Maarten ter Huurne
· 11 years ago
03b40e3
ext4: delete unused variables
by Jon Ernst
· 11 years ago
72dac95
ext4: return FIEMAP_EXTENT_UNKNOWN for delalloc extents
by Jie Liu
· 11 years ago
4418e141
ext4: Fix fsync error handling after filesystem abort
by Dmitry Monakhov
· 11 years ago
06a407f
ext4: fix data integrity for ext4_sync_fs
by Dmitry Monakhov
· 11 years ago
981250c
ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarily
by Theodore Ts'o
· 11 years ago
2ed5724
ext4: add cond_resched() to ext4_free_blocks() & ext4_mb_regular_allocator()
by Theodore Ts'o
· 11 years ago
20970ba
ext4: use ext4_da_writepages() for all modes
by Theodore Ts'o
· 11 years ago
f4afb4f
ext4: optimize test_root()
by Theodore Ts'o
· 11 years ago
2f2e09e
ext4: add sanity check to ext4_get_group_info()
by Theodore Ts'o
· 11 years ago
b302ef2
ext4: verify group number in verify_group_input() before using it
by Theodore Ts'o
· 11 years ago
a1d8d9a7
ext4: add check to io_submit_init_bio
by Theodore Ts'o
· 11 years ago
5dc23bd
ext4: remove ext4_ioend_wait()
by Jan Kara
· 11 years ago
c724585
ext4: don't wait for extent conversion in ext4_punch_hole()
by Jan Kara
· 11 years ago
38b8ff7
ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()
by Jan Kara
· 11 years ago
92e6222
ext4: remove i_mutex from ext4_file_sync()
by Jan Kara
· 11 years ago
37b10dd
ext4: use generic_file_fsync() in ext4_file_fsync() in nojournal mode
by Jan Kara
· 11 years ago
a115f74
ext4: remove wait for unwritten extent conversion from ext4_truncate()
by Jan Kara
· 11 years ago
e834039
ext4: protect extent conversion after DIO with i_dio_count
by Jan Kara
· 11 years ago
b0857d3
ext4: defer clearing of PageWriteback after extent conversion
by Jan Kara
· 11 years ago
2e8fa54
ext4: split extent conversion lists to reserved & unreserved parts
by Jan Kara
· 11 years ago
6b523df
ext4: use transaction reservation for extent conversion in ext4_end_io
by Jan Kara
· 11 years ago
3613d22
ext4: remove buffer_uninit handling
by Jan Kara
· 11 years ago
4e7ea81
ext4: restructure writeback path
by Jan Kara
· 11 years ago
fffb273
ext4: better estimate credits needed for ext4_da_writepages()
by Jan Kara
· 11 years ago
fa55a0e
ext4: improve writepage credit estimate for files with indirect blocks
by Jan Kara
· 11 years ago
f2d50a6
ext4: deprecate max_writeback_mb_bump sysfs attribute
by Jan Kara
· 11 years ago
39bba40
ext4: stop messing with nr_to_write in ext4_da_writepages()
by Jan Kara
· 11 years ago
5fe2fe8
ext4: provide wrappers for transaction reservation calls
by Jan Kara
· 11 years ago
8f7d89f
jbd2: transaction reservation support
by Jan Kara
· 11 years ago
97a851e
ext4: use io_end for multiple bios
by Jan Kara
· 11 years ago
8af8eec
ext4: fix overflow when counting used blocks on 32-bit architectures
by Jan Kara
· 11 years ago
a60697f
ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs
by Jan Kara
· 11 years ago
e7293fd
ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementations
by Jan Kara
· 11 years ago
eaf3793
ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()
by Jan Kara
· 11 years ago
566370a
ext4: suppress ext4 orphan messages on mount
by Paul Taysom
· 11 years ago
d23142c
ext4: make punch hole code path work with bigalloc
by Lukas Czerner
· 11 years ago
6180132
ext4: update ext4_ext_remove_space trace point
by Lukas Czerner
· 11 years ago
78fb9cd
ext4: remove unused code from ext4_remove_blocks()
by Lukas Czerner
· 11 years ago
c121ffd
ext4: remove unused discard_partial_page_buffers
by Lukas Czerner
· 11 years ago
a87dd18
ext4: use ext4_zero_partial_blocks in punch_hole
by Lukas Czerner
· 11 years ago
55f252c
ext4: truncate_inode_pages() in orphan cleanup path
by Lukas Czerner
· 11 years ago
eb3544c
Revert "ext4: fix fsx truncate failure"
by Lukas Czerner
· 11 years ago
0713ed0
ext4: Call ext4_jbd2_file_inode() after zeroing block
by Lukas Czerner
· 11 years ago
d863dc3
Revert "ext4: remove no longer used functions in inode.c"
by Lukas Czerner
· 11 years ago
ca99fdd
ext4: use ->invalidatepage() length argument
by Lukas Czerner
· 11 years ago
259709b
jbd2: change jbd2_journal_invalidatepage to accept length
by Lukas Czerner
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
b973425
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
a549984
ext4: revert "ext4: use io_end for multiple bios"
by Theodore Ts'o
· 12 years ago
5af43c2
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
4385bab
make blkdev_put() return void
by Al Viro
· 12 years ago
e615573
ext4: limit group search loop for non-extent files
by Lachlan McIlroy
· 12 years ago
e30b5dc
ext4: fix fio regression
by Yan, Zheng
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
0d606e2
ext4: fix type-widening bug in inode table readahead code
by Theodore Ts'o
· 12 years ago
3f8a641
ext4: add check for inodes_count overflow in new resize ioctl
by Theodore Ts'o
· 12 years ago
7f3e3c7
ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
by Theodore Ts'o
· 12 years ago
c5c72d8
ext4: fix online resizing for ext3-compat file systems
by Theodore Ts'o
· 12 years ago
13fca32
ext4: mark metadata blocks using bh flags
by Theodore Ts'o
· 12 years ago
9f20350
ext4: mark all metadata I/O with REQ_META
by Theodore Ts'o
· 12 years ago
c4d8b02
ext4: fix readdir error in case inline_data+^dir_index.
by Tao Ma
· 12 years ago
8af0f08
ext4: fix readdir error in the case of inline_data+dir_index
by Tao Ma
· 12 years ago
2656497
ext4: mext_insert_extents should update extent block checksum
by Darrick J. Wong
· 12 years ago
eb9cc7e
ext4: move quota initialization out of inode allocation transaction
by Jan Kara
· 12 years ago
fd03d8d
ext4: reserve xattr index for Rich ACL support
by Theodore Ts'o
· 12 years ago
7b001d6
ext4: clear buffer_uninit flag when submitting IO
by Jan Kara
· 12 years ago
4eec708
ext4: use io_end for multiple bios
by Jan Kara
· 12 years ago
0058f96
ext4: make ext4_bio_write_page() use BH_Async_Write flags
by Jan Kara
· 12 years ago
e1091b1
ext4: Use kstrtoul() instead of parse_strtoul()
by Lukas Czerner
· 12 years ago
7e8b12c
ext4: defragmentation code cleanup
by Dmitry Monakhov
· 12 years ago
43e50f5
ext4: do not convert to indirect with bigalloc enabled
by Lukas Czerner
· 12 years ago
0d14b09
ext4: move ext4_ind_migrate() into migrate.c
by Lukas Czerner
· 12 years ago
d6a7710
ext4: fix miscellaneous big endian warnings
by Theodore Ts'o
· 12 years ago
171a7f2
ext4: fix big-endian bug in metadata checksum calculations
by Dmitry Monakhov
· 12 years ago
0b65349
ext4: fix big-endian bug in extent migration code
by Dmitry Monakhov
· 12 years ago
8c8e0ca
ext4: fix usless declarations
by Dmitri Monakho
· 12 years ago
27dd438
ext4: introduce reserved space
by Lukas Czerner
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
f45a5ef
ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKS
by Jan Kara
· 12 years ago
eabe044
ext4: speed-up releasing blocks on commit
by Andrey Sidorov
· 12 years ago
5c1ff33
ext4: fix free space estimate in ext4_nonda_switch()
by Eric Whitney
· 12 years ago
bcb1385
ext4: fix deadlock with quota feature
by Jan Kara
· 12 years ago
e8238f9
ext4: fix incorrect lock ordering for ext4_ind_migrate
by Dmitry Monakhov
· 12 years ago
393d1d1
ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT
by Dr. Tilmann Bubeck
· 12 years ago
f78ee70d
ext4: print more info in ext4_print_free_blocks()
by Lukas Czerner
· 12 years ago
be8981b
ext4: try to prepend extent to the existing one
by Lukas Czerner
· 12 years ago
bc2d9db
ext4: Transfer initialized block to right neighbor if possible
by Lukas Czerner
· 12 years ago
bd86298
ext4: introduce ext4_get_group_number()
by Lukas Czerner
· 12 years ago
6891100
ext4: make ext4_block_in_group() much more efficient
by Lukas Czerner
· 12 years ago
a75ae78f
ext4: unregister es_shrinker if mount failed
by Dmitry Monakhov
· 12 years ago
5d3ee20
ext4: fix journal callback list traversal
by Dmitry Monakhov
· 12 years ago
996bb9f
ext4: support simple conversion of extent-mapped inodes to use i_blocks
by Theodore Ts'o
· 12 years ago
d76a3a77
ext4/jbd2: don't wait (forever) for stale tid caused by wraparound
by Theodore Ts'o
· 12 years ago
b10a44c
ext4: add might_sleep() annotations
by Theodore Ts'o
· 12 years ago
19b5ef6
ext4: add mutex_is_locked() assertion to ext4_truncate()
by Theodore Ts'o
· 12 years ago
819c492
ext4: refactor truncate code
by Theodore Ts'o
· 12 years ago
26a4c0c
ext4: refactor punch hole code
by Theodore Ts'o
· 12 years ago
781f143
ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()
by Theodore Ts'o
· 12 years ago
Next »