Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
dba90dfe48e2e00e79a15c95940730b6926ee176
/
fs
/
ext4
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
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
de89de6
ext4: Restore wbc->range_start in ext4_da_writepages()
by Theodore Ts'o
· 15 years ago
b05ab1d
ext4: Limit number of links that can be created by ext4_link()
by Theodore Ts'o
· 15 years ago
2c94eb8
ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories
by Aneesh Kumar K.V
· 15 years ago
55ad63b
ext4: fix extent sanity checking code with AGGRESSIVE_TEST
by Theodore Ts'o
· 15 years ago
a36b449
ext4: use ext4_grpblk_t more extensively
by Eric Sandeen
· 15 years ago
1927805
ext4: use variables not types in sizeofs() for allocations
by Eric Sandeen
· 15 years ago
a8526e8
ext4: Add missing unlock_new_inode() call in extent migration code
by Aneesh Kumar K.V
· 15 years ago
a13fb1a
ext4: Add feature set check helper for mount & remount paths
by Eric Sandeen
· 15 years ago
38877f4
simplify some logic in ext4_mb_normalize_request
by Eric Sandeen
· 15 years ago
0373130
ext4: open-code ext4_mb_update_group_info
by Eric Sandeen
· 15 years ago
bf43d84
ext4: reject too-large filesystems on 32-bit kernels
by Eric Sandeen
· 15 years ago
487caee
ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks()
by Jan Kara
· 15 years ago
553f900
ext4: Show unwritten extent flag in ext4_ext_show_leaf()
by Mingming
· 15 years ago
84fe3be
ext4: Compile warning fix when EXT_DEBUG enabled
by Mingming
· 15 years ago
5079748
ext4: Avoid group preallocation for closed files
by Theodore Ts'o
· 15 years ago
4ba74d0
ext4: Fix bugs in mballoc's stream allocation mode
by Theodore Ts'o
· 15 years ago
0ef90db
ext4: Display the mballoc flags in mb_history in hex instead of decimal
by Theodore Ts'o
· 15 years ago
6ba495e
ext4: Add configurable run-time mballoc debugging
by Theodore Ts'o
· 15 years ago
91cc219
ext4: fix journal ref count in move_extent_par_page
by Peng Tao
· 15 years ago
c333e07
ext4: remove redundant test on unsigned
by Roel Kluin
· 15 years ago
785b4b3
ext4: fix build warning when EXT4FS_DEBUG is on
by Peng Tao
· 15 years ago
1cf2968
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
833576b
ext4: Fix ext4_mb_initialize_context() to initialize all fields
by Theodore Ts'o
· 15 years ago
ac046f1
ext4: fix null handler of ioctls in no journal mode
by Peng Tao
· 15 years ago
e6b5d30
ext4: Fix buffer head reference leak in no-journal mode
by Curt Wohlgemuth
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
1c71850
ext4: Fix compile warnings with MB_DEBUG
by Akira Fujita
· 15 years ago
5a4a798
ext4: Remove unnecessary semicolons in mballoc.c
by Joe Perches
· 15 years ago
6487a9d
ext4: More buffer head reference leaks
by Curt Wohlgemuth
· 15 years ago
78f1ddb
ext4: Avoid null pointer dereference when decoding EROFS w/o a journal
by Theodore Ts'o
· 15 years ago
43b3852
ext4: Fix typo in ext4/Kconfig
by Manish Katiyar
· 15 years ago
024eab4
ext4: Fix memory leak fix when mounting an ext4 filesystem
by Aneesh Kumar K.V
· 15 years ago
073aaa1
helpers for acl caching + switch to those
by Al Viro
· 15 years ago
d4bfe2f
switch ext4 to inode->i_acl
by Al Viro
· 15 years ago
31583d6
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
90c699a
block: rename CONFIG_LBD to CONFIG_LBDAF
by Bartlomiej Zolnierkiewicz
· 15 years ago
210ad6a
ext4: avoid unnecessary spinlock in critical POSIX ACL path
by Theodore Ts'o
· 15 years ago
4159175
ext4: Don't update ctime for non-extent-mapped inodes
by Theodore Ts'o
· 15 years ago
62e086b
ext4: Move __ext4_journalled_writepage() to avoid forward declaration
by Aneesh Kumar K.V
· 15 years ago
43ce1d2
ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc
by Aneesh Kumar K.V
· 15 years ago
c364b22
ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation
by Aneesh Kumar K.V
· 15 years ago
Next »