Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e08e96de986ceb2c6b683df0bd0c4ddd4f91dcfd
/
fs
/
ext4
/
inode.c
208bca0
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
d211858
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
f1f8935
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
966dbde
ext4: warn if direct reclaim tries to writeback pages
by Mel Gorman
· 13 years ago
edb5ac8
ext4: let ext4_discard_partial_buffers handle unaligned range correctly
by Yongqiang Yang
· 13 years ago
5129d05
ext4: return ENOMEM if find_or_create_pages fails
by Yongqiang Yang
· 13 years ago
e260daf
ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()
by Yongqiang Yang
· 13 years ago
0edeb71
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
by Tao Ma
· 13 years ago
0e175a1
writeback: Add a 'reason' to wb_writeback_work
by Curt Wohlgemuth
· 13 years ago
fcbb551
ext4: let ext4_page_mkwrite stop started handle in failure
by Yongqiang Yang
· 13 years ago
a4e5d88
ext4: update EOFBLOCKS flag on fallocate properly
by Dmitry Monakhov
· 13 years ago
8de49e6
ext4: fix the deadlock in mpage_da_map_and_submit()
by Kazuya Mio
· 13 years ago
09e0834
ext4: fix deadlock in ext4_ordered_write_end()
by Akira Fujita
· 13 years ago
1bce63d
ext4: add block plug for .writepages
by Shaohua Li
· 13 years ago
df3ab17
ext4: fix the comment describing ext4_ext_search_right()
by Tao Ma
· 13 years ago
fed678d
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
5356f261
ext4: attempt to fix race in bigalloc code path
by Aditya Kali
· 13 years ago
d899024
ext4: add some tracepoints in ext4/extents.c
by Aditya Kali
· 13 years ago
df55c99
ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()
by Theodore Ts'o
· 13 years ago
e7d5f31
ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()
by Theodore Ts'o
· 13 years ago
5dee543
ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
by Theodore Ts'o
· 13 years ago
7b415bf
ext4: Fix bigalloc quota accounting and i_blocks value
by Aditya Kali
· 13 years ago
5704265
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
by Theodore Ts'o
· 13 years ago
bab08ab
ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)
by Theodore Ts'o
· 13 years ago
02fac12
ext4: fix partial page writes
by Allison Henderson
· 13 years ago
decbd91
ext4: only call ext4_jbd2_file_inode when an inode has been extended
by Theodore Ts'o
· 13 years ago
4e96b2d
ext4: Add new ext4_discard_partial_page_buffers routines
by Allison Henderson
· 13 years ago
84ebd79
ext4: fake direct I/O mode for data=journal
by Theodore Ts'o
· 13 years ago
8c0bec2
ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
by Jiaying Zhang
· 13 years ago
65299a3
block: separate priority boosting from REQ_META
by Christoph Hellwig
· 13 years ago
5dc06c5
block: remove READ_META and WRITE_META
by Christoph Hellwig
· 13 years ago
9dd75f1
ext4: fix nomblk_io_submit option so it correctly converts uninit blocks
by Theodore Ts'o
· 13 years ago
32c80b3
ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.
by Tao Ma
· 13 years ago
2581fdc
ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode
by Jiaying Zhang
· 13 years ago
441c850
ext4: Fix ext4_should_writeback_data() for no-journal mode
by Curt Wohlgemuth
· 13 years ago
60ad446
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
f01ef56
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback
by Linus Torvalds
· 13 years ago
2d859db
ext4: fix data corruption in inodes with journalled data
by Jan Kara
· 13 years ago
72c5052
fs: move inode_dio_done to the end_io handler
by Christoph Hellwig
· 13 years ago
aacfc19c
fs: simplify the blockdev_direct_IO prototype
by Christoph Hellwig
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 13 years ago
9ea7df5
ext4: Rewrite ext4_page_mkwrite() to use generic helpers
by Jan Kara
· 13 years ago
dae1e52
ext4: move ext4_ind_* functions from inode.c to indirect.c
by Amir Goldstein
· 13 years ago
9f125d6
ext4: move common truncate functions to header file
by Theodore Ts'o
· 13 years ago
1f7d1e7
ext4: move __ext4_check_blockref to block_validity.c
by Theodore Ts'o
· 13 years ago
8bb2b24
ext4: rename ext4_indirect_* funcs to ext4_ind_*
by Amir Goldstein
· 13 years ago
ff9893d
ext4: split ext4_ind_truncate from ext4_truncate
by Amir Goldstein
· 13 years ago
6e6938b
writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage
by Wu Fengguang
· 14 years ago
a9c667f
ext4: fixed tracepoints cleanup
by Lukas Czerner
· 13 years ago
aa38572
fs: pass exact type of data dirties to ->dirty_inode
by Christoph Hellwig
· 13 years ago
ae24f28
ext4: Convert ext4 to new truncate calling convention
by Jan Kara
· 13 years ago
a4bb6b6
ext4: enable "punch hole" functionality
by Allison Henderson
· 13 years ago
3084885
ext4: add new function ext4_block_zero_page_range()
by Allison Henderson
· 13 years ago
55f020d
ext4: add flag to ext4_has_free_blocks
by Allison Henderson
· 13 years ago
072bd7e
ext4: use truncate_setsize() unconditionally
by Theodore Ts'o
· 13 years ago
0e49989
ext4: wait for writeback to complete while making pages writable
by Darrick J. Wong
· 14 years ago
7cb1a53
ext4: clean up some wait_on_page_writeback calls
by Darrick J. Wong
· 14 years ago
00d0988
ext4: use s_inodes_per_block directly in __ext4_get_inode_loc
by Tao Ma
· 14 years ago
a97b520
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
c820563
ext4: fix data corruption regression by reverting commit 6de9843dab3f
by Theodore Ts'o
· 14 years ago
f80da1e
ext4: Allow indirect-block file to grow the file size to max file size
by Kazuya Mio
· 14 years ago
5b41395
ext4: fix credits computing for indirect mapped files
by Yongqiang Yang
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ae005cb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
6de9843
ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep()
by Feng Tang
· 14 years ago
0562e0b
ext4: add more tracepoints and use dev_t in the trace buffer
by Jiaying Zhang
· 14 years ago
d67d121
ext4: handle errors in ext4_clear_blocks()
by Amir Goldstein
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
8e8eaab
ext4: use the nblocks arg to ext4_truncate_restart_trans()
by Amir Goldstein
· 14 years ago
168fc02
ext4: move setup of the mpd structure to write_cache_pages_da()
by Theodore Ts'o
· 14 years ago
78aaced
ext4: don't lock the next page in write_cache_pages if not needed
by Theodore Ts'o
· 14 years ago
ee6ecbc
ext4: remove page_skipped hackery in ext4_da_writepages()
by Theodore Ts'o
· 14 years ago
9749895
ext4: clear the dirty bit for a page in writeback at the last minute
by Theodore Ts'o
· 14 years ago
4f01b02
ext4: simple cleanups to write_cache_pages_da()
by Theodore Ts'o
· 14 years ago
8eb9e5c
ext4: fold __mpage_da_writepage() into write_cache_pages_da()
by Theodore Ts'o
· 14 years ago
c7f5938
ext4: fix ext4_da_block_invalidatepages() to handle page range properly
by Curt Wohlgemuth
· 14 years ago
e0fd9b9
ext4: mark multi-page IO complete on mapping failure
by Curt Wohlgemuth
· 14 years ago
7dc5761
ext4: Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
6db26ff
fs/ext4/inode.c: use pr_warn_ratelimited()
by Andrew Morton
· 14 years ago
1c5b9e9
ext4: fix memory leak in ext4_free_branches
by Theodore Ts'o
· 14 years ago
b409714
ext4: add error checking to calls to ext4_handle_dirty_metadata()
by Theodore Ts'o
· 14 years ago
8aefcd5
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
by Theodore Ts'o
· 14 years ago
353eb83
ext4: drop i_state_flags on architectures with 64-bit longs
by Theodore Ts'o
· 14 years ago
01f49d0
ext4: use ext4_lblk_t instead of sector_t for logical blocks
by Theodore Ts'o
· 14 years ago
f232109
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED
by Theodore Ts'o
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
a8901d3
ext4: Use pr_warning_ratelimited() instead of printk_ratelimit()
by Theodore Ts'o
· 14 years ago
225db7d
ext4: Fix up comments in inode.c
by Theodore Ts'o
· 14 years ago
1449032
ext4: Turn off multiple page-io submission by default
by Theodore Ts'o
· 14 years ago
380cf09
ext4: fix redirty_page_for_writepage() typo in comment
by Wu Fengguang
· 14 years ago
a7bcf21
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
7ff9c07
ext4: Add new ext4 inode tracepoints
by Theodore Ts'o
· 14 years ago
eb8abb9
ext4: Remove useless spinlock in ext4_getattr()
by Theodore Ts'o
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
b1142e8
ext4: BUG_ON fix: check if page has buffers before calling page_buffers()
by Theodore Ts'o
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
3d287de
ext4: optimize orphan_list handling for ext4_setattr
by Dmitry Monakhov
· 14 years ago
4a873a4
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
by Theodore Ts'o
· 14 years ago
Next »