Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2ff2dafbd1017f0b5e8704989b265b5435e7ee37
/
fs
/
ext4
/
inode.c
« Previous
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
f64e02f
ext4 crypto: add ext4_mpage_readpages()
by Theodore Ts'o
· 10 years ago
72b8e0f
ext4: remove unused header files
by Sheng Yong
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
feaf2229
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
0389115
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
923ae0f
ext4: add DAX functionality
by Ross Zwisler
· 10 years ago
0572639
ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesize
by Xiaoguang Wang
· 10 years ago
a26f499
ext4: add optimization for the lazytime mount option
by Theodore Ts'o
· 10 years ago
0ae45f6
vfs: add support for a lazytime mount option
by Theodore Ts'o
· 10 years ago
58d86a5
ext4: update comments regarding ext4_delete_inode()
by Wang Shilong
· 10 years ago
b0dea4c
ext4: move handling of list of shrinkable inodes into extent status code
by Jan Kara
· 10 years ago
edaa53c
ext4: change LRU to round-robin in extent status tree shrinker
by Zheng Liu
· 10 years ago
2f8e0a7
ext4: cache extent hole in extent status tree for ext4_da_map_blocks()
by Zheng Liu
· 10 years ago
cbd7584
ext4: fix block reservation for bigalloc filesystems
by Jan Kara
· 10 years ago
4f879ca
ext4: bail early when clearing inode journal flag fails
by Jan Kara
· 10 years ago
9aa5d32
ext4: Replace open coded mdata csum feature to helper function
by Dmitry Monakhov
· 10 years ago
0ff8947
ext4: fix reservation overflow in ext4_da_write_begin
by Eric Sandeen
· 10 years ago
f4bb298
ext4: add ext4_iget_normal() which is to be used for dir tree lookups
by Theodore Ts'o
· 10 years ago
e2bfb08
ext4: don't orphan or truncate the boot loader inode
by Theodore Ts'o
· 10 years ago
bce92d5
ext4: fix return value of ext4_do_update_inode
by Li Xi
· 10 years ago
d6320cb
ext4: fix mmap data corruption when blocksize < pagesize
by Jan Kara
· 10 years ago
754cfed
ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag
by Theodore Ts'o
· 10 years ago
d91bd2c
ext4: fix comments about get_blocks
by Seunghun Lee
· 10 years ago
ee124d2
ext4: use ext4_update_i_disksize instead of opencoded ones
by Dmitry Monakhov
· 10 years ago
1c21502
ext4: convert ext4_bread() to use the ERR_PTR convention
by Theodore Ts'o
· 10 years ago
1056008
ext4: convert ext4_getblk() to use the ERR_PTR convention
by Theodore Ts'o
· 10 years ago
6603120
ext4: update i_disksize coherently with block allocation on error path
by Dmitry Monakhov
· 10 years ago
4631dbf
ext4: move i_size,i_disksize update routines to helper function
by Dmitry Monakhov
· 10 years ago
4f579ae
ext4: fix punch hole on files with indirect mapping
by Lukas Czerner
· 10 years ago
71d4f7d
ext4: remove metadata reservation checks
by Theodore Ts'o
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
bd9db17
ext4: handle symlink properly with inline_data
by Zheng Liu
· 10 years ago
5d60125
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
by liang xie
· 11 years ago
c8b459f
ext4: remove unnecessary double parentheses
by Lukas Czerner
· 11 years ago
c197855
ext4: make local functions static
by Stephen Hemminger
· 11 years ago
1c8349a
ext4: fix data integrity sync in ordered mode
by Namjae Jeon
· 11 years ago
a832475
Merge ext4 changes in ext4_file_write() into for-next
by Al Viro
· 11 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
16b1f05
ext4: switch the guts of ->direct_IO() to iov_iter
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
202ee5d
ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode
by Theodore Ts'o
· 11 years ago
556615d
ext4: rename uninitialized extents to unwritten
by Lukas Czerner
· 11 years ago
090f32e
ext4: get rid of EXT4_MAP_UNINIT flag
by Lukas Czerner
· 11 years ago
ef24f6c
ext4: discard preallocations after removing space
by Lukas Czerner
· 11 years ago
0790b31
fs: disallow all fallocate operation on active swapfile
by Lukas Czerner
· 11 years ago
9ef06ce
ext4: remove unnecessary check for APPEND and IMMUTABLE
by Lukas Czerner
· 11 years ago
622cad1
ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()
by Theodore Ts'o
· 11 years ago
87f7e41
ext4: update PF_MEMALLOC handling in ext4_write_inode()
by Theodore Ts'o
· 11 years ago
4adb6ab
ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKS
by Kazuya Mio
· 11 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
00a1a05
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
by Theodore Ts'o
· 11 years ago
e04027e
ext4: fix comment typo
by Matthew Wilcox
· 11 years ago
94350ab
ext4: make ext4_block_zero_page_range static
by Matthew Wilcox
· 11 years ago
5f16f32
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
by Theodore Ts'o
· 11 years ago
ed3654e
ext4: optimize Hurd tests when reading/writing inodes
by Theodore Ts'o
· 11 years ago
c4f6570
ext4: kill i_version support for Hurd-castrated file systems
by Theodore Ts'o
· 11 years ago
b8a8684
ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
by Lukas Czerner
· 11 years ago
10542c2
ext4: Speedup WB_SYNC_ALL pass called from sync(2)
by Jan Kara
· 11 years ago
e251f9b
ext4: avoid exposure of stale data in ext4_punch_hole()
by Maxim Patlasov
· 11 years ago
e861b5e
ext4: avoid possible overflow in ext4_map_blocks()
by Theodore Ts'o
· 11 years ago
a53b75b
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
bf3d846
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
64e178a
ext2/3/4: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
1d32bda
Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
8c9367f
ext4: don't pass freed handle to ext4_walk_page_buffers
by Theodore Ts'o
· 11 years ago
65eddb5
ext4: ext4_inode_is_fast_symlink should use EXT4_CLUSTER_SIZE
by Yongqiang Yang
· 11 years ago
9cb0041
ext4: enable punch hole for bigalloc
by Zheng Liu
· 11 years ago
34cf865
ext4: fix deadlock when writing in ENOSPC conditions
by Jan Kara
· 11 years ago
dff6efc
fs: fix iversion handling
by Christoph Hellwig
· 11 years ago
9206c56
ext4: return non-zero st_blocks for inline data
by Andreas Dilger
· 11 years ago
bbf023c
ext4: pair trace_ext4_writepages & trace_ext4_writepages_result
by Ming Lei
· 11 years ago
aeac589
ext4: fix performance regression in ext4_writepages
by Ming Lei
· 11 years ago
7534e85
ext4: fixup kerndoc annotation of mpage_map_and_submit_extent()
by Jan Kara
· 11 years ago
be5090d
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
9c12a83
ext4: fix performance regression in writeback of random writes
by Jan Kara
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
45d9a22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
7b7a866
direct-io: Implement generic deferred AIO completions
by Christoph Hellwig
· 11 years ago
70261f5
ext4: Fix misspellings using 'codespell' tool
by Anatol Pomozov
· 11 years ago
7afe5aa
ext4: convert write_begin methods to stable_page_writes semantics
by Dmitry Monakhov
· 11 years ago
90e775b
ext4: fix lost truncate due to race with writeback
by Jan Kara
· 11 years ago
5208386
ext4: simplify truncation code in ext4_setattr()
by Jan Kara
· 11 years ago
5f1132b
ext4: fix ext4_writepages() in presence of truncate
by Jan Kara
· 11 years ago
0993004
ext4: move test whether extent to map can be extended to one place
by Jan Kara
· 11 years ago
3be78c7
ext4: use unsigned int for es_status values
by Theodore Ts'o
· 11 years ago
a361293
jbd2: Fix oops in jbd2_journal_file_inode()
by Jan Kara
· 11 years ago
44fb851d
ext4: add WARN_ON to check the length of allocated blocks
by Zheng Liu
· 11 years ago
63b9996
ext4: call ext4_es_lru_add() after handling cache miss
by Theodore Ts'o
· 11 years ago
bdafe42
ext4: fix spelling errors and a comment in extent_status tree
by Theodore Ts'o
· 11 years ago
27d7c4e
ext4: silence warning in ext4_writepages()
by Jan Kara
· 11 years ago
cb53054
ext4: fix up error handling for mpage_map_and_submit_extent()
by Theodore Ts'o
· 11 years ago
e1be3a9
ext4: only zero partial blocks in ext4_zero_partial_blocks()
by Lukas Czerner
· 11 years ago
42c832d
ext4: check error return from ext4_write_inline_data_end()
by Theodore Ts'o
· 11 years ago
353eefd
ext4: delete unnecessary C statements
by jon ernst
· 11 years ago
aeb2817
ext4: pass inode pointer instead of file pointer to punch hole
by Ashish Sangwan
· 11 years ago
d3922a7
ext4: improve extent cache shrink mechanism to avoid to burn CPU time
by Zheng Liu
· 11 years ago
Next »