Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c4932dbe63dae2d23b4f596caa5d286ebfe042cf
/
fs
c4932db
ext4: improve free space calculation for inline_data
by boxi liu
· 11 years ago
e7c96e8
ext4: reduce object size when !CONFIG_PRINTK
by Joe Perches
· 11 years ago
d3922a7
ext4: improve extent cache shrink mechanism to avoid to burn CPU time
by Zheng Liu
· 11 years ago
2c00ef3
ext4: implement error handling of ext4_mb_new_preallocation()
by Alexey Khoroshilov
· 11 years ago
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
· 12 years ago
72dac95
ext4: return FIEMAP_EXTENT_UNKNOWN for delalloc extents
by Jie Liu
· 12 years ago
75497d0
jbd2: remove debug dependency on debug_fs and update Kconfig help text
by Paul Gortmaker
· 12 years ago
169f1a2
jbd2: use a single printk for jbd_debug()
by Paul Gortmaker
· 12 years ago
cfc7bc8
jbd2: fix duplicate debug label for phase 2
by Paul Gortmaker
· 12 years ago
0ef5418
jbd2: drop checkpoint mutex when waiting in __jbd2_log_wait_for_space()
by Paul Gortmaker
· 12 years ago
3ca841c
jbd2: relocate assert after state lock in journal_commit_transaction()
by Paul Gortmaker
· 12 years ago
4418e141
ext4: Fix fsync error handling after filesystem abort
by Dmitry Monakhov
· 12 years ago
06a407f
ext4: fix data integrity for ext4_sync_fs
by Dmitry Monakhov
· 12 years ago
9ff8644
jbd2: optimize jbd2_journal_force_commit
by Dmitry Monakhov
· 12 years ago
981250c
ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarily
by Theodore Ts'o
· 12 years ago
2ed5724
ext4: add cond_resched() to ext4_free_blocks() & ext4_mb_regular_allocator()
by Theodore Ts'o
· 12 years ago
20970ba
ext4: use ext4_da_writepages() for all modes
by Theodore Ts'o
· 12 years ago
f4afb4f
ext4: optimize test_root()
by Theodore Ts'o
· 12 years ago
2f2e09e
ext4: add sanity check to ext4_get_group_info()
by Theodore Ts'o
· 12 years ago
b302ef2
ext4: verify group number in verify_group_input() before using it
by Theodore Ts'o
· 12 years ago
a1d8d9a7
ext4: add check to io_submit_init_bio
by Theodore Ts'o
· 12 years ago
5dc23bd
ext4: remove ext4_ioend_wait()
by Jan Kara
· 12 years ago
c724585
ext4: don't wait for extent conversion in ext4_punch_hole()
by Jan Kara
· 12 years ago
38b8ff7
ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()
by Jan Kara
· 12 years ago
92e6222
ext4: remove i_mutex from ext4_file_sync()
by Jan Kara
· 12 years ago
37b10dd
ext4: use generic_file_fsync() in ext4_file_fsync() in nojournal mode
by Jan Kara
· 12 years ago
a115f74
ext4: remove wait for unwritten extent conversion from ext4_truncate()
by Jan Kara
· 12 years ago
e834039
ext4: protect extent conversion after DIO with i_dio_count
by Jan Kara
· 12 years ago
b0857d3
ext4: defer clearing of PageWriteback after extent conversion
by Jan Kara
· 12 years ago
2e8fa54
ext4: split extent conversion lists to reserved & unreserved parts
by Jan Kara
· 12 years ago
6b523df
ext4: use transaction reservation for extent conversion in ext4_end_io
by Jan Kara
· 12 years ago
3613d22
ext4: remove buffer_uninit handling
by Jan Kara
· 12 years ago
4e7ea81
ext4: restructure writeback path
by Jan Kara
· 12 years ago
fffb273
ext4: better estimate credits needed for ext4_da_writepages()
by Jan Kara
· 12 years ago
fa55a0e
ext4: improve writepage credit estimate for files with indirect blocks
by Jan Kara
· 12 years ago
f2d50a6
ext4: deprecate max_writeback_mb_bump sysfs attribute
by Jan Kara
· 12 years ago
39bba40
ext4: stop messing with nr_to_write in ext4_da_writepages()
by Jan Kara
· 12 years ago
5fe2fe8
ext4: provide wrappers for transaction reservation calls
by Jan Kara
· 12 years ago
8f7d89f
jbd2: transaction reservation support
by Jan Kara
· 12 years ago
f29fad7
jbd2: remove unused waitqueues
by Jan Kara
· 12 years ago
fe1e8db
jbd2: fix race in t_outstanding_credits update in jbd2_journal_extend()
by Jan Kara
· 12 years ago
76c3990
jbd2: cleanup needed free block estimates when starting a transaction
by Jan Kara
· 12 years ago
2f387f8
jbd2: remove outdated comment
by Jan Kara
· 12 years ago
b34090e
jbd2: refine waiting for shadow buffers
by Jan Kara
· 12 years ago
e5a120a
jbd2: remove journal_head from descriptor buffers
by Jan Kara
· 12 years ago
f5113ef
jbd2: don't create journal_head for temporary journal buffers
by Jan Kara
· 12 years ago
97a851e
ext4: use io_end for multiple bios
by Jan Kara
· 12 years ago
8af8eec
ext4: fix overflow when counting used blocks on 32-bit architectures
by Jan Kara
· 12 years ago
a60697f
ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs
by Jan Kara
· 12 years ago
e7293fd
ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementations
by Jan Kara
· 12 years ago
eaf3793
ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()
by Jan Kara
· 12 years ago
566370a
ext4: suppress ext4 orphan messages on mount
by Paul Taysom
· 12 years ago
eee06c5
jbd2: fix block tag checksum verification brokenness
by Darrick J. Wong
· 12 years ago
5d9cf9c
jbd2: use kmem_cache_zalloc for allocating journal head
by Zheng Liu
· 12 years ago
d23142c
ext4: make punch hole code path work with bigalloc
by Lukas Czerner
· 12 years ago
6180132
ext4: update ext4_ext_remove_space trace point
by Lukas Czerner
· 12 years ago
78fb9cd
ext4: remove unused code from ext4_remove_blocks()
by Lukas Czerner
· 12 years ago
c121ffd
ext4: remove unused discard_partial_page_buffers
by Lukas Czerner
· 12 years ago
a87dd18
ext4: use ext4_zero_partial_blocks in punch_hole
by Lukas Czerner
· 12 years ago
55f252c
ext4: truncate_inode_pages() in orphan cleanup path
by Lukas Czerner
· 12 years ago
eb3544c
Revert "ext4: fix fsx truncate failure"
by Lukas Czerner
· 12 years ago
0713ed0
ext4: Call ext4_jbd2_file_inode() after zeroing block
by Lukas Czerner
· 12 years ago
d863dc3
Revert "ext4: remove no longer used functions in inode.c"
by Lukas Czerner
· 12 years ago
bad5483
reiserfs: use ->invalidatepage() length argument
by Lukas Czerner
· 12 years ago
5c0bb97
gfs2: use ->invalidatepage() length argument
by Lukas Czerner
· 12 years ago
569d39f
ceph: use ->invalidatepage() length argument
by Lukas Czerner
· 12 years ago
e5f8d30
ocfs2: use ->invalidatepage() length argument
by Lukas Czerner
· 12 years ago
34097df
xfs: use ->invalidatepage() length argument
by Lukas Czerner
· 12 years ago
d8c8900
jbd: change journal_invalidatepage() to accept length
by Lukas Czerner
· 12 years ago
ca99fdd
ext4: use ->invalidatepage() length argument
by Lukas Czerner
· 12 years ago
259709b
jbd2: change jbd2_journal_invalidatepage to accept length
by Lukas Czerner
· 12 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 12 years ago
130901b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
c5cb6a0
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next
by Chris Mason
· 12 years ago
9be3395
Btrfs: use a btrfs bioset instead of abusing bio internals
by Chris Mason
· 12 years ago
655b09f
Btrfs: make sure roots are assigned before freeing their nodes
by Josef Bacik
· 12 years ago
3a6cad9
Btrfs: explicitly use global_block_rsv for quota_tree
by Stefan Behrens
· 12 years ago
17a5adc
btrfs: do away with non-whole_page extent I/O
by Alexandre Oliva
· 12 years ago
b216cbf
Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock context
by Miao Xie
· 12 years ago
314297c
Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()
by Miao Xie
· 12 years ago
061594e
Btrfs: pause the space balance when remounting to R/O
by Miao Xie
· 12 years ago
e1409ce
Btrfs: fix unprotected root node of the subvolume's inode rb-tree
by Miao Xie
· 12 years ago
89042e5
Btrfs: fix accessing a freed tree root
by Miao Xie
· 12 years ago
b9aa55b
Btrfs: return errno if possible when we fail to allocate memory
by Liu Bo
· 12 years ago
d88033d
Btrfs: update the global reserve if it is empty
by Miao Xie
· 12 years ago
5881cfc
Btrfs: don't steal the reserved space from the global reserve if their space type is different
by Miao Xie
· 12 years ago
b586b32
Btrfs: optimize the error handle of use_block_rsv()
by Miao Xie
· 12 years ago
7b61cd9
Btrfs: don't use global block reservation for inode cache truncation
by Miao Xie
· 12 years ago
7cfa9e5
Btrfs: don't abort the current transaction if there is no enough space for inode cache
by Miao Xie
· 12 years ago
8250dab
Correct allowed raid levels on balance.
by Andreas Philipp
· 12 years ago
379cde7
Btrfs: fix possible memory leak in replace_path()
by Stefan Behrens
· 12 years ago
c16c2e2
Btrfs: fix possible memory leak in the find_parent_nodes()
by Wang Shilong
· 12 years ago
4968810
Btrfs: don't allow device replace on RAID5/RAID6
by Stefan Behrens
· 12 years ago
b1c79e0
Btrfs: handle running extent ops with skinny metadata
by Josef Bacik
· 12 years ago
73e1e61
Btrfs: remove warn on in free space cache writeout
by Josef Bacik
· 12 years ago
69a85bd
Btrfs: don't null pointer deref on abort
by Josef Bacik
· 12 years ago
03b71c6
btrfs: don't stop searching after encountering the wrong item
by Gabriel de Perthuis
· 12 years ago
a52f4cd
Btrfs: fix off-by-one in fiemap
by Liu Bo
· 12 years ago
60b6297
btrfs: annotate quota tree for lockdep
by David Sterba
· 12 years ago
Next »