Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b767e78a179e5ab30fdbff1686d074ac270471eb
/
fs
/
ext4
/
inode.c
b767e78
ext4: Don't look at buffer_heads outside i_size.
by Aneesh Kumar K.V
· 15 years ago
ffacfa7
ext4: Fix truncation of symlinks after failed write
by Jan Kara
· 15 years ago
f4a0101
ext4: Fix potential reclaim deadlock when truncating partial block
by Theodore Ts'o
· 15 years ago
d4bfe2f
switch ext4 to inode->i_acl
by Al Viro
· 15 years ago
4159175
ext4: Don't update ctime for non-extent-mapped inodes
by Theodore Ts'o
· 15 years ago
de9a55b
ext4: Fix up whitespace issues in fs/ext4/inode.c
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
7f4520c
ext4: change s_mount_opt to be an unsigned int
by Theodore Ts'o
· 15 years ago
9bffad1
ext4: convert instrumentation from markers to tracepoints
by Theodore Ts'o
· 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
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
03f5d8b
ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle()
by Jan Kara
· 15 years ago
759d427
ext4: remove unused function __ext4_write_dirty_metadata
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
2ac3b6e
ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state
by Theodore Ts'o
· 16 years ago
2fa3cdf
ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks()
by Theodore Ts'o
· 16 years ago
a2dc52b
ext4: Add BUG_ON debugging checks to noalloc_get_block_write()
by Theodore Ts'o
· 16 years ago
b920c75
ext4: Add documentation to the ext4_*get_block* functions
by Theodore Ts'o
· 16 years ago
c217705
ext4: Define a new set of flags for ext4_get_blocks()
by Theodore Ts'o
· 16 years ago
12b7ac1
ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()
by Theodore Ts'o
· 16 years ago
e4d996c
ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks()
by Theodore Ts'o
· 16 years ago
f888e65
ext4: Simplify function signature for ext4_da_get_block_write()
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
29fa89d
ext4: Mark the unwritten buffer_head as mapped during write_begin
by Aneesh Kumar K.V
· 16 years ago
79ffab3
ext4: Properly initialize the buffer_head state
by Aneesh Kumar K.V
· 16 years ago
2a8964d
ext4: Clear the unwritten buffer_head flag after the extent is initialized
by Aneesh Kumar K.V
· 16 years ago
33b9817
ext4: Use a fake block number for delayed new buffer_head
by Aneesh Kumar K.V
· 16 years ago
9c1ee18
ext4: Fix sub-block zeroing for writes into preallocated extents
by Aneesh Kumar K.V
· 16 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
f73953c
ext4: Fix big-endian problem in __ext4_check_blockref()
by Thiemo Nagel
· 16 years ago
395d734
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
c2ec175
mm: page_mkwrite change prototype to match fault
by Nick Piggin
· 16 years ago
fe2c819
ext4: add checks of block references for non-extent inodes
by Thiemo Nagel
· 16 years ago
563bdd6
ext4: Check for an valid i_mode when reading the inode from disk
by Theodore Ts'o
· 16 years ago
a269eb1
ext4: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
60e58e0
ext4: quota reservation for delayed allocation
by Mingming Cao
· 16 years ago
afd4672
ext4: Add auto_da_alloc mount option
by Theodore Ts'o
· 16 years ago
b713a5e
ext4: remove /proc tuning knobs
by Theodore Ts'o
· 16 years ago
d601430
ext4: Fix discard of inode prealloc space with delayed allocation.
by Aneesh Kumar K.V
· 16 years ago
8f64b32
ext4: don't call jbd2_journal_force_commit_nested without journal
by Eric Sandeen
· 16 years ago
7d8f9f7
ext4: Automatically allocate delay allocated blocks on close
by Theodore Ts'o
· 16 years ago
ccd2506
ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
by Theodore Ts'o
· 16 years ago
f63e600
ext4: Simplify delalloc code by removing mpage_da_writepages()
by Theodore Ts'o
· 16 years ago
8dc207c
ext4: Save stack space by removing fake buffer heads
by Theodore Ts'o
· 16 years ago
ed5bde0
ext4: Simplify delalloc implementation by removing mpd.get_block
by Theodore Ts'o
· 16 years ago
7a262f7
ext4: Validate extent details only when read from the disk
by Aneesh Kumar K.V
· 16 years ago
a491212
ext4: New inode/block allocation algorithms for flex_bg filesystems
by Theodore Ts'o
· 16 years ago
ebd3610
ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()
by Jan Kara
· 16 years ago
2acf2c2
ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages
by Aneesh Kumar K.V
· 16 years ago
7f5aa21
jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()
by Jan Kara
· 16 years ago
b9ec63f
ext4: Remove bogus BUG() check in ext4_bmap()
by Theodore Ts'o
· 16 years ago
e7f0796
ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks
by Theodore Ts'o
· 16 years ago
06a279d
ext4: only use i_size_high for regular files
by Theodore Ts'o
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
179f7eb
percpu_counter: FBC_BATCH should be a variable
by Eric Dumazet
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
ba80b10
ext4: Add markers for better debuggability
by Theodore Ts'o
· 16 years ago
560671a
ext4: Use high 16 bits of the block group descriptor's free counts fields
by Aneesh Kumar K.V
· 16 years ago
e83c139
ext4: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
ed9b3e3
ext4: Mark the buffer_heads as dirty and uptodate after prepare_write
by Aneesh Kumar K.V
· 16 years ago
3a06d77
ext4: sparse fixes
by Aneesh Kumar K.V
· 16 years ago
ac51d83
ext4: calculate journal credits correctly
by Theodore Ts'o
· 16 years ago
498e5f2
ext4: Change unsigned long to unsigned int
by Theodore Ts'o
· 16 years ago
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
791b7f0
ext4: Fix the delalloc writepages to allocate blocks at the right offset.
by Aneesh Kumar K.V
· 16 years ago
2a21e37
ext4: tone down ext4_da_writepages warnings
by Theodore Ts'o
· 16 years ago
815a113
ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly
by Theodore Ts'o
· 16 years ago
8f72fbd
ext4: fix printk format warning
by Alexander Beregalov
· 16 years ago
f287a1a
ext4: Remove automatic enabling of the HUGE_FILE feature flag
by Theodore Ts'o
· 16 years ago
22208de
ext4: Fix file fragmentation during large file write.
by Aneesh Kumar K.V
· 16 years ago
af6f029
ext4: Use tag dirty lookup during mpage_da_submit_io
by Aneesh Kumar K.V
· 16 years ago
03010a3
ext4: Rename ext4dev to ext4
by Theodore Ts'o
· 16 years ago
6873fa0
Hook ext4 to the vfs fiemap interface.
by Eric Sandeen
· 16 years ago
c2ea3fd
ext4: Remove old legacy block allocator
by Theodore Ts'o
· 16 years ago
240799c
ext4: Use readahead when reading an inode from the inode table
by Theodore Ts'o
· 16 years ago
cf17fea
ext4: Properly update i_disksize.
by Aneesh Kumar K.V
· 16 years ago
ae4d537
ext4: truncate block allocated on a failed ext4_write_begin
by Aneesh Kumar K.V
· 16 years ago
df22291
ext4: Retry block allocation if we have free blocks left
by Aneesh Kumar K.V
· 16 years ago
166348d
ext4: Don't add the inode to journal handle until after the block is allocated
by Aneesh Kumar K.V
· 16 years ago
79f0be8
ext4: Switch to non delalloc mode when we are low on free blocks count.
by Aneesh Kumar K.V
· 16 years ago
6bc6e63
ext4: Add percpu dirty block accounting.
by Aneesh Kumar K.V
· 16 years ago
030ba6b
ext4: Retry block reservation
by Aneesh Kumar K.V
· 16 years ago
a30d542a
ext4: Make sure all the block allocation paths reserve blocks
by Aneesh Kumar K.V
· 16 years ago
c4a0c46
ext4: invalidate pages if delalloc block allocation fails.
by Aneesh Kumar K.V
· 16 years ago
af5bc92
ext4: Fix whitespace checkpatch warnings/errors
by Theodore Ts'o
· 16 years ago
5e745b0
ext4: Fix small file fragmentation
by Aneesh Kumar K.V
· 16 years ago
525f4ed
ext4: journal credit fix for the delayed allocation's writepages() function
by Mingming Cao
· 16 years ago
a1d6cc5
ext4: Rework the ext4_da_writepages() function
by Aneesh Kumar K.V
· 16 years ago
f3bd1f3
ext4: journal credits reservation fixes for DIO, fallocate
by Mingming Cao
· 16 years ago
a02908f
ext4: journal credits calulation cleanup and fix for non-extent writepage
by Mingming Cao
· 16 years ago
cd21322
ext4: Fix delalloc release block reservation for truncate
by Mingming Cao
· 16 years ago
b4df203
ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty
by Theodore Ts'o
· 16 years ago
bf068ee
ext4: Handle unwritten extent properly with delayed allocation
by Aneesh Kumar K.V
· 16 years ago
7d55992
ext4: remove write-only variables from ext4_ordered_write_end
by Eric Sandeen
· 16 years ago
2b2d6d0
ext4: Cleanup whitespace and other miscellaneous style issues
by Theodore Ts'o
· 16 years ago
12219ae
ext4: Cleanup the block reservation code path
by Aneesh Kumar K.V
· 16 years ago
bc965ab
ext4: Fix lack of credits BUG() when deleting a badly fragmented inode
by Theodore Ts'o
· 16 years ago
Next »