Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
b40971426a837e9dc9c66e1b6bbcb3874eafe4e0
/
fs
/
ext4
/
super.c
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
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
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
beed5ec
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
c41303c
ext4: don't update sb journal_devnum when RO dev
by Maciej Żenczykowski
· 14 years ago
857ac88
ext4: add interface to advertise ext4 features in sysfs
by Lukas Czerner
· 14 years ago
bfff687
ext4: add support for lazy inode table initialization
by Lukas Czerner
· 14 years ago
a1c6c56
ext4: fix NULL pointer dereference in print_daily_error_info()
by Sergey Senozhatsky
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
f2143c4
BKL: Remove BKL from ext4 filesystem
by Jan Blunck
· 15 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
30ca22c
ext3/ext4: Factor out disk addressability check
by Patrick J. LoPresti
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
0930fcc
convert ext4 to ->evict_inode()
by Al Viro
· 14 years ago
09dc942
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
a931da6
jbd2: Change j_state_lock to be a rwlock_t
by Theodore Ts'o
· 14 years ago
8b67f04
ext4: Add mount options in superblock
by Theodore Ts'o
· 14 years ago
ca0e05e
ext4: force block allocation on quota_off
by Dmitry Monakhov
· 14 years ago
437f88c
ext4: fix freeze deadlock under IO
by Eric Sandeen
· 14 years ago
f613dfc
ext4: check to make make sure bd_dev is set before dereferencing it
by Theodore Ts'o
· 14 years ago
62d2b5f
ext4: Always journal quota file modifications
by Jan Kara
· 14 years ago
dcc7dae
ext4: Fix potential memory leak in ext4_fill_super
by Cyrill Gorcunov
· 14 years ago
66e61a9
ext4: Once a day, printk file system error information to dmesg
by Theodore Ts'o
· 14 years ago
1c13d5c
ext4: Save error information to the superblock for analysis
by Theodore Ts'o
· 14 years ago
c398eda
ext4: Pass line numbers to ext4_error() and friends
by Theodore Ts'o
· 14 years ago
90c7201
ext4: Pass line number to ext4_journal_abort_handle()
by Theodore Ts'o
· 14 years ago
e29136f
ext4: Enhance ext4_grp_locked_error() to take block and function numbers
by Theodore Ts'o
· 14 years ago
c67d859
ext4: clean up ext4_abort() so __func__ is now implicit
by Theodore Ts'o
· 14 years ago
f1bbbb6
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 14 years ago
206f7ab
ext4: remove vestiges of nobh support
by Christoph Hellwig
· 14 years ago
d28619f
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
287a809
quota: rename default quotactl methods to dquot_
by Christoph Hellwig
· 14 years ago
307ae18
quota: drop remount argument to ->quota_on and ->quota_off
by Christoph Hellwig
· 14 years ago
e0ccfd9
quota: move unmount handling into the filesystem
by Christoph Hellwig
· 14 years ago
0f0dd62
quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers
by Christoph Hellwig
· 14 years ago
c79d967
quota: move remount handling into the filesystem
by Christoph Hellwig
· 14 years ago
60e6679
ext4: Drop whitespace at end of lines
by Theodore Ts'o
· 14 years ago
12e9b89
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
by Dmitry Monakhov
· 14 years ago
39a4bad
ext4: Show journal_checksum option
by Jan Kara
· 14 years ago
fbe845d
ext4: Remove extraneous newlines in ext4_msg() calls
by Curt Wohlgemuth
· 14 years ago
d4c402d
ext4: Print mount options in when mounting and add a remount message
by Curt Wohlgemuth
· 14 years ago
84061e0
ext4: init statistics after journal recovery
by Dmitry Monakhov
· 14 years ago
6b0310f
ext4: don't return to userspace after freezing the fs with a mutex held
by Eric Sandeen
· 14 years ago
39f1cd6
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
ba69f9a
ext4: Don't use delayed allocation by default when used instead of ext3
by Jan Kara
· 15 years ago
37f328e
ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3
by Theodore Ts'o
· 15 years ago
c32da02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
9f75475
dquot: cleanup dquot drop routine
by Christoph Hellwig
· 15 years ago
257ba15
dquot: move dquot drop responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
b43fa82
dquot: cleanup dquot transfer routine
by Christoph Hellwig
· 15 years ago
63936dd
dquot: cleanup inode allocation / freeing routines
by Christoph Hellwig
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
67eeb56
ext4: Fix ext4_quota_write cross block boundary behaviour
by Dmitry Monakhov
· 15 years ago
273df55
ext4: Convert BUG_ON checks to use ext4_error() instead
by Frank Mayhar
· 15 years ago
744692d
ext4: use ext4_get_block_write in buffer write
by Jiaying Zhang
· 15 years ago
c7064ef
ext4: mechanical rename some of the direct I/O get_block's identifiers
by Jiaying Zhang
· 15 years ago
437ca0f
ext4: deprecate obsoleted mount options
by Dmitry Monakhov
· 15 years ago
56c50f1
ext4: trivial quota cleanup
by Dmitry Monakhov
· 15 years ago
482a742
ext4: mount flags manipulation cleanup
by Dmitry Monakhov
· 15 years ago
12062dd
ext4: move __func__ into a macro for ext4_warning, ext4_error
by Eric Sandeen
· 15 years ago
d6b198b
fix ext3/ext4 comment typo compain -> complain
by Thadeu Lima de Souza Cascardo
· 15 years ago
9d0be50
ext4: Calculate metadata requirements more accurately
by Theodore Ts'o
· 15 years ago
a6b43e3
ext4: fix unsigned long long printk warning in super.c
by Andrew Morton
· 15 years ago
51b7e3c
ext4: add module aliases for ext2 and ext3
by Theodore Ts'o
· 15 years ago
a9e7f44
ext4: Convert to generic reserved quota's space management.
by Dmitry Monakhov
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 15 years ago
3126c13
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
5a20bdf
ext4: Support for 64-bit quota format
by Jan Kara
· 15 years ago
a214238
ext4: Do not override ext2 or ext3 if built they are built as modules
by Theodore Ts'o
· 15 years ago
15121c1
ext4: Fix optional-arg mount options
by Eric Sandeen
· 15 years ago
Next »