Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
19332d7aab1e38eb01fb387266f493d335d9931c
/
fs
/
ext4
/
super.c
fa7614dd
fs: Readd the fs module aliases.
by Eric W. Biederman
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
a7c1120
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
9b2ff357
ext4: enable quotas before orphan cleanup
by Jan Kara
· 12 years ago
262b466
ext4: don't allow quota mount options when quota feature enabled
by Jan Kara
· 12 years ago
810da24
ext4: convert number of blocks to clusters properly
by Lukas Czerner
· 12 years ago
3e36a16
ext4: fix possible memory leak in ext4_remount()
by Wei Yongjun
· 12 years ago
1ac6466
ext4: use percpu counter for extent cache count
by Theodore Ts'o
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
74cd15c
ext4: reclaim extents from extent status tree
by Zheng Liu
· 12 years ago
69eb33d
ext4: remove single extent cache
by Zheng Liu
· 12 years ago
9924a92
ext4: pass context information to jbd2__journal_start()
by Theodore Ts'o
· 12 years ago
722887d
ext4: move the jbd2 wrapper functions out of super.c
by Theodore Ts'o
· 12 years ago
8dc0aa8
ext4: check incompatible mount options while mounting ext2/3
by Theodore Ts'o
· 12 years ago
e33e60e
ext4: print error when argument of inode_readahead_blk is invalid
by Jan Kara
· 12 years ago
5f3633e
ext4: make mount option parsing loop more logical
by Jan Kara
· 12 years ago
0efb3b2
ext4: move several mount options to standard handling loop
by Jan Kara
· 12 years ago
b1deefc
ext4: remove unnecessary NULL pointer check
by Guo Chao
· 12 years ago
84c1754
ext4: move work from io_end to inode
by Jan Kara
· 12 years ago
36ade45
ext4: Always use ext4_bio_write_page() for writeout
by Jan Kara
· 12 years ago
03dafb5
ext4: fix memory leak when quota options are specified multiple times
by Chen Gang
· 12 years ago
72ba745
ext4: release sysfs kobject when failing to enable quotas on mount
by Theodore Ts'o
· 12 years ago
7f51186
ext4: trigger the lazy inode table initialization after resize
by Theodore Ts'o
· 12 years ago
721e3eb
ext4: lock i_mutex when truncating orphan inodes
by Theodore Ts'o
· 12 years ago
d096ad0
ext4: do not try to write superblock on ro remount w/o journal
by Michael Tokarev
· 12 years ago
0875a2b
ext4: include journal blocks in df overhead calcs
by Eric Sandeen
· 12 years ago
261cb20c
ext4: check dioread_nolock on remount
by Jan Kara
· 12 years ago
9a4c801
ext4: ensure Inode flags consistency are checked at build time
by Carlos Maiolino
· 12 years ago
939da10
ext4: Remove CONFIG_EXT4_FS_XATTR
by Tao Ma
· 12 years ago
6b280c9
ext4: remove redundant initialization in ext4_fill_super()
by Guo Chao
· 12 years ago
a789f49
ext4: remove redundant code in ext4_alloc_inode()
by Guo Chao
· 12 years ago
4a092d7
ext4: rationalize ext4_extents.h inclusion
by Theodore Ts'o
· 12 years ago
766f44d
ext4: fixed potential NULL dereference in ext4_calculate_overhead()
by Vahram Martirosyan
· 12 years ago
51865fd
ext4: let ext4 maintain extent status tree
by Zheng Liu
· 12 years ago
9a26b66
ext4: initialize extent status tree
by Zheng Liu
· 12 years ago
07aa2ea
ext4: fix error handling in ext4_fill_super()
by Lukas Czerner
· 12 years ago
79add3a
ext4: notify when discard is not supported
by Lukas Czerner
· 12 years ago
d339450
ext4: get rid of redundant code in ext4_fill_super()
by Zhao Hongjiang
· 12 years ago
b72f78c
ext4: fix overhead calculations in ext4_stats, again
by Eric Sandeen
· 12 years ago
e589db7
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
76495ec
ext4: fix undefined bit shift result in ext4_fill_flex_info
by Lukas Czerner
· 12 years ago
06db49e
ext4: fix metadata checksum calculation for the superblock
by Theodore Ts'o
· 12 years ago
6432f21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
e27f41e
ext4: give i_aiodio_unwritten a more appropriate name
by Dmitry Monakhov
· 12 years ago
f45ee3a
ext4: ext4_inode_info diet
by Dmitry Monakhov
· 12 years ago
ba39ebb
ext4: convert to use leXX_add_cpu()
by Wei Yongjun
· 12 years ago
c25f9bc
ext4: don't clear orphan list on ro mount with errors
by Eric Sandeen
· 12 years ago
50df9fd
ext4: fix crash when accessing /proc/mounts concurrently
by Herton Ronaldo Krzesinski
· 12 years ago
4c376dc
userns: Convert struct dquot dq_id to be a struct kqid
by Eric W. Biederman
· 12 years ago
bc0b75f
ext4: do not enable delalloc by default for ext2
by Theodore Ts'o
· 12 years ago
5e7bbef
ext4: advertise the fact that the kernel supports meta_bg resizing
by Theodore Ts'o
· 12 years ago
117fff1
ext4: grow the s_flex_groups array as needed when resizing
by Theodore Ts'o
· 12 years ago
caecd0a
ext4: replace plain integer with NULL in super.c
by Sachin Kamat
· 12 years ago
07724f9
ext4: drop lock_super()/unlock_super()
by Theodore Ts'o
· 12 years ago
ef824bf
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
0e376b1
ext4: return an error if kset_create_and_add fails in ext4_init_fs()
by Theodore Ts'o
· 12 years ago
67a5da5
ext4: make the zero-out chunk size tunable
by Zheng Liu
· 12 years ago
df981d0
ext4: add max_dir_size_kb mount option
by Theodore Ts'o
· 12 years ago
0548bbb
ext4: fix long mount times on very big file systems
by Theodore Ts'o
· 12 years ago
7e731bc
ext4: avoid kmemcheck complaint from reading uninitialized memory
by Theodore Ts'o
· 12 years ago
d796c52
ext4: make sure the journal sb is written in ext4_clear_journal_err()
by Theodore Ts'o
· 12 years ago
7652bdf
ext4: nuke write_super from comments
by Artem Bityutskiy
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8e8ad8a
ext4: Convert to new freezing mechanism
by Jan Kara
· 13 years ago
173f865
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
4d47603
ext4: weed out ext4_write_super
by Artem Bityutskiy
· 12 years ago
58c5873
ext4: remove unnecessary superblock dirtying
by Artem Bityutskiy
· 12 years ago
7c319d3
ext4: make quota as first class supported feature
by Aditya Kali
· 12 years ago
a117782
quota: Move quota syncing to ->sync_fs method
by Jan Kara
· 12 years ago
952fc18
ext4: fix overhead calculation used by ext4_statfs()
by Theodore Ts'o
· 12 years ago
4edebed
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
f3fc0210
ext4: add missing save_error_info() to ext4_error()
by Theodore Ts'o
· 13 years ago
2c0544b
ext4: add debugging trigger for ext4_error()
by Theodore Ts'o
· 13 years ago
2cde417
ext4: return ENOMEM when mounts fail due to lack of memory
by Theodore Ts'o
· 13 years ago
2716b80
ext4: remove redundundant "(char *) bh->b_data" casts
by Theodore Ts'o
· 13 years ago
9d99012
ext4: remove needs_recovery in ext4_mb_init()
by Akira Fujita
· 13 years ago
7e84b62
ext4: force ro mount if ext4_setup_super() fails
by Eric Sandeen
· 13 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
25ed6e8
jbd2: enable journal clients to enable v2 checksumming
by Darrick J. Wong
· 13 years ago
ece78b7
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 13 years ago
f32aaf2
ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 feature
by Theodore Ts'o
· 13 years ago
08cefc7
userns: Convert ext4 to user kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
0b7f7ce
ext4: Remove i_mutex use from ext4_quota_write()
by Jan Kara
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
feb0ab3
ext4: make block group checksums use metadata_csum algorithm
by Darrick J. Wong
· 13 years ago
a9c47317
ext4: calculate and verify superblock checksum
by Darrick J. Wong
· 13 years ago
0441984
ext4: load the crc32c driver if necessary
by Darrick J. Wong
· 13 years ago
d25425f
ext4: record the checksum algorithm in use in the superblock
by Darrick J. Wong
· 13 years ago
db7e5c6
super.c: unused variable warning without CONFIG_QUOTA
by Eldad Zack
· 13 years ago
57f73c2
ext4: fix handling of journalled quota options
by Theodore Ts'o
· 13 years ago
9cd70b3
ext4: address scalability issue by removing extent cache statistics
by Theodore Ts'o
· 13 years ago
69e1aad
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
182f514
ext4: remove useless s_dirt assignment
by Artem Bityutskiy
· 13 years ago
a8e25a8
ext4: write superblock only once on unmount
by Artem Bityutskiy
· 13 years ago
07c0c5d8
ext4: initialization of ext4_li_mtx needs to be done earlier
by Al Viro
· 13 years ago
Next »