Linus Torvalds
|
008d23e485
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
14 years ago |
Andrew Morton
|
6db26ffc91
fs/ext4/inode.c: use pr_warn_ratelimited()
|
14 years ago |
Theodore Ts'o
|
1c5b9e9065
ext4: fix memory leak in ext4_free_branches
|
14 years ago |
Theodore Ts'o
|
b40971426a
ext4: add error checking to calls to ext4_handle_dirty_metadata()
|
14 years ago |
Theodore Ts'o
|
8aefcd557d
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
|
14 years ago |
Theodore Ts'o
|
353eb83c14
ext4: drop i_state_flags on architectures with 64-bit longs
|
14 years ago |
Theodore Ts'o
|
01f49d0b9d
ext4: use ext4_lblk_t instead of sector_t for logical blocks
|
14 years ago |
Theodore Ts'o
|
f232109773
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED
|
14 years ago |
Jiri Kosina
|
4b7bd36470
Merge branch 'master' into for-next
|
14 years ago |
Theodore Ts'o
|
a8901d3487
ext4: Use pr_warning_ratelimited() instead of printk_ratelimit()
|
14 years ago |
Theodore Ts'o
|
225db7d35c
ext4: Fix up comments in inode.c
|
14 years ago |
Theodore Ts'o
|
1449032be1
ext4: Turn off multiple page-io submission by default
|
14 years ago |
Wu Fengguang
|
380cf090f4
ext4: fix redirty_page_for_writepage() typo in comment
|
14 years ago |
Linus Torvalds
|
a7bcf21e60
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
14 years ago |
Theodore Ts'o
|
7ff9c073dd
ext4: Add new ext4 inode tracepoints
|
14 years ago |
Theodore Ts'o
|
eb8abb927a
ext4: Remove useless spinlock in ext4_getattr()
|
14 years ago |
Uwe Kleine-König
|
b595076a18
tree-wide: fix comment/printk typos
|
14 years ago |
Theodore Ts'o
|
b1142e8fec
ext4: BUG_ON fix: check if page has buffers before calling page_buffers()
|
14 years ago |
Theodore Ts'o
|
a107e5a3a4
Merge branch 'next' into upstream-merge
|
14 years ago |
Dmitry Monakhov
|
3d287de3b8
ext4: optimize orphan_list handling for ext4_setattr
|
14 years ago |
Theodore Ts'o
|
4a873a472b
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
|
14 years ago |
Theodore Ts'o
|
1f109d5a17
ext4: make various ext4 functions be static
|
14 years ago |
Eric Sandeen
|
72f84e6560
ext4: update writeback_index based on last page scanned
|
14 years ago |
Eric Sandeen
|
5b41d92437
ext4: implement writeback livelock avoidance using page tagging
|
14 years ago |
Eric Sandeen
|
bbd08344e3
ext4: tidy up a void argument in inode.c
|
14 years ago |
Namhyung Kim
|
877836905d
ext4: Check return value of sb_getblk() and friends
|
14 years ago |
Theodore Ts'o
|
bd2d0210cf
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
|
14 years ago |
Theodore Ts'o
|
1de3e3df91
ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io()
|
14 years ago |
Theodore Ts'o
|
3ecdb3a193
ext4: inline walk_page_buffers() into mpage_da_submit_io
|
14 years ago |
Theodore Ts'o
|
cb20d51883
ext4: inline ext4_writepage() into mpage_da_submit_io()
|
14 years ago |