Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9f0d33146e2ae81342a493c579c0e0c1aa84a527
/
fs
/
ext4
a93cd4c
ext4: Fix hole punching for files with indirect blocks
by Jan Kara
· 10 years ago
77ea2a4
ext4: Fix block zeroing when punching holes in indirect block files
by Jan Kara
· 10 years ago
e43bb4e
ext4: decrement free clusters/inodes counters when block group declared bad
by Namjae Jeon
· 10 years ago
c5c7b8d
ext4: Fix buffer double free in ext4_alloc_branch()
by Jan Kara
· 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
8d02076
->splice_write() via ->write_iter()
by Al Viro
· 11 years ago
f8409ab
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
2457aec
mm: non-atomically mark page accessed during page cache allocation where possible
by Mel Gorman
· 10 years ago
1b938c0
fs/buffer.c: remove block_write_full_page_endio()
by Matthew Wilcox
· 10 years ago
776edb5
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
bd9db17
ext4: handle symlink properly with inline_data
by Zheng Liu
· 10 years ago
b5b6077
ext4: fix wrong assert in ext4_mb_normalize_request()
by Maurizio Lombardi
· 10 years ago
eeece46
ext4: fix zeroing of page during writeback
by Jan Kara
· 10 years ago
aa13d5f
ext4: remove unused local variable "stored" from ext4_readdir(...)
by Giedrius Rekasius
· 10 years ago
e1ee60f
ext4: fix ZERO_RANGE test failure in data journalling
by Namjae Jeon
· 10 years ago
d745a8c
ext4: reduce contention on s_orphan_lock
by Jan Kara
· 10 years ago
cd2c080
ext4: use sbi in ext4_orphan_{add|del}()
by Jan Kara
· 10 years ago
0baaea6
ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()
by Lukas Czerner
· 10 years ago
5d60125
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
by liang xie
· 10 years ago
c8b459f
ext4: remove unnecessary double parentheses
by Lukas Czerner
· 10 years ago
029b10c
ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() fails
by Andrey Tsyvarev
· 10 years ago
c197855
ext4: make local functions static
by Stephen Hemminger
· 10 years ago
e674e5c
ext4: fix block bitmap validation when bigalloc, ^flex_bg
by Darrick J. Wong
· 10 years ago
1beeef1
ext4: fix block bitmap initialization under sparse_super2
by Darrick J. Wong
· 10 years ago
bd63f6b
ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem
by Darrick J. Wong
· 10 years ago
230b8c1a
ext4: avoid unneeded lookup when xattr name is invalid
by Zhang Zhen
· 10 years ago
1c8349a
ext4: fix data integrity sync in ordered mode
by Namjae Jeon
· 10 years ago
9b88416
convert ext4 to ->write_iter()
by Al Viro
· 11 years ago
a832475
Merge ext4 changes in ext4_file_write() into for-next
by Al Viro
· 10 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
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
236f5ec
ext4: remove obsoleted check
by Dmitry Monakhov
· 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
f5ccfe1
ext4: fix locking for O_APPEND writes
by Theodore Ts'o
· 11 years ago
7ed07ba
ext4: factor out common code in ext4_file_write()
by Theodore Ts'o
· 11 years ago
8ad2850
ext4: move ext4_file_dio_write() into ext4_file_write()
by Theodore Ts'o
· 11 years ago
7608e61
ext4: inline generic_file_aio_write() into ext4_file_write()
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
9ac0367
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
0a04b24
ext4: disable COLLAPSE_RANGE for bigalloc
by Namjae Jeon
· 11 years ago
a8680e0
ext4: fix COLLAPSE_RANGE failure with 1KB block size
by Namjae Jeon
· 11 years ago
86f1ca3
ext4: use EINVAL if not a regular file in ext4_collapse_range()
by Theodore Ts'o
· 11 years ago
6c5e73d
ext4: enforce we are operating on a regular file in ext4_zero_range()
by jon ernst
· 11 years ago
6dd834e
ext4: fix extent merging in ext4_ext_shift_path_extents()
by Lukas Czerner
· 11 years ago
ef24f6c
ext4: discard preallocations after removing space
by Lukas Czerner
· 11 years ago
9337d5d
ext4: no need to truncate pagecache twice in collapse range
by Lukas Czerner
· 11 years ago
2c1d232
ext4: fix removing status extents in ext4_collapse_range()
by Lukas Czerner
· 11 years ago
1a66c7c
ext4: use filemap_write_and_wait_range() correctly in collapse range
by Lukas Czerner
· 11 years ago
694c793
ext4: use truncate_pagecache() in collapse range
by Lukas Czerner
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
036acea
ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled
by Azat Khuzhin
· 11 years ago
a18ed35
ext4: always check ext4_ext_find_extent result
by Dmitry Monakhov
· 11 years ago
8dc79ec
ext4: fix error handling in ext4_ext_shift_extents
by Dmitry Monakhov
· 11 years ago
e2cbd58
ext4: silence sparse check warning for function ext4_trim_extent
by jon ernst
· 11 years ago
40c406c
ext4: COLLAPSE_RANGE only works on extent-based files
by Theodore Ts'o
· 11 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
847c6c4
ext4: fix byte order problems introduced by the COLLAPSE_RANGE patches
by Zheng Liu
· 11 years ago
6e6358f
ext4: use i_size_read in ext4_unaligned_aio()
by Theodore Ts'o
· 11 years ago
0790b31
fs: disallow all fallocate operation on active swapfile
by Lukas Czerner
· 11 years ago
23fffa9
fs: move falloc collapse range check into the filesystem methods
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
c57ab39
ext4: return ENOMEM rather than EIO when find_###_page() fails
by Younger Liu
· 11 years ago
1ce01c4
ext4: fix COLLAPSE_RANGE test failure in data journalling mode
by Namjae Jeon
· 11 years ago
87f7e41
ext4: update PF_MEMALLOC handling in ext4_write_inode()
by Theodore Ts'o
· 11 years ago
f182036
mm: implement ->map_pages for page cache
by Kirill A. Shutemov
· 11 years ago
ec4cb1a
ext4: fix jbd2 warning under heavy xattr load
by Jan Kara
· 11 years ago
9503c67
ext4: note the error in ext4_end_bio()
by Matthew Wilcox
· 11 years ago
0076493
ext4: initialize multi-block allocator before checking block descriptors
by Azat Khuzhin
· 11 years ago
4adb6ab
ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKS
by Kazuya Mio
· 11 years ago
666525d
ext4: fix 64-bit number truncation warning
by Chen Gang
· 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
7df9345
Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
45d4f85
fs/direct-io.c: remove some left over checks
by Dan Carpenter
· 11 years ago
41fc56d
kill the 4th argument of __generic_file_aio_write()
by Al Viro
· 11 years ago
ad6599a
ext4: fix premature freeing of partial clusters split across leaf blocks
by Eric Whitney
· 11 years ago
bd42998
ext4: add cross rename support
by Miklos Szeredi
· 11 years ago
bd1af14
ext4: rename: split out helper functions
by Miklos Szeredi
· 11 years ago
0d7d5d6
ext4: rename: move EMLINK check up
by Miklos Szeredi
· 11 years ago
c0d268c
ext4: rename: create ext4_renament structure for local vars
by Miklos Szeredi
· 11 years ago
0a7c393
vfs: add RENAME_NOREPLACE flag
by Miklos Szeredi
· 11 years ago
e5b3041
ext4: remove unneeded test of ret variable
by Lukas Czerner
· 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
9c191f7
ext4: each filesystem creates and uses its own mb_cache
by T Makphaibulchoke
· 11 years ago
b8a8684
ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
by Lukas Czerner
· 11 years ago
0e8b687
ext4: refactor ext4_fallocate code
by Lukas Czerner
· 11 years ago
f282ac1
ext4: Update inode i_size after the preallocation
by Lukas Czerner
· 11 years ago
c063449
ext4: fix partial cluster handling for bigalloc file systems
by Eric Whitney
· 11 years ago
31cf0f2
ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents
by Eric Whitney
· 11 years ago
38c03b3
ext4: only call sync_filesystm() when remounting read-only
by Theodore Ts'o
· 11 years ago
Next »