Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7f5aa215088b817add9c71914b83650bdd49f8a9
/
fs
/
ext4
/
inode.c
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
a30d542
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
d5a0d4f
ext4: fix ext4_da_write_begin error path
by Eric Sandeen
· 16 years ago
9c83a92
ext4: don't read inode block if the buffer has a write error
by Hidehiro Kawai
· 16 years ago
8ab22b9
vfs: pagecache usage optimization for pagesize!=blocksize
by Hisashi Hifumi
· 16 years ago
3e3398a
ext4: delayed allocation i_blocks fix for stat
by Mingming Cao
· 16 years ago
632eaea
ext4: fix delalloc i_disksize early update issue
by Mingming Cao
· 16 years ago
f0e6c98
ext4: Handle page without buffers in ext4_*_writepage()
by Aneesh Kumar K.V
· 16 years ago
cd1aac3
ext4: Add ordered mode support for delalloc
by Aneesh Kumar K.V
· 16 years ago
61628a3
ext4: Invert lock ordering of page_lock and transaction start in delalloc
by Mingming Cao
· 16 years ago
d2a1763
ext4: delayed allocation ENOSPC handling
by Mingming Cao
· 16 years ago
6476924
ext4: Add delayed allocation support in data=writeback mode
by Alex Tomas
· 16 years ago
678aaf4
ext4: Use new framework for data=ordered mode in JBD2
by Jan Kara
· 16 years ago
cf108bc
ext4: Invert the locking order of page_lock and transaction start
by Jan Kara
· 16 years ago
2e9ee85
ext4: Use page_mkwrite vma_operations to get mmap write notification.
by Aneesh Kumar K.V
· 16 years ago
654b490
ext4: cleanup block allocator
by Aneesh Kumar K.V
· 16 years ago
7061eba
ext4: Use inode preallocation with -o noextents
by Aneesh Kumar K.V
· 16 years ago
71dc8fb
ext4: handle deleting corrupted indirect blocks
by Duane Griffin
· 16 years ago
91ef4ca
ext4: handle corrupted orphan list at mount
by Duane Griffin
· 16 years ago
f8a87d8
ext4: fix test ext_generic_write_end() copied return value
by Roel Kluin
· 17 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
46e665e
ext4: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
c0a4ef3
ext4: use ext4_get_group_desc()
by Akinobu Mita
· 17 years ago
267e4db
ext4: Fix race between migration and mmap write
by Aneesh Kumar K.V
· 17 years ago
1cc8dcf
ext*: spelling fix prefered -> preferred
by Benoit Boissinot
· 17 years ago
f5ab0d1
ext4: Fix BUG when writing to an unitialized extent
by Mingming Cao
· 17 years ago
74d3487
ext4: modify block allocation algorithm for the last group
by Valerie Clement
· 17 years ago
642be6e
Remove incorrect BKL comments in ext4
by Andi Kleen
· 17 years ago
7fb5409
ext4: Fix Direct I/O locking
by Jan Kara
· 17 years ago
0040d98
allow in-inode EAs on ext4 root inode
by Eric Sandeen
· 17 years ago
1d1fe1e
iget: stop EXT4 from using iget() and read_inode()
by David Howells
· 17 years ago
fb01bfd
ext[234]: remove unused argument for ext[234]_find_goal()
by Akinobu Mita
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
c9de560
ext4: Add multi block allocator for ext4
by Alex Tomas
· 17 years ago
25ec56b
ext4: Add inode version support in ext4
by Jean Noel Cordenner
· 17 years ago
4df3d26
ext4: Take read lock during overwrite case.
by Aneesh Kumar K.V
· 17 years ago
0e855ac
ext4: Convert truncate_mutex to read write semaphore.
by Aneesh Kumar K.V
· 17 years ago
c278bfe
ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.
by Aneesh Kumar K.V
· 17 years ago
e2b4657
ext4: store maxbytes for bitmapped files and return EFBIG as appropriate
by Eric Sandeen
· 17 years ago
8180a56
ext4: Support large files
by Aneesh Kumar K.V
· 17 years ago
0fc1b45
ext4: Add support for 48 bit inode i_blocks.
by Aneesh Kumar K.V
· 17 years ago
a48380f
ext4: Rename i_dir_acl to i_size_high
by Aneesh Kumar K.V
· 17 years ago
7973c0c
ext4: Rename i_file_acl to i_file_acl_lo
by Aneesh Kumar K.V
· 17 years ago
1d03ec9
ext4: Fix sparse warnings.
by Aneesh Kumar K.V
· 17 years ago
fd2d429
ext4: add ext4_group_t, and change all group variables to this type.
by Avantika Mathur
· 17 years ago
725d26d
ext4: Introduce ext4_lblk_t
by Aneesh Kumar K.V
· 17 years ago
ac39849
ext4: sparse fixes
by Aneesh Kumar K.V
· 17 years ago
c1bddad
ext4: Fix sparse warnings
by Aneesh Kumar K.V
· 17 years ago
f077d0d
ext4: Remove (partial, never completed) fragment support
by Coly Li
· 17 years ago
bfc1af6
ext4: convert to new aops
by Nick Piggin
· 17 years ago
b38bd33
fix ext4/JBD2 build warnings
by Mingming Cao
· 17 years ago
d699594
ext4: remove extra IS_RDONLY() check
by Dave Hansen
· 17 years ago
fc0e15a
Use zero_user_page() in ext4 where possible
by Eric Sandeen
· 17 years ago
6dd4ee7
ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields
by Kalpak Shah
· 17 years ago
Next »