index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-17
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
Dmitry Monakhov
1
-0
/
+1
2010-05-17
ext4: Show journal_checksum option
Jan Kara
1
-0
/
+2
2010-05-16
ext4: Remove extraneous newlines in ext4_msg() calls
Curt Wohlgemuth
1
-1
/
+1
2010-05-16
ext4: Print mount options in when mounting and add a remount message
Curt Wohlgemuth
1
-1
/
+10
2010-05-16
ext4: init statistics after journal recovery
Dmitry Monakhov
1
-22
/
+18
2010-05-16
ext4: don't return to userspace after freezing the fs with a mutex held
Eric Sandeen
1
-10
/
+10
2010-03-26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-11
/
+18
2010-03-25
ext4: Don't use delayed allocation by default when used instead of ext3
Jan Kara
1
-9
/
+16
2010-03-25
ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3
Theodore Ts'o
1
-2
/
+2
2010-03-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-08
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2010-03-06
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-12
/
+3
2010-03-05
dquot: cleanup dquot initialize routine
Christoph Hellwig
1
-3
/
+2
2010-03-05
dquot: cleanup dquot drop routine
Christoph Hellwig
1
-2
/
+1
2010-03-05
dquot: move dquot drop responsibility into the filesystem
Christoph Hellwig
1
-0
/
+1
2010-03-05
dquot: cleanup dquot transfer routine
Christoph Hellwig
1
-1
/
+0
2010-03-05
dquot: cleanup inode allocation / freeing routines
Christoph Hellwig
1
-2
/
+0
2010-03-05
dquot: cleanup space allocation / freeing routines
Christoph Hellwig
1
-5
/
+0
2010-03-02
ext4: Fix ext4_quota_write cross block boundary behaviour
Dmitry Monakhov
1
-35
/
+34
2010-03-02
ext4: Convert BUG_ON checks to use ext4_error() instead
Frank Mayhar
1
-0
/
+36
2010-03-05
ext4: use ext4_get_block_write in buffer write
Jiaying Zhang
1
-4
/
+33
2010-03-02
ext4: mechanical rename some of the direct I/O get_block's identifiers
Jiaying Zhang
1
-1
/
+1
2010-03-02
ext4: deprecate obsoleted mount options
Dmitry Monakhov
1
-1
/
+13
2010-03-02
ext4: trivial quota cleanup
Dmitry Monakhov
1
-54
/
+69
2010-02-24
ext4: mount flags manipulation cleanup
Dmitry Monakhov
1
-18
/
+13
2010-02-15
ext4: move __func__ into a macro for ext4_warning, ext4_error
Eric Sandeen
1
-6
/
+5
2010-02-05
fix ext3/ext4 comment typo compain -> complain
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2010-01-01
ext4: Calculate metadata requirements more accurately
Theodore Ts'o
1
-0
/
+1
2009-12-23
ext4: fix unsigned long long printk warning in super.c
Andrew Morton
1
-2
/
+2
2009-12-21
ext4: add module aliases for ext2 and ext3
Theodore Ts'o
1
-0
/
+2
2009-12-23
ext4: Convert to generic reserved quota's space management.
Dmitry Monakhov
1
-0
/
+5
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
1
-5
/
+2
2009-12-12
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-6
/
+24
2009-12-10
ext4: Support for 64-bit quota format
Jan Kara
1
-6
/
+24
2009-12-10
ext4: Do not override ext2 or ext3 if built they are built as modules
Theodore Ts'o
1
-2
/
+2
2010-02-16
ext4: Fix optional-arg mount options
Eric Sandeen
1
-8
/
+15
2009-12-09
ext4: Wait for proper transaction commit on fsync
Jan Kara
1
-0
/
+2
2009-12-09
ext4: wait for log to commit when umounting
Josef Bacik
1
-4
/
+6
2009-12-07
ext4: Use ext4 file system driver for ext2/ext3 file system mounts
Theodore Ts'o
1
-0
/
+58
2009-11-19
ext4: make "norecovery" an alias for "noload"
Eric Sandeen
1
-0
/
+4
2009-11-19
ext4: make trim/discard optional (and off by default)
Eric Sandeen
1
-1
/
+13
2009-11-23
ext4: don't update the superblock in ext4_statfs()
Theodore Ts'o
1
-2
/
+0
2009-11-23
ext4: remove failed journal checksum check
Theodore Ts'o
1
-20
/
+0
2009-11-23
ext4: avoid divide by zero when trying to mount a corrupted file system
Theodore Ts'o
1
-4
/
+4
2009-11-02
Revert "ext4: Remove journal_checksum mount option and enable it by default"
Linus Torvalds
1
-6
/
+14
2009-10-01
ext4: drop ext4dev compat
Eric Sandeen
1
-31
/
+0
2009-09-30
ext4: Use tracepoints for mb_history trace file
Theodore Ts'o
1
-17
/
+1
2009-09-29
ext4, jbd2: Drop unneeded printks at mount and unmount time
Theodore Ts'o
1
-13
/
+4
2009-09-29
ext4: Handle nested ext4_journal_start/stop calls without a journal
Curt Wohlgemuth
1
-10
/
+32
[next]