Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5b9554dc5bf008ae7f68a52e3d7e76c0920938a2
/
fs
/
ext4
/
super.c
5b9554d
ext4: validate s_reserved_gdt_blocks on mount
by Theodore Ts'o
· 8 years ago
4743f83
ext4: Fix WARN_ON_ONCE in ext4_commit_super()
by Pranay Kr. Srivastava
· 8 years ago
b47820e
ext4: avoid modifying checksum fields directly during checksum verification
by Daeho Jeong
· 8 years ago
87eefeb
ext4: Add alignment check for DAX mount
by Toshi Kani
· 9 years ago
c8585c6
ext4: fix races between changing inode journal mode and ext4_writepages
by Daeho Jeong
· 9 years ago
93061f3
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
c325a67
ext4: ignore quota mount options if the quota feature is enabled
by Theodore Ts'o
· 9 years ago
8f0e874
ext4: avoid calling dquot_get_next_id() if quota is not enabled
by Theodore Ts'o
· 9 years ago
daf647d
ext4: add lockdep annotations for i_data_sem
by Theodore Ts'o
· 9 years ago
77d9131
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
7915a86
ext4: print ext4 mount option data_err=abort correctly
by Ales Novak
· 9 years ago
600be30
ext4: remove i_ioend_count
by Jan Kara
· 9 years ago
e142d05
ext4: use i_mutex to serialize unaligned AIO DIO
by Jan Kara
· 9 years ago
2335d05
ext4: kill ext4_mballoc_ready
by Andreas Gruenbacher
· 9 years ago
82939d7
ext4: convert to mbcache2
by Jan Kara
· 9 years ago
6332b9b
ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodes
by Eric Sandeen
· 9 years ago
be6257b
quota: Add support for ->get_nextdqblk() for VFS quota
by Jan Kara
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
391f2a1
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
689c958
ext4: add project quota support
by Li Xi
· 9 years ago
040cb37
ext4: adds project ID support
by Li Xi
· 9 years ago
e74031f
ext4: document lock ordering
by Jan Kara
· 9 years ago
ea3d720
ext4: fix races between page faults and hole punching
by Jan Kara
· 9 years ago
ef83b6e
ext2, ext4: warn when mounting with dax enabled
by Dan Williams
· 9 years ago
ad804a0
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
1e381f6
ext4: do not allow journal_opts for fs w/o journal
by Dmitry Monakhov
· 9 years ago
c93cf2d
ext4: explicit mount options parsing cleanup
by Dmitry Monakhov
· 9 years ago
4327ba5
ext4, jbd2: ensure entering into panic after recording an error in superblock
by Daeho Jeong
· 9 years ago
e2b911c
ext4: clean up feature test macros with predicate functions
by Darrick J. Wong
· 9 years ago
6a797d2
ext4: call out CRC and corruption errors with specific error codes
by Darrick J. Wong
· 9 years ago
8c81bd8
ext4: store checksum seed in superblock
by Darrick J. Wong
· 9 years ago
ebd173b
ext4: move procfs registration code to fs/ext4/sysfs.c
by Theodore Ts'o
· 9 years ago
b579901
ext4: move sysfs code from super.c to fs/ext4/sysfs.c
by Theodore Ts'o
· 9 years ago
a068acf
fs: create and use seq_show_option for escaping
by Kees Cook
· 9 years ago
ea814ab
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
bdfe0cbd
Revert "ext4: remove block_device_ejected"
by Theodore Ts'o
· 9 years ago
e294a53
ext4: ratelimit the file system mounted message
by Theodore Ts'o
· 9 years ago
c642dc9
ext4: don't manipulate recovery flag when freezing no-journal fs
by Eric Sandeen
· 9 years ago
c290ea0
fs: Remove ext3 filesystem driver
by Jan Kara
· 9 years ago
564bc40
ext4, jbd2: add REQ_FUA flag when recording an error in the superblock
by Daeho Jeong
· 9 years ago
5ba92bc
ext4: reject journal options for ext2 mounts
by Carlos Maiolino
· 9 years ago
001e4a8
ext4: implement cgroup writeback support
by Tejun Heo
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
47a4694
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
ec3904d
fs/ext4/super.c: use strreplace() in ext4_fill_super()
by Rasmus Villemoes
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
9bf39ab
vfs: add file_path() helper
by Miklos Szeredi
· 9 years ago
a2fd66d
ext4: set lazytime on remount if MS_LAZYTIME is set by mount
by Theodore Ts'o
· 9 years ago
c5e298a
ext4: prevent ext4_quota_write() from failing due to ENOSPC
by Theodore Ts'o
· 9 years ago
89d96a6
ext4: call sync_blockdev() before invalidate_bdev() in put_super()
by Theodore Ts'o
· 9 years ago
b03a2f7
ext4: improve warning directory handling messages
by Andreas Dilger
· 9 years ago
1cb767c
ext4 crypto: fail the mount if blocksize != pagesize
by Theodore Ts'o
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 9 years ago
e298e73
ext4 crypto: release crypto resource on module exit
by Chao Yu
· 9 years ago
c936e1e
ext4 crypto: use per-inode tfm structure
by Theodore Ts'o
· 9 years ago
f5aed2c
ext4: clean up superblock encryption mode fields
by Theodore Ts'o
· 9 years ago
b7236e2
ext4 crypto: reorganize how we store keys in the inode
by Theodore Ts'o
· 9 years ago
e2881b1b
ext4 crypto: separate kernel and userspace structure for the key
by Theodore Ts'o
· 9 years ago
1b46617
ext4: don't save the error information if the block device is read-only
by Theodore Ts'o
· 9 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
6162e4b
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
6ddb244
ext4 crypto: enable encryption feature flag
by Theodore Ts'o
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
b30ab0e
ext4 crypto: add ext4 encryption facilities
by Michael Halcrow
· 10 years ago
08439fe
ext4: remove block_device_ejected
by Christoph Hellwig
· 10 years ago
72b8e0f
ext4: remove unused header files
by Sheng Yong
· 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
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
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
a26f499
ext4: add optimization for the 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
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
9bfccec
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
d4f7610
ext4: forbid journal_async_commit in data=ordered mode
by Jan Kara
· 10 years ago
b003b52
ext4: don't count external journal blocks as overhead
by Eric Sandeen
· 10 years ago
c6d3d56
ext4: create nojournal_checksum mount option
by Darrick J. Wong
· 10 years ago
4fdb554
ext4: cleanup GFP flags inside resize path
by Dmitry Monakhov
· 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
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
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
c2661b8
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
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
9aa5d32b
ext4: Replace open coded mdata csum feature to helper function
by Dmitry Monakhov
· 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
Next »