Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
259709b07da103edc40b8c5bdb2d5c0e77374f94
/
fs
/
ext4
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
eed4333
ext4: fold ext4_generic_write_end() into ext4_write_end()
by Zheng Liu
· 12 years ago
74d553a
ext4: collapse handling of data=ordered and data=writeback codepaths
by Theodore Ts'o
· 12 years ago
8cde7ad
ext4: fix big-endian bugs which could cause fs corruptions
by Zheng Liu
· 12 years ago
d3c9262
Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
2b405bf
ext4: fix data=journal fast mount/umount hang
by Theodore Ts'o
· 12 years ago
1ada47d
ext4: fix ext4_evict_inode() racing against workqueue processing code
by Theodore Ts'o
· 12 years ago
0e40110
ext4: fix memory leakage in mext_check_coverage
by Dmitry Monakhov
· 12 years ago
fa7614dd
fs: Readd the fs module aliases.
by Eric W. Biederman
· 12 years ago
4f42f80
ext4: use s_extent_max_zeroout_kb value as number of kb
by Lukas Czerner
· 12 years ago
90ba983
ext4: use atomic64_t for the per-flexbg free_clusters count
by Theodore Ts'o
· 12 years ago
386ad67
ext4: reserve metadata block for every delayed write
by Lukas Czerner
· 12 years ago
232ec87
ext4: update reserved space after the 'correction'
by Lukas Czerner
· 12 years ago
bb8b20e
ext4: do not use yield()
by Lukas Czerner
· 12 years ago
e3d85c3
ext4: remove unused variable in ext4_free_blocks()
by Lukas Czerner
· 12 years ago
e1c3659
ext4: fix WARN_ON from ext4_releasepage()
by Jan Kara
· 12 years ago
3a22567
ext4: fix the wrong number of the allocated blocks in ext4_split_extent()
by Zheng Liu
· 12 years ago
adb2355
ext4: update extent status tree after an extent is zeroed out
by Zheng Liu
· 12 years ago
cdee784
ext4: fix wrong m_len value after unwritten extent conversion
by Zheng Liu
· 12 years ago
921f266
ext4: add self-testing infrastructure to do a sanity check
by Dmitry Monakhov
· 12 years ago
bd38436
ext4: avoid a potential overflow in ext4_es_can_be_merged()
by Zheng Liu
· 12 years ago
6ca470d7
ext4: invalidate extent status tree during extent migration
by Dmitry Monakhov
· 12 years ago
de99fcc
ext4: remove unnecessary wait for extent conversion in ext4_fallocate()
by Jan Kara
· 12 years ago
ff95ec2
ext4: add warning to ext4_convert_unwritten_extents_endio
by Dmitry Monakhov
· 12 years ago
ec22ba8
ext4: disable merging of uninitialized extents
by Dmitry Monakhov
· 12 years ago
357b66f
ext4: ext4_split_extent should take care of extent zeroout
by Dmitry Monakhov
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
56a79b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
a7c1120
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
9b2ff357
ext4: enable quotas before orphan cleanup
by Jan Kara
· 12 years ago
262b466
ext4: don't allow quota mount options when quota feature enabled
by Jan Kara
· 12 years ago
d4e4395
ext4: fix a warning from sparse check for ext4_dir_llseek
by Zheng Liu
· 12 years ago
810da24
ext4: convert number of blocks to clusters properly
by Lukas Czerner
· 12 years ago
3e36a16
ext4: fix possible memory leak in ext4_remount()
by Wei Yongjun
· 12 years ago
1ac6466
ext4: use percpu counter for extent cache count
by Theodore Ts'o
· 12 years ago
2463077
ext4: optimize ext4_es_shrink()
by Theodore Ts'o
· 12 years ago
de1a226
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
6131ffa
more file_inode() open-coded instances
by Al Viro
· 12 years ago
7bf2fbc
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
8e919d1
ext4: fix extent status tree regression for file systems > 512GB
by Theodore Ts'o
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
6515925
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
bbbd27e
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
304e220
ext4: fix free clusters calculation in bigalloc filesystem
by Lukas Czerner
· 12 years ago
d438147
ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()
by Eryu Guan
· 12 years ago
1d1d1a7
mm: only enforce stable page writes if the backing device requires it
by Darrick J. Wong
· 12 years ago
Next »