Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
14c16db3906ba9453e9c786323f872e11fd0f48d
/
fs
/
ext4
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
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
de9a55b
ext4: Fix up whitespace issues in fs/ext4/inode.c
by Theodore Ts'o
· 15 years ago
0610b6e
ext4: Fix 64-bit block type problem on 32-bit platforms
by Theodore Ts'o
· 15 years ago
1101391
ext4: teach the inode allocator to use a goal inode number
by Andreas Dilger
· 15 years ago
f157a4a
ext4: Use a hash of the topdir directory name for the Orlov parent group
by Theodore Ts'o
· 15 years ago
4ab2f15
ext4: move the abort flag from s_mount_opts to s_mount_flags
by Theodore Ts'o
· 15 years ago
bc0b0d6
ext4: update the s_last_mounted field in the superblock
by Theodore Ts'o
· 15 years ago
7f4520c
ext4: change s_mount_opt to be an unsigned int
by Theodore Ts'o
· 15 years ago
748de67
ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl
by Akira Fujita
· 15 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 15 years ago
ebc1ac1
->write_super lock_super pushdown
by Christoph Hellwig
· 15 years ago
bbd6851
Push lock_super() into the ->remount_fs() of filesystems that care about it
by Al Viro
· 16 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
a9e220f
No need to do lock_super() for exclusion in generic_shutdown_super()
by Al Viro
· 16 years ago
8c85e12
remove ->write_super call in generic_shutdown_super
by Christoph Hellwig
· 16 years ago
c905959
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
a41f207
ext4: Avoid corrupting the uninitialized bit in the extent during truncate
by Aneesh Kumar K.V
· 15 years ago
0eab928
ext4: Don't treat a truncation of a zero-length file as replace-via-truncate
by Theodore Ts'o
· 15 years ago
9aee228
ext4: fix dx_map_entry to support 256k directory blocks
by Toshiyuki Okajima
· 15 years ago
f851408
ext4: truncate the file properly if we fail to copy data from userspace
by Aneesh Kumar K.V
· 15 years ago
1938a15
ext4: Avoid leaking blocks after a block allocation failure
by Aneesh Kumar K.V
· 15 years ago
b31e155
ext4: Change all super.c messages to print the device
by Eric Sandeen
· 15 years ago
03f5d8b
ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle()
by Jan Kara
· 15 years ago
b767e78
ext4: Don't look at buffer_heads outside i_size.
by Aneesh Kumar K.V
· 15 years ago
e646286
ext4: Fix goal inum check in the inode allocator
by Johann Lombardi
· 15 years ago
5adfee9
ext4: fix no journal corruption with locale-gen
by Theodore Ts'o
· 15 years ago
5887e98
ext4: Calculate required journal credits for inserting an extent properly
by Aneesh Kumar K.V
· 15 years ago
ffacfa7
ext4: Fix truncation of symlinks after failed write
by Jan Kara
· 15 years ago
3e03f9c
ext4: Use rcu_barrier() on module unload.
by Jesper Dangaard Brouer
· 15 years ago
726447d
ext4: naturally align struct ext4_allocation_request
by Eric Sandeen
· 15 years ago
089ceec
ext4: mark several more functions in mballoc.c as noinline
by Eric Sandeen
· 15 years ago
f4a0101
ext4: Fix potential reclaim deadlock when truncating partial block
by Theodore Ts'o
· 15 years ago
0b8e58a
ext4: super.c whitespace cleanup
by Andreas Dilger
· 15 years ago
88b6edd
ext4: Clean up calls to ext4_get_group_desc()
by Theodore Ts'o
· 15 years ago
759d427
ext4: remove unused function __ext4_write_dirty_metadata
by Theodore Ts'o
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
f683016
ext4: Fix memory leak in ext4_fill_super() in case of a failed mount
by Manish Katiyar
· 15 years ago
0568c51
ext4: down i_data_sem only for read when walking tree for fiemap
by Theodore Ts'o
· 15 years ago
6fd058f
ext4: Add a comprehensive block validity check to ext4_get_blocks()
by Theodore Ts'o
· 15 years ago
2ec0ae3
ext4: Fix race in ext4_inode_info.i_cached_extent
by Theodore Ts'o
· 15 years ago
2a8964d
ext4: Clear the unwritten buffer_head flag after the extent is initialized
by Aneesh Kumar K.V
· 15 years ago
2ac3b6e
ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state
by Theodore Ts'o
· 15 years ago
2fa3cdf
ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks()
by Theodore Ts'o
· 15 years ago
33b9817
ext4: Use a fake block number for delayed new buffer_head
by Aneesh Kumar K.V
· 15 years ago
9c1ee18
ext4: Fix sub-block zeroing for writes into preallocated extents
by Aneesh Kumar K.V
· 15 years ago
a2dc52b
ext4: Add BUG_ON debugging checks to noalloc_get_block_write()
by Theodore Ts'o
· 15 years ago
b920c75
ext4: Add documentation to the ext4_*get_block* functions
by Theodore Ts'o
· 15 years ago
c217705
ext4: Define a new set of flags for ext4_get_blocks()
by Theodore Ts'o
· 15 years ago
12b7ac1
ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()
by Theodore Ts'o
· 15 years ago
e4d996c
ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks()
by Theodore Ts'o
· 15 years ago
f888e65
ext4: Simplify function signature for ext4_da_get_block_write()
by Theodore Ts'o
· 15 years ago
bc8e674
ext4: Fix spinlock assertions on UP systems
by Vincent Minet
· 15 years ago
955ce5f
ext4: Convert ext4_lock_group to use sb_bgl_lock
by Aneesh Kumar K.V
· 16 years ago
eefd7f0
ext4: fix the length returned by fiemap for an unallocated extent
by Theodore Ts'o
· 16 years ago
c9877b2
ext4: fix for fiemap last-block test
by Eric Sandeen
· 16 years ago
abc8746
ext4: hook fiemap operation for directories
by Aneesh Kumar K.V
· 16 years ago
f403390
ext4: Make the length of the mb_history file tunable
by Curt Wohlgemuth
· 16 years ago
bb23c20
ext4: Move fs/ext4/group.h into ext4.h
by Theodore Ts'o
· 16 years ago
596397b
ext4: Move fs/ext4/namei.h into ext4.h
by Theodore Ts'o
· 16 years ago
ca0faba
ext4: Move the ext4_sb.h header file into ext4.h
by Theodore Ts'o
· 16 years ago
d444c3c
ext4: Move the ext4_i.h header file into ext4.h
by Theodore Ts'o
· 16 years ago
75507ef
ext4: Don't avoid using BLOCK_UNINIT block groups in mballoc
by Theodore Ts'o
· 16 years ago
8b0f9e8
ext4: avoid unnecessary spinlock in critical POSIX ACL path
by Theodore Ts'o
· 16 years ago
9bffad1
ext4: convert instrumentation from markers to tracepoints
by Theodore Ts'o
· 15 years ago
32ed505
ext4: Replace lock/unlock_super() with an explicit lock for resizing
by Theodore Ts'o
· 16 years ago
3b9d4ed
ext4: Replace lock/unlock_super() with an explicit lock for the orphan list
by Theodore Ts'o
· 16 years ago
a63c9eb
ext4: ext4_mark_recovery_complete() doesn't need to use lock_super
by Theodore Ts'o
· 16 years ago
114e9fc
ext4: Remove outdated comment about lock_super()
by Theodore Ts'o
· 16 years ago
8df9675
ext4: Avoid races caused by on-line resizing and SMP memory reordering
by Theodore Ts'o
· 16 years ago
9ca9238
ext4: Use separate super_operations structure for no_journal filesystems
by Theodore Ts'o
· 16 years ago
7234ab2
ext4: Fix and simplify s_dirt handling
by Theodore Ts'o
· 16 years ago
e2d6705
ext4: Simplify ext4_commit_super()'s function signature
by Theodore Ts'o
· 16 years ago
f7c4395
ext4: Use is_power_of_2() for clarity
by Theodore Ts'o
· 16 years ago
c5ca7c7
ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups array
by Theodore Ts'o
· 16 years ago
29fa89d
ext4: Mark the unwritten buffer_head as mapped during write_begin
by Aneesh Kumar K.V
· 15 years ago
79ffab3
ext4: Properly initialize the buffer_head state
by Aneesh Kumar K.V
· 15 years ago
c4b5a61
ext4: Do not try to validate extents on special files
by Theodore Ts'o
· 16 years ago
a9e8174
ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
by Theodore Ts'o
· 16 years ago
485c26e
ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
by Theodore Ts'o
· 16 years ago
a4277bf
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
b5451f7
ext4: Fix potential inode allocation soft lockup in Orlov allocator
by Theodore Ts'o
· 16 years ago
e84a26c
ext4: Make the extent validity check more paranoid
by Theodore Ts'o
· 16 years ago
226e7da
ext4: Remove code handling bio_alloc failure with __GFP_WAIT
by Nikanth Karthikesan
· 16 years ago
6b82f3c
ext4: really print the find_group_flex fallback warning only once
by Chuck Ebbert
· 16 years ago
0f2ddca
ext4: check block device size on mount
by From: Thiemo Nagel
· 16 years ago
e44543b
ext4: Fix off-by-one-error in ext4_valid_extent_idx()
by Thiemo Nagel
· 16 years ago
f73953c
ext4: Fix big-endian problem in __ext4_check_blockref()
by Thiemo Nagel
· 16 years ago
Next »