Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c4fd308ed62f292518363ea9c6c2adb3c2d95f9d
/
fs
/
ext4
« Previous
24b5842
ext4: Use ext4 file system driver for ext2/ext3 file system mounts
by Theodore Ts'o
· 15 years ago
c09eef3
ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()
by Roel Kluin
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
bf48aab
tree-wide: fix typos "offest" -> "offset"
by Uwe Kleine-König
· 15 years ago
3f0ca30
ext4: remove unused parameter wbc from __ext4_journalled_writepage()
by Wu Fengguang
· 15 years ago
ac48b0a
ext4: move_extent_per_page() cleanup
by Akira Fujita
· 15 years ago
446aaa6
ext4: initialize moved_len before calling ext4_move_extents()
by Kazuya Mio
· 15 years ago
94d7c16
ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
by Akira Fujita
· 15 years ago
9084d47
ext4: use ext4_data_block_valid() in ext4_free_blocks()
by Theodore Ts'o
· 15 years ago
1585d8d
ext4: add check for wraparound in ext4_data_block_valid()
by Theodore Ts'o
· 15 years ago
e636260
ext4: call ext4_forget() from ext4_free_blocks()
by Theodore Ts'o
· 15 years ago
4433871
ext4: fold ext4_free_blocks() and ext4_mb_free_blocks()
by Theodore Ts'o
· 15 years ago
b7e57e7
ext4: fold ext4_journal_forget() into ext4_forget()
by Theodore Ts'o
· 15 years ago
e4684b3
ext4: fold ext4_journal_revoke() into ext4_forget()
by Theodore Ts'o
· 15 years ago
d6797d1
ext4: move ext4_forget() to ext4_jbd2.c
by Theodore Ts'o
· 15 years ago
e3bb52a
ext4: make "norecovery" an alias for "noload"
by Eric Sandeen
· 15 years ago
5328e63
ext4: make trim/discard optional (and off by default)
by Eric Sandeen
· 15 years ago
2bba702
ext4: fix error handling in ext4_ind_get_blocks()
by Jan Kara
· 15 years ago
6b17d90
ext4: avoid issuing unnecessary barriers
by Theodore Ts'o
· 15 years ago
1032988
ext4: fix block validity checks so they work correctly with meta_bg
by Theodore Ts'o
· 15 years ago
8dadb19
ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zero
by Theodore Ts'o
· 15 years ago
3f8fb94
ext4: don't update the superblock in ext4_statfs()
by Theodore Ts'o
· 15 years ago
86ebfd0
ext4: journal all modifications in ext4_xattr_set_handle
by Eric Sandeen
· 15 years ago
30c6e07a
ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
by Julia Lawall
· 15 years ago
5068969
ext4: make sure directory and symlink blocks are revoked
by Theodore Ts'o
· 15 years ago
beac2da
ext4: add tracepoint for ext4_forget()
by Theodore Ts'o
· 15 years ago
cf40db1
ext4: remove failed journal checksum check
by Theodore Ts'o
· 15 years ago
567f3e9
ext4: plug a buffer_head leak in an error path of ext4_iget()
by Theodore Ts'o
· 15 years ago
92c2815
ext4: fix spelling typos in move_extent.c
by Akira Fujita
· 15 years ago
49bd22b
ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
by Akira Fujita
· 15 years ago
fc04cb4
ext4: fix lock order problem in ext4_move_extents()
by Akira Fujita
· 15 years ago
f868a48
ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
by Akira Fujita
· 15 years ago
503358a
ext4: avoid divide by zero when trying to mount a corrupted file system
by Theodore Ts'o
· 15 years ago
2de770a
ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC
by Theodore Ts'o
· 15 years ago
1e424a3
ext4: partial revert to fix double brelse WARNING()
by Theodore Ts'o
· 15 years ago
ba230c3
ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/O
by Mingming
· 15 years ago
4b70df1
ext4: code clean up for dio fallocate handling
by Mingming
· 15 years ago
5f52495
ext4: skip conversion of uninit extents after direct IO if there isn't any
by Mingming
· 15 years ago
109f556
ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extents
by Mingming
· 15 years ago
fa5d111
ext4: discard preallocation when restarting a transaction during truncate
by Aneesh Kumar K.V
· 15 years ago
d4da6c9
Revert "ext4: Remove journal_checksum mount option and enable it by default"
by Linus Torvalds
· 15 years ago
9117703
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
ca0c958
this_cpu: Straight transformations
by Christoph Lameter
· 15 years ago
fbbf694
[PATCH] ext4: retry failed direct IO allocations
by Eric Sandeen
· 15 years ago
74072d0
ext4: Fix build warning in ext4_dirty_inode()
by Curt Wohlgemuth
· 15 years ago
f0e2dfa
ext4: drop ext4dev compat
by Eric Sandeen
· 15 years ago
1f94533
ext4: fix a BUG_ON crash by checking that page has buffers attached to it
by Theodore Ts'o
· 15 years ago
9f44fdc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
c1fccc0
ext4: Fix time encoding with extra epoch bits
by Theodore Ts'o
· 15 years ago
296c355
ext4: Use tracepoints for mb_history trace file
by Theodore Ts'o
· 15 years ago
90576c0
ext4, jbd2: Drop unneeded printks at mount and unmount time
by Theodore Ts'o
· 15 years ago
d3d1faf
ext4: Handle nested ext4_journal_start/stop calls without a journal
by Curt Wohlgemuth
· 15 years ago
f3dc272
ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode
by Curt Wohlgemuth
· 15 years ago
830156c
ext4: Avoid updating the inode table bh twice in no journal mode
by Frank Mayhar
· 15 years ago
f3ce806
ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first
by Theodore Ts'o
· 15 years ago
8d5d02e
ext4: async direct IO for holes and fallocate support
by Mingming Cao
· 15 years ago
4c0425f
ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O
by Mingming Cao
· 15 years ago
0031462
ext4: Split uninitialized extents for direct I/O
by Mingming Cao
· 15 years ago
9f0ccfd
ext4: release reserved quota when block reservation for delalloc retry
by Mingming Cao
· 15 years ago
55138e0
ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks
by Theodore Ts'o
· 15 years ago
7178057
ext4: Fix hueristic which avoids group preallocation for closed files
by Theodore Ts'o
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
1693918
ext4: Use ext4_msg() for ext4_da_writepage() errors
by Theodore Ts'o
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
342ff1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
0d54b21
const: make struct super_block::s_qcop const
by Alexey Dobriyan
· 15 years ago
61e225d
const: make struct super_block::dq_op const
by Alexey Dobriyan
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
0a80e98
ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
by Eric Sandeen
· 15 years ago
5534fb5
ext4: Fix the alloc on close after a truncate hueristic
by Theodore Ts'o
· 15 years ago
fb40ba0
ext4: Add a tracepoint for ext4_alloc_da_blocks()
by Theodore Ts'o
· 15 years ago
1b9c12f
ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags
by Theodore Ts'o
· 15 years ago
fb0a387
ext4: limit block allocations for indirect-block files to < 2^32
by Eric Sandeen
· 15 years ago
c40ce3c
ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT
by Akira Fujita
· 15 years ago
347fa6f
ext4: Add null extent check to ext_get_path
by Akira Fujita
· 15 years ago
2147b1a
ext4: Replace BUG_ON() with ext4_error() in move_extents.c
by Akira Fujita
· 15 years ago
e850597
ext4: Replace get_ext_path macro with an inline funciton
by Akira Fujita
· 15 years ago
aa261f5
HWPOISON: Enable .remove_error_page for migration aware file systems
by Andi Kleen
· 15 years ago
3661d28
ext4: Fix include/trace/events/ext4.h to work with Systemtap
by Theodore Ts'o
· 15 years ago
0d34ec6
ext4: Remove syncing logic from ext4_file_write
by Jan Kara
· 15 years ago
7ad9bb6
ext4: Fix initalization of s_flex_groups
by Theodore Ts'o
· 15 years ago
1f7bebb
ext4: Always set dx_node's fake_dirent explicitly.
by Andreas Schlick
· 15 years ago
71290b3
ext4: Don't update superblock write time when filesystem is read-only
by Theodore Ts'o
· 15 years ago
08c3a81
ext4: Clarify the locking details in mballoc
by Aneesh Kumar K.V
· 15 years ago
f41c075
ext4: check for need init flag in ext4_mb_load_buddy
by Aneesh Kumar K.V
· 15 years ago
b6a758e
ext4: move ext4_mb_init_group() function earlier in the mballoc.c
by Aneesh Kumar K.V
· 15 years ago
91ac6f4
ext4: Make non-journal fsync work properly
by Frank Mayhar
· 15 years ago
fe188c0
ext4: Assure that metadata blocks are written during fsync in no journal mode
by Theodore Ts'o
· 15 years ago
c7acb4c
ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()
by Theodore Ts'o
· 15 years ago
1d5ccd1
ext[234]: move over to 'check_acl' permission model
by Linus Torvalds
· 15 years ago
80e4246
ext4: print more sysadmin-friendly message in check_block_validity()
by Theodore Ts'o
· 15 years ago
a827eaf
ext4: Take page lock before looking at attached buffer_heads flags
by Aneesh Kumar K.V
· 15 years ago
44fc48f
ext4: Fix small typo for move_extent_per_page()
by Akira Fujita
· 15 years ago
8d66691
ext4: Return exchanged blocks count to user space in failure
by Akira Fujita
· 15 years ago
daea696
ext4: Remove unneeded BUG_ON() in ext4_move_extents()
by Akira Fujita
· 15 years ago
70d5d3d
ext4: Fix wrong comparisons in mext_check_arguments()
by Akira Fujita
· 15 years ago
5f3481e
ext4: fix cache flush in ext4_sync_file
by Christoph Hellwig
· 15 years ago
d0646f7
ext4: Remove journal_checksum mount option and enable it by default
by Theodore Ts'o
· 15 years ago
7f1346a
ext4: Declare seq_operations and file_operations structures as const
by Tobias Klauser
· 15 years ago
b3a3ca8
ext4: Add new tracepoint: trace_ext4_da_write_pages()
by Theodore Ts'o
· 15 years ago
Next »