Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2a79f17e4a641a2f463cb512cb0ec349844a147b
/
fs
/
ext4
/
super.c
fc6cb1c
ext4: display the correct mount option in /proc/mounts for [no]init_itable
by Theodore Ts'o
· 13 years ago
2397256
ext4: Remove kernel_lock annotations
by Richard Weinberger
· 13 years ago
eb51368
ext4: ignore journalled data options on remount if fs has no journal
by Theodore Ts'o
· 13 years ago
6f91bc5
ext4: optimize ext4_ext_convert_to_initialized()
by Eric Gouriou
· 13 years ago
d44651d
ext4: fix ext4 so it works without CONFIG_PROC_FS
by Fabrice Jouhaud
· 13 years ago
4113c4c
ext4: remove deprecated oldalloc
by Lukas Czerner
· 13 years ago
dcf2d80
ext4: Free resources in some error path in ext4_fill_super
by Tao Ma
· 13 years ago
5dee543
ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
by Theodore Ts'o
· 13 years ago
021b65b
ext4: Rename ext4_free_blks_{count,set}() to refer to clusters
by Theodore Ts'o
· 13 years ago
7b415bf
ext4: Fix bigalloc quota accounting and i_blocks value
by Aditya Kali
· 13 years ago
f975d6b
ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled
by Theodore Ts'o
· 13 years ago
24aaa8e
ext4: convert the free_blocks field in s_flex_groups to be free_clusters
by Theodore Ts'o
· 13 years ago
5704265
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
by Theodore Ts'o
· 13 years ago
bab08ab
ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)
by Theodore Ts'o
· 13 years ago
281b599
ext4: read-only support for bigalloc file systems
by Theodore Ts'o
· 13 years ago
7c2e708
ext4: add ext4-specific kludge to avoid an oops after the disk disappears
by Theodore Ts'o
· 13 years ago
5688978
ext4: improve handling of conflicting mount options
by Theodore Ts'o
· 13 years ago
2581fdc
ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode
by Jiaying Zhang
· 13 years ago
db9481c
ext4: use kzalloc in ext4_kzalloc()
by Mathias Krause
· 13 years ago
f18a5f2
ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info
by Theodore Ts'o
· 13 years ago
9933fc0
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()
by Theodore Ts'o
· 13 years ago
8f82f84
ext4: prevent parallel resizers by atomic bit ops
by Yongqiang Yang
· 13 years ago
3eb0865
ext4: ignore a stripe width of 1
by Dan Ehrenberg
· 13 years ago
1270639
ext4: add tracepoint for ext4_journal_start
by Theodore Ts'o
· 13 years ago
f17722f
ext4: Fix max file size and logical block counting of extent format file
by Lukas Czerner
· 13 years ago
f8d613e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem
by Linus Torvalds
· 13 years ago
7abc52c
ext4: add cleancache support
by Dan Magenheimer
· 13 years ago
c5e06d1
ext4: add support for multiple mount protection
by Johann Lombardi
· 13 years ago
d02a939
ext4: ensure f_bfree returned by ext4_statfs() is non-negative
by Kazuya Mio
· 13 years ago
77f4135
ext4: count hits/misses of extent cache and expose in sysfs
by Vivek Haldar
· 13 years ago
373cd5c
ext4: don't show mount options in /proc/mounts if there is no journal
by Theodore Ts'o
· 13 years ago
1bb933f
ext4: fix possible use-after-free in ext4_remove_li_request()
by Lukas Czerner
· 13 years ago
51ce651
ext4: fix the mount option "init_itable=n" to work as expected for n=0
by Lukas Czerner
· 13 years ago
e1290b3
ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread()
by Lukas Czerner
· 13 years ago
4ed5c03
ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread
by Lukas Czerner
· 13 years ago
ed3ce80
ext4: don't warn about mnt_count if it has been disabled
by Tao Ma
· 13 years ago
0b26859
ext4: fix oops in ext4_quota_off()
by Amir Goldstein
· 13 years ago
66bb827
ext4: remove redundant #ifdef in super.c
by Amerigo Wang
· 14 years ago
55ff384
ext4: remove redundant check for first_not_zeroed in ext4_register_li_request
by Tao Ma
· 14 years ago
2035e77
ext4: check for ext[23] file system features when mounting as ext[23]
by Theodore Ts'o
· 14 years ago
a97b520
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
be4f27d
ext4: allow an active handle to be started when freezing
by Yongqiang Yang
· 14 years ago
0449641
ext4: init timer earlier to avoid a kernel panic in __save_error_info
by Tao Ma
· 14 years ago
46e4690
ext4: fix a double free in ext4_register_li_request
by Tao Ma
· 14 years ago
21f9769
ext4: remove unnecessary [cm]time update of quota file
by Jan Kara
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ae005cb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
21149d6
ext4: add missing space in printk's in __ext4_grp_locked_error()
by Robin Dong
· 14 years ago
bd2895e
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
f2fa2ff
ext4: Copy fs UUID to superblock
by Aneesh Kumar K.V
· 14 years ago
198868f
ext4: Use single thread to perform DIO unwritten convertion
by Mingming Cao
· 14 years ago
d39195c
ext4: skip orphan cleanup if fs has unknown ROCOMPAT features
by Amir Goldstein
· 14 years ago
32a9bb5
ext4: fix missing iput of root inode for some mount error paths
by Manish Katiyar
· 14 years ago
6fd7a46
ext4: enable mblk_io_submit by default
by Theodore Ts'o
· 14 years ago
ea66333
ext4: enable acls and user_xattr by default
by Eric Sandeen
· 14 years ago
0b75a84
ext4: mark file-local functions and variables as static
by Lukas Czerner
· 14 years ago
5dbd571
ext4: allow inode_readahead_blks=0 (linux-2.6.37)
by Alexander V. Lukyanov
· 14 years ago
7dc5761
ext4: Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 14 years ago
43d133c
Merge branch 'master' into for-2.6.39
by Tejun Heo
· 14 years ago
e9e3bce
ext4: serialize unaligned asynchronous DIO
by Eric Sandeen
· 14 years ago
dd68314
ext4: fix up ext4 error handling
by Theodore Ts'o
· 14 years ago
8f02122
ext4: unregister features interface on module unload
by Lukas Czerner
· 14 years ago
8f1f745
ext4: fix panic on module unload when stopping lazyinit thread
by Eric Sandeen
· 14 years ago
fd89d5f
ext4: convert to alloc_workqueue()
by Tejun Heo
· 14 years ago
4843456
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
275220f
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
f00c9e4
quota: Fix deadlock during path resolution
by Jan Kara
· 14 years ago
e9688f6
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
6c5a6cb
ext4: fix uninitialized variable in ext4_register_li_request
by Andrew Morton
· 14 years ago
8aefcd5
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
by Theodore Ts'o
· 14 years ago
f232109
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED
by Theodore Ts'o
· 14 years ago
f7c2117
ext4: Use ext4_error_file() to print the pathname to the corrupted inode
by Theodore Ts'o
· 14 years ago
f9a62d0
ext4: use IS_ERR() to check for errors in ext4_error_file
by Dan Carpenter
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
0ff2ea7
ext4: Use printf extension %pV
by Joe Perches
· 14 years ago
94de56a
ext4: Use vzalloc in ext4_fill_flex_info()
by Joe Perches
· 14 years ago
a2595b8
ext4: Add second mount options field since the s_mount_opt is full up
by Theodore Ts'o
· 14 years ago
673c610
ext4: Move struct ext4_mount_options from ext4.h to super.c
by Theodore Ts'o
· 14 years ago
fd8c37e
ext4: Simplify the usage of clear_opt() and set_opt() macros
by Theodore Ts'o
· 14 years ago
1449032
ext4: Turn off multiple page-io submission by default
by Theodore Ts'o
· 14 years ago
93bb41f
fs: Do not dispatch FITRIM through separate super_operation
by Lukas Czerner
· 14 years ago
5a9ae68
ext4: ext4_fill_super shouldn't return 0 on corruption
by Darrick J. Wong
· 14 years ago
f4c8cc6
ext4: missing unlock in ext4_clear_request_list()
by Dan Carpenter
· 14 years ago
d4d7762
block: clean up blkdev_get() wrappers and their users
by Tejun Heo
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 14 years ago
7ff9c07
ext4: Add new ext4 inode tracepoints
by Theodore Ts'o
· 14 years ago
87009d8
ext4: do not try to grab the s_umount semaphore in ext4_quota_off
by Dmitry Monakhov
· 14 years ago
f7ad6d2
ext4: handle writeback of inodes which are being freed
by Theodore Ts'o
· 14 years ago
ce7e010
ext4: initialize the percpu counters before replaying the journal
by Theodore Ts'o
· 14 years ago
b2c78cd
ext4: "ret" may be used uninitialized in ext4_lazyinit_thread()
by Theodore Ts'o
· 14 years ago
f4245bd
ext4: fix lazyinit hang after removing request
by Lukas Czerner
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
beed5ecb
ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new
by Nicolas Kaiser
· 14 years ago
1f109d5
ext4: make various ext4 functions be static
by Theodore Ts'o
· 14 years ago
5dabfc7
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
by Theodore Ts'o
· 14 years ago
7f93cff
ext4: fix kernel oops if the journal superblock has a non-zero j_errno
by Theodore Ts'o
· 14 years ago
27ee40d
ext4: add batched_discard into ext4 feature list
by Lukas Czerner
· 14 years ago
7360d17
ext4: Add batched discard support for ext4
by Lukas Czerner
· 14 years ago
bd2d021
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
Next »