Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
80660f20252d6f76c9f203874ad7c7a4a8508cf8
/
fs
/
ext4
/
super.c
80660f2
dax: change bdev_dax_supported() to support boolean returns
by Dave Jiang
· 7 years ago
ba23cba
fs: allow per-device dax status checking for filesystems
by Darrick J. Wong
· 7 years ago
7ef79ad
ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
by Theodore Ts'o
· 7 years ago
27f394a7
ext4: don't show data=<mode> option if defaulted
by Tyson Nottingham
· 7 years ago
ceec037
ext4: omit init_itable=n in procfs when disabled
by Tyson Nottingham
· 7 years ago
68afa7e
ext4: show more binary mount options in procfs
by Tyson Nottingham
· 7 years ago
18db4b4
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
by Theodore Ts'o
· 7 years ago
a45403b
ext4: always initialize the crc32c checksum driver
by Theodore Ts'o
· 7 years ago
0d9366d
ext4: don't complain about incorrect features when probing
by Eric Sandeen
· 7 years ago
1d39834
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
by Nikolay Borisov
· 7 years ago
ccf0f32
ext4: add tracepoints for shutdown and file system errors
by Theodore Ts'o
· 7 years ago
3ff1b28
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
3462ac5
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
23aedc4
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
ee73f9a
ext4: convert to new i_version API
by Jeff Layton
· 7 years ago
24f3478
ext4: auto disable dax instead of failing mount
by Dan Williams
· 7 years ago
f8dd7c7
ext4: Define usercopy region in ext4_inode_cache slab cache
by David Windsor
· 8 years ago
3d204e2
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
by Eric Biggers
· 7 years ago
49598e0
ext4: use 'sbi' instead of 'EXT4_SB(sb)'
by Jun Piao
· 7 years ago
06f29cc
ext4: save error to disk in __ext4_grp_locked_error()
by Zhouyi Zhou
· 7 years ago
a90ac0f
ext4: no need flush workqueue before destroying it
by piaojun
· 7 years ago
f516676
ext4: fix up remaining files with SPDX cleanups
by Theodore Ts'o
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
ae9a8c4
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
32190f0
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
2325306
ext4: improve smp scalability for inode generation
by Theodore Ts'o
· 7 years ago
ffcc4182
fscrypt: remove unneeded empty fscrypt_operations structs
by Eric Biggers
· 7 years ago
f7293e4
fscrypt: remove ->is_encrypted()
by Eric Biggers
· 7 years ago
2ee6a57
fs, fscrypt: add an S_ENCRYPTED inode flag
by Eric Biggers
· 7 years ago
357fdad
Convert fs/*/* to SB_I_VERSION
by Matthew Garrett
· 7 years ago
d98bf8c
ext4: mention noload when recovering on read-only device
by Simon Ruderich
· 7 years ago
235699a
ext4: convert timers to use timer_setup()
by Kees Cook
· 7 years ago
7d3e06a
ext4: add sanity check for encryption + DAX
by Ross Zwisler
· 7 years ago
559db4c
ext4: prevent data corruption with inline data + DAX
by Ross Zwisler
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
89fd915
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
ae8ac6b
Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
aed9eb1
ext4: fix null pointer dereference on sbi
by Colin Ian King
· 7 years ago
5e40559
ext4: perform dax_device lookup at mount
by Dan Williams
· 7 years ago
95f1fda
ext4: fix quota inconsistency during orphan cleanup for read-only mounts
by zhangyi (F)
· 7 years ago
b0a5a95
ext4: fix incorrect quotaoff if the quota feature is enabled
by zhangyi (F)
· 7 years ago
7b9ca4c
quota: Reduce contention on dq_data_lock
by Jan Kara
· 7 years ago
9138924
ext4: Disable dirty list tracking of dquots when journalling quotas
by Jan Kara
· 7 years ago
bc8230e
quota: Convert dqio_mutex to rwsem
by Jan Kara
· 8 years ago
a627b0a
ext4: remove unused metadata accounting variables
by Eric Whitney
· 7 years ago
bc98a42
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
by David Howells
· 8 years ago
bc2c642
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
58f587c
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 8 years ago
af65207
ext4: fix __ext4_new_inode() journal credits calculation
by Tahsin Erdogan
· 8 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 8 years ago
c250b7d
fscrypt: make ->dummy_context() return bool
by Eric Biggers
· 8 years ago
9ce0151
ext4: forbid encrypting root directory
by Eric Biggers
· 8 years ago
a015434
ext4: send parallel discards on commit completions
by Daeho Jeong
· 8 years ago
cdb7ee4
ext4: add nombcache mount option
by Tahsin Erdogan
· 8 years ago
7a9ca53
quota: add get_inode_usage callback to transfer multi-inode charges
by Tahsin Erdogan
· 8 years ago
dec214d
ext4: xattr inode deduplication
by Tahsin Erdogan
· 8 years ago
4738740
ext2, ext4: make mb block cache names more explicit
by Tahsin Erdogan
· 8 years ago
c1a5d5f
ext4: improve journal credit handling in set xattr paths
by Tahsin Erdogan
· 8 years ago
8578709
fs: switch ->s_uuid to uuid_t
by Christoph Hellwig
· 8 years ago
b8cb5a5
ext4: fix quota charging for shared xattr blocks
by Tahsin Erdogan
· 8 years ago
964edf6
ext4: clear lockdep subtype for quota files on quota off
by Jan Kara
· 8 years ago
0fcc3ab
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
bf5f894
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
a7c3e90
mm: introduce kv[mz]alloc helpers
by Michal Hocko
· 8 years ago
dd727da
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
ef51042
block, dax: move "select DAX" from BLOCK to FS_DAX
by Dan Williams
· 8 years ago
0047337
ext4: mark superblock writes synchronous for nobarrier mounts
by Jan Kara
· 8 years ago
a3719f3
Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 8 years ago
85c8f17
ext4: preload block group descriptors
by Andrew Perepechko
· 8 years ago
0c9ec4b
ext4: support GETFSMAP ioctls
by Darrick J. Wong
· 8 years ago
d600618
ext4: constify static data that is never modified
by Eric Biggers
· 8 years ago
61a9298
ext4: Improve comments in ext4_quota_{on|off}()
by Jan Kara
· 8 years ago
957153f
ext4: Set flags on quota files directly
by Jan Kara
· 8 years ago
94840e3
fscrypt: eliminate ->prepare_context() operation
by Eric Biggers
· 8 years ago
cab7076
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
2ba3e6e
ext4: fix fencepost in s_first_meta_bg validation
by Theodore Ts'o
· 8 years ago
5469d7c
ext4: do not use stripe_width if it is not set
by Jan Kara
· 8 years ago
6f69f0e
fscrypt: constify struct fscrypt_operations
by Eric Biggers
· 8 years ago
783d948
ext4: add EXT4_IOC_GOINGDOWN ioctl
by Theodore Ts'o
· 8 years ago
0db1ff2
ext4: add shutdown bit and check for it
by Theodore Ts'o
· 8 years ago
4753d8a
ext4: return EROFS if device is r/o and journal replay is needed
by Theodore Ts'o
· 8 years ago
97abd7d
ext4: preserve the needs_recovery flag when the journal is aborted
by Theodore Ts'o
· 8 years ago
670e987
ext4: add debug_want_extra_isize mount option
by Theodore Ts'o
· 8 years ago
a5d431e
fscrypt: make fscrypt_operations.key_prefix a string
by Eric Biggers
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
0110c35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
5084fdf
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
36869cb
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
73b92a2
ext4: do not perform data journaling when data is encrypted
by Sergey Karamov
· 8 years ago
8c54ca9
quota: constify struct path in quota_on
by Al Viro
· 8 years ago
ab04df7
ext4: fix checks for data=ordered and journal_async_commit options
by Jan Kara
· 8 years ago
3a4b77c
ext4: validate s_first_meta_bg at mount time
by Eryu Guan
· 8 years ago
9060dd2
ext4: fix mmp use after free during unmount
by Eric Sandeen
· 8 years ago
2f8f5e7
ext4: avoid lockdep warning when inheriting encryption context
by Eric Biggers
· 8 years ago
a3caa24
ext4: only set S_DAX if DAX is really supported
by Jan Kara
· 8 years ago
8cdf337
ext4: sanity check the block and cluster size at mount time
by Theodore Ts'o
· 8 years ago
c48ae41
ext4: add sanity checking to count_overhead()
by Theodore Ts'o
· 8 years ago
cd6bb35
ext4: use more strict checks for inodes_per_block on mount
by Theodore Ts'o
· 8 years ago
5aee0f8
ext4: fix in-superblock mount options processing
by Theodore Ts'o
· 8 years ago
Next »