Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ff7d37a502022149655c18035b99a53391be0383
/
fs
/
ext4
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
84588e7
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 10 years ago
eea3a00
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
be64f88
dax: unify ext2/4_{dax,}_file_operations
by Boaz Harrosh
· 10 years ago
0e3b210
dax: use pfn_mkwrite to update c/mtime + freeze protection
by Boaz Harrosh
· 10 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
e768d7f
ext4_file_write_iter: move generic_write_checks() up
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
5f380c7
lift generic_write_checks() into callers of __generic_file_write_iter()
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
a95cd63
Remove rw from dax_{do_,}io()
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
0a240339
quota: Make VFS quotas use new interface for getting quota info
by Jan Kara
· 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
6f30b7e
ext4: fix indirect punch hole corruption
by Omar Sandoval
· 10 years ago
2d5b86e
ext4: ignore journal checksum on remount; don't fail
by Eric Sandeen
· 10 years ago
b94a8b3
ext4: remove duplicate remount check for JOURNAL_CHECKSUM change
by Eric Sandeen
· 10 years ago
0572639
ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesize
by Xiaoguang Wang
· 10 years ago
2cb5cc8
ext4: support read-only images
by Darrick J. Wong
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
992de5a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
d83a08d
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
by Kirill A. Shutemov
· 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
1fa5efe
ext4: Use generic helpers for quotaon and quotaoff
by Jan Kara
· 10 years ago
04ecddb
ext4: change to use setup_timer() instead of init_timer()
by Jan Mrazek
· 10 years ago
de1414a
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
3edc18d
ext4: reserve codepoints used by the ext4 encryption feature
by Theodore Ts'o
· 10 years ago
3b421b8
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
363307e
ext4: remove spurious KERN_INFO from ext4_warning call
by Jakub Wilk
· 10 years ago
ad7fefb
Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"
by Theodore Ts'o
· 10 years ago
011fa99
ext4: prevent online resize with backup superblock
by Theodore Ts'o
· 10 years ago
b1bc6d7
move_extent_per_page(): get rid of unused w_flags
by Al Viro
· 10 years ago
9bfccec
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
50db71a
ext4: ext4_da_convert_inline_data_to_extent drop locked page after error
by Dmitry Monakhov
· 10 years ago
14516bb
ext4: fix suboptimal seek_{data,hole} extents traversial
by Dmitry Monakhov
· 10 years ago
d952d69
ext4: ext4_inline_data_fiemap should respect callers argument
by Dmitry Monakhov
· 10 years ago
5cc28a9
ext4: prevent fsreentrance deadlock for inline_data
by Dmitry Monakhov
· 10 years ago
d4f7610
ext4: forbid journal_async_commit in data=ordered mode
by Jan Kara
· 10 years ago
bfcba2d
ext4: Remove an unnecessary check for NULL before iput()
by Markus Elfring
· 10 years ago
31fc006
ext4: remove unneeded code in ext4_unlink
by Namjae Jeon
· 10 years ago
b003b52
ext4: don't count external journal blocks as overhead
by Eric Sandeen
· 10 years ago
733ded2
ext4: remove never taken branch from ext4_ext_shift_path_extents()
by Jan Kara
· 10 years ago
c6d3d56
ext4: create nojournal_checksum mount option
by Darrick J. Wong
· 10 years ago
58d86a5
ext4: update comments regarding ext4_delete_inode()
by Wang Shilong
· 10 years ago
4fdb554
ext4: cleanup GFP flags inside resize path
by Dmitry Monakhov
· 10 years ago
2be12de
ext4: introduce aging to extent status tree
by Jan Kara
· 10 years ago
624d0f1
ext4: cleanup flag definitions for extent status tree
by Jan Kara
· 10 years ago
dd47592
ext4: limit number of scanned extents in status tree shrinker
by Jan Kara
· 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
0756b90
ext4: fix end of region partial cluster handling
by Eric Whitney
· 10 years ago
345ee94
ext4: miscellaneous partial cluster cleanups
by Eric Whitney
· 10 years ago
5bf4376
ext4: fix end of leaf partial cluster handling
by Eric Whitney
· 10 years ago
f4226d9
ext4: fix partial cluster initialization
by Eric Whitney
· 10 years ago
b93b41d
ext4: kill ext4_kvfree()
by Al Viro
· 10 years ago
96c7e0d
ext4: Convert to private i_dquot field
by Jan Kara
· 10 years ago
88c6b61
ext4: move_extent improve bh vanishing success factor
by Dmitry Monakhov
· 10 years ago
ae9e9c6a
ext4: make ext4_ext_convert_to_initialized() return proper number of blocks
by Jan Kara
· 10 years ago
4f879ca
ext4: bail early when clearing inode journal flag fails
by Jan Kara
· 10 years ago
6050d47
ext4: bail out from make_indexed_dir() on first error
by Jan Kara
· 10 years ago
a41537e
ext4: prevent bugon on race between write/fcntl
by Dmitry Monakhov
· 10 years ago
50460fe
ext4: remove extent status procfs files if journal load fails
by Darrick J. Wong
· 10 years ago
6b992ff
ext4: disallow changing journal_csum option during remount
by Darrick J. Wong
· 10 years ago
98c1a75
ext4: enable journal checksum when metadata checksum feature enabled
by Darrick J. Wong
· 10 years ago
599a9b7
ext4: fix oops when loading block bitmap failed
by Jan Kara
· 10 years ago
9378c67
ext4: fix overflow when updating superblock backups after resize
by Jan Kara
· 10 years ago
d1e14f1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
cd808de
ext4: support RENAME_WHITEOUT
by Miklos Szeredi
· 10 years ago
c2661b8
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
813d32f
ext4: check s_chksum_driver when looking for bg csum presence
by Darrick J. Wong
· 10 years ago
aef4885
ext4: move error report out of atomic context in ext4_init_block_bitmap()
by Dmitry Monakhov
· 10 years ago
9aa5d32
ext4: Replace open coded mdata csum feature to helper function
by Dmitry Monakhov
· 10 years ago
65dd832
ext4: delete useless comments about ext4_move_extents
by Xiaoguang Wang
· 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
3e67cfad2
ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT
by Dmitry Monakhov
· 10 years ago
be5cd90
ext4: optimize block allocation on grow indepth
by Dmitry Monakhov
· 10 years ago
dfe076c
ext4: get rid of code duplication
by Dmitry Monakhov
· 10 years ago
c5d3119
ext4: fix over-defensive complaint after journal abort
by Dmitry Monakhov
· 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
d06efeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
by Tejun Heo
· 10 years ago
f6e63f9
ext4: fold ext4_nojournal_sops into ext4_sops
by Theodore Ts'o
· 10 years ago
bb04457
ext4: support freezing ext2 (nojournal) file systems
by Theodore Ts'o
· 10 years ago
bda3253
ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs()
by Theodore Ts'o
· 10 years ago
279bf6d
ext4: don't check quota format when there are no quota files
by Jan Kara
· 10 years ago
8447497
ext4: explicitly inform user about orphan list cleanup
by Dmitry Monakhov
· 10 years ago
a0626e75
ext4: check EA value offset when loading
by Darrick J. Wong
· 10 years ago
Next »