Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7c85ed0855ceebd948a3008a617af30564166cfa
/
fs
/
ext4
/
super.c
736cb63
Merge 4.9.151 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
c173c38
ext4: avoid kernel warning when writing the superblock to a dead device
by Theodore Ts'o
· 6 years ago
ed0b11d
Merge 4.9.149 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
40a19e5
ext4: force inode writes when nfsd calls commit_metadata()
by Theodore Ts'o
· 6 years ago
836bf26
ext4: fix possible use after free in ext4_quota_enable
by Pan Bian
· 6 years ago
5e10758
Merge 4.9.138 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
6b436fb
ext4: fix possible leak of s_journal_flag_rwsem in error path
by Vasily Averin
· 6 years ago
8547ff5
ext4: fix possible leak of sbi->s_group_desc_leak in error path
by Theodore Ts'o
· 6 years ago
1c7637c
Merge 4.9.130 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
797488a
ext4: show test_dummy_encryption mount option in /proc/mounts
by Eric Biggers
· 6 years ago
67770b4
ext4: recalucate superblock checksum after updating free blocks/inodes
by Theodore Ts'o
· 6 years ago
f85543b
Merge 4.9.120 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
954e572
ext4: fix check to prevent initializing reserved inodes
by Theodore Ts'o
· 6 years ago
92e8704
Merge 4.9.119 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
9bf8d5b
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
by Theodore Ts'o
· 6 years ago
90e7a90
Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9
by Jaegeuk Kim
· 6 years ago
9e79039
Merge 4.9.112 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
917692c
ext4: check superblock mapped prior to committing
by Jon Derrick
· 6 years ago
eb13a42
ext4: add more mount time checks of the superblock
by Theodore Ts'o
· 6 years ago
425dc46
ext4: add more inode number paranoia checks
by Theodore Ts'o
· 6 years ago
5ae5732
ext4: only look at the bg_flags field if it is valid
by Theodore Ts'o
· 6 years ago
9e4842f
ext4: make sure bitmaps and the inode table don't overlap with bg descriptors
by Theodore Ts'o
· 6 years ago
4ddc3a8
fscrypt: make fscrypt_operations.max_namelen an integer
by Eric Biggers
· 7 years ago
320d53a
Merge 4.9.96 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
68e3579
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
by Theodore Ts'o
· 7 years ago
d919765
f2fs/fscrypt: updates to v4.17-rc1
by Jaegeuk Kim
· 7 years ago
401052f
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
by Eric Biggers
· 7 years ago
da9fb78
Merge 4.9.83 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
4a36f43
ext4: save error to disk in __ext4_grp_locked_error()
by Zhouyi Zhou
· 7 years ago
8dec074
fscrypt: updates on 4.15-rc4
by Jaegeuk Kim
· 7 years ago
8814204
fscrypt: remove unneeded empty fscrypt_operations structs
by Eric Biggers
· 7 years ago
8745aa3
fscrypt: remove ->is_encrypted()
by Eric Biggers
· 7 years ago
685285b
fs, fscrypt: add an S_ENCRYPTED inode flag
by Eric Biggers
· 7 years ago
e77e7df
fscrypt: make ->dummy_context() return bool
by Eric Biggers
· 7 years ago
c4789f8
Merge 4.9.61 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
16d65c0
ext4: do not use stripe_width if it is not set
by Jan Kara
· 7 years ago
63da420
f2fs: catch up to v4.14-rc1
by Hyojun Kim
· 7 years ago
3806cea
ext4: fix quota inconsistency during orphan cleanup for read-only mounts
by zhangyi (F)
· 7 years ago
18d27cb
ext4: fix incorrect quotaoff if the quota feature is enabled
by zhangyi (F)
· 7 years ago
e6b120d
f2fs/fscrypt: catch up to v4.12
by Jaegeuk Kim
· 7 years ago
c2eeabe
ext4: fix fencepost in s_first_meta_bg validation
by Theodore Ts'o
· 8 years ago
d6dcec9
ext4: return EROFS if device is r/o and journal replay is needed
by Theodore Ts'o
· 8 years ago
269bf7b
ext4: preserve the needs_recovery flag when the journal is aborted
by Theodore Ts'o
· 8 years ago
13e6ef9
ext4: validate s_first_meta_bg at mount time
by Eryu Guan
· 8 years ago
9abce3c
ext4: do not perform data journaling when data is encrypted
by Sergey Karamov
· 8 years ago
8084f57
ext4: add sanity checking to count_overhead()
by Theodore Ts'o
· 8 years ago
956e2a0
ext4: fix in-superblock mount options processing
by Theodore Ts'o
· 8 years ago
01772f4
ext4: use more strict checks for inodes_per_block on mount
by Theodore Ts'o
· 8 years ago
24d1251
ext4: don't lock buffer in ext4_commit_super if holding spinlock
by Theodore Ts'o
· 8 years ago
8cdf337
ext4: sanity check the block and cluster size at mount time
by Theodore Ts'o
· 8 years ago
651e1c3
ext4: super.c: Update logging style using KERN_CONT
by Joe Perches
· 8 years ago
3c816de
ext4: use journal inode to determine journal overhead
by Eric Whitney
· 8 years ago
c6cb7e7
ext4: create function to read journal inode
by Eric Whitney
· 8 years ago
e22834f
ext4: improve ext4lazyinit scalability
by Dmitry Monakhov
· 8 years ago
49da939
ext4: enable quota enforcement based on mount options
by Jan Kara
· 8 years ago
b892772
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
829fa70
ext4: validate that metadata blocks do not overlap superblock
by Theodore Ts'o
· 8 years ago
396d109
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
c65d5c6
ext4: short-cut orphan cleanup on error
by Vegard Nossum
· 8 years ago
a7550b3
ext4 crypto: migrate into vfs's crypto engine
by Jaegeuk Kim
· 8 years ago
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
dfec8a1
fs: have ll_rw_block users pass in op and flags separately
by Mike Christie
· 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
Next »