Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e1bfee2673b067525a48450eede263370f425182
/
fs
/
ext4
« Previous
dabd991
ext4: add more error checks to ext4_mkdir()
by Namhyung Kim
· 14 years ago
f1dffc4
ext4: ext4_ext_migrate should use NULL not 0
by Eric Paris
· 14 years ago
f7c2117
ext4: Use ext4_error_file() to print the pathname to the corrupted inode
by Theodore Ts'o
· 14 years ago
f9a62d0
ext4: use IS_ERR() to check for errors in ext4_error_file
by Dan Carpenter
· 14 years ago
1319518
ext4: test the correct variable in ext4_init_pageio()
by Dan Carpenter
· 14 years ago
6e9510b
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
by Wang Sheng-Hui
· 14 years ago
eaeef86
ext4: clean up ext4_xattr_list()'s error code checking and return strategy
by Theodore Ts'o
· 14 years ago
9325963
ext4: remove warning message from ext4_issue_discard helper
by Lukas Czerner
· 14 years ago
4f53150
ext4: fix possible overflow in ext4_trim_fs()
by Lukas Czerner
· 14 years ago
7359861
ext2,3,4: provide simple rcu-walk ACL implementation
by Nick Piggin
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
8a7411a
ext4: fix on-line resizing regression
by Theodore Ts'o
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
b72143a
ext4: Add error checking to kmem_cache_alloc() call in ext4_free_blocks()
by Theodore Ts'o
· 14 years ago
0ff2ea7
ext4: Use printf extension %pV
by Joe Perches
· 14 years ago
94de56a
ext4: Use vzalloc in ext4_fill_flex_info()
by Joe Perches
· 14 years ago
af0b44a
ext4: zero out nanosecond timestamps for small inodes
by Eric Sandeen
· 14 years ago
cad3f00
ext4: optimize ext4_check_dir_entry() with unlikely() annotations
by Theodore Ts'o
· 14 years ago
b17b35e
ext4: use kmem_cache_zalloc() in ext4_init_io_end()
by Jesper Juhl
· 14 years ago
6ca7b13
ext4: Remove redundant unlikely()
by Tobias Klauser
· 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
a2595b8
ext4: Add second mount options field since the s_mount_opt is full up
by Theodore Ts'o
· 14 years ago
673c610
ext4: Move struct ext4_mount_options from ext4.h to super.c
by Theodore Ts'o
· 14 years ago
fd8c37e
ext4: Simplify the usage of clear_opt() and set_opt() macros
by Theodore Ts'o
· 14 years ago
6d5c3aa
ext4: fix typo which broke '..' detection in ext4_find_entry()
by Aaro Koskinen
· 14 years ago
1449032
ext4: Turn off multiple page-io submission by default
by Theodore Ts'o
· 14 years ago
e681c04
ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard
by Lukas Czerner
· 14 years ago
93bb41f
fs: Do not dispatch FITRIM through separate super_operation
by Lukas Czerner
· 14 years ago
5a9ae68
ext4: ext4_fill_super shouldn't return 0 on corruption
by Darrick J. Wong
· 14 years ago
f4c8cc6
ext4: missing unlock in ext4_clear_request_list()
by Dan Carpenter
· 14 years ago
08da119
ext4: fix setting random pages PageUptodate
by Markus Trippelsdorf
· 14 years ago
380cf09
ext4: fix redirty_page_for_writepage() typo in comment
by Wu Fengguang
· 14 years ago
d4d7762
block: clean up blkdev_get() wrappers and their users
by Tejun Heo
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 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
b56ff9d
ext4: Don't call sb_issue_discard() in ext4_free_blocks()
by Theodore Ts'o
· 14 years ago
87009d8
ext4: do not try to grab the s_umount semaphore in ext4_quota_off
by Dmitry Monakhov
· 14 years ago
83668e7
ext4: fix potential race when freeing ext4_io_page structures
by Theodore Ts'o
· 14 years ago
f7ad6d2
ext4: handle writeback of inodes which are being freed
by Theodore Ts'o
· 14 years ago
ce7e010
ext4: initialize the percpu counters before replaying the journal
by Theodore Ts'o
· 14 years ago
b2c78cd
ext4: "ret" may be used uninitialized in ext4_lazyinit_thread()
by Theodore Ts'o
· 14 years ago
f4245bd
ext4: fix lazyinit hang after removing request
by Lukas Czerner
· 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
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
671f837
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
b1142e8
ext4: BUG_ON fix: check if page has buffers before calling page_buffers()
by Theodore Ts'o
· 14 years ago
19ef201
ext4: fix compile with CONFIG_EXT4_FS_XATTR disabled
by Ingo Molnar
· 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
beed5ecb
ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new
by Nicolas Kaiser
· 14 years ago
a6371b6
ext4: fix compile error in ext4_fallocate()
by Kazuya Mio
· 14 years ago
eee4adc
ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static
by Eric Sandeen
· 14 years ago
61d0867
ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()
by Theodore Ts'o
· 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
bf89d16
ext4: rename {ext,idx}_pblock and inline small extent functions
by Theodore Ts'o
· 14 years ago
1f109d5
ext4: make various ext4 functions be static
by Theodore Ts'o
· 14 years ago
5dabfc7
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
by Theodore Ts'o
· 14 years ago
7f93cff
ext4: fix kernel oops if the journal superblock has a non-zero j_errno
by Theodore Ts'o
· 14 years ago
72f84e6
ext4: update writeback_index based on last page scanned
by Eric Sandeen
· 14 years ago
5b41d92
ext4: implement writeback livelock avoidance using page tagging
by Eric Sandeen
· 14 years ago
bbd0834
ext4: tidy up a void argument in inode.c
by Eric Sandeen
· 14 years ago
27ee40d
ext4: add batched_discard into ext4 feature list
by Lukas Czerner
· 14 years ago
7360d17
ext4: Add batched discard support for ext4
by Lukas Czerner
· 14 years ago
77ca6cd
ext4: Use return value from sb_issue_discard()
by Lukas Czerner
· 14 years ago
8778369
ext4: Check return value of sb_getblk() and friends
by Namhyung Kim
· 14 years ago
bd2d021
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
1de3e3d
ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io()
by Theodore Ts'o
· 14 years ago
3ecdb3a
ext4: inline walk_page_buffers() into mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
cb20d51
ext4: inline ext4_writepage() into mpage_da_submit_io()
by Theodore Ts'o
· 14 years ago
a42afc5
ext4: simplify ext4_writepage()
by Theodore Ts'o
· 14 years ago
5a87b7a
ext4: call mpage_da_submit_io() from mpage_da_map_blocks()
by Theodore Ts'o
· 14 years ago
1682808
ext4: use KMEM_CACHE instead of kmem_cache_create
by Theodore Ts'o
· 14 years ago
7845c04
ext4: use search_dirblock() in ext4_dx_find_entry()
by Theodore Ts'o
· 14 years ago
8941ec8
ext4: avoid uninitialized memory references in ext3_htree_next_block()
by Theodore Ts'o
· 14 years ago
640e939
ext4: remove unused ext4_sb_info members
by Eric Sandeen
· 14 years ago
c999af2
ext4: queue conversion after adding to inode's completed IO list
by Eric Sandeen
· 14 years ago
3e1e5f5
ext4: don't use ext4_allocation_contexts for tracing
by Eric Sandeen
· 14 years ago
0c9169c
ext4: fix potential infinite loop in ext4_da_writepages()
by Toshiyuki Okajima
· 14 years ago
e0d10bf
ext4: improve llseek error handling for overly large seek offsets
by Toshiyuki Okajima
· 14 years ago
c41303c
ext4: don't update sb journal_devnum when RO dev
by Maciej Żenczykowski
· 14 years ago
2407518
ext4: use sb_issue_zeroout in ext4_ext_zeroout
by Lukas Czerner
· 14 years ago
a31437b
ext4: use sb_issue_zeroout in setup_new_group_blocks
by Lukas Czerner
· 14 years ago
857ac88
ext4: add interface to advertise ext4 features in sysfs
by Lukas Czerner
· 14 years ago
bfff687
ext4: add support for lazy inode table initialization
by Lukas Czerner
· 14 years ago
a1c6c56
ext4: fix NULL pointer dereference in print_daily_error_info()
by Sergey Senozhatsky
· 14 years ago
53fdcf9
ext4: don't hold spinlock while calling ext4_issue_discard()
by Lukas Czerner
· 14 years ago
5829870
ext4: check for negative error code from sb_issue_discard
by Lukas Czerner
· 14 years ago
b443e73
ext4: don't bump up LONG_MAX nr_to_write by a factor of 8
by Eric Sandeen
· 14 years ago
659c600
ext4: stop looping in ext4_num_dirty_pages when max_pages reached
by Eric Sandeen
· 14 years ago
fb1813f
ext4: use dedicated slab caches for group_info structures
by Curt Wohlgemuth
· 14 years ago
58590b0
ext4: fix EOFBLOCKS_FL handling
by Theodore Ts'o
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
ebdec24
fs: kill block_prepare_write
by Christoph Hellwig
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
Next »