index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
kill v9fs_dentry_from_dir_inode()
Al Viro
2012-05-30
1
-21
/
+3
|
*
|
|
|
|
|
ceph: move encode_fh to new API
Sage Weil
2012-05-30
1
-13
/
+21
|
*
|
|
|
|
|
->encode_fh() API change
Al Viro
2012-05-30
13
-130
/
+88
|
*
|
|
|
|
|
ubifs: use generic_fillattr()
Al Viro
2012-05-30
1
-10
/
+1
|
*
|
|
|
|
|
xfs: switch to proper __bitwise type for KM_... flags
Al Viro
2012-05-30
6
-19
/
+20
|
*
|
|
|
|
|
switch utimes() to fget_light/fput_light
Al Viro
2012-05-30
1
-2
/
+3
|
*
|
|
|
|
|
switch statfs to fget_light/fput_light
Al Viro
2012-05-30
1
-2
/
+3
|
*
|
|
|
|
|
switch flock to fget_light/fput_light
Al Viro
2012-05-30
1
-2
/
+3
|
*
|
|
|
|
|
switch signalfd4() to fget_light/fput_light
Al Viro
2012-05-30
1
-3
/
+4
|
*
|
|
|
|
|
switch fcntl to fget_raw_light/fput_light
Al Viro
2012-05-30
1
-25
/
+17
|
*
|
|
|
|
|
switch xattr syscalls to fget_light/fput_light
Al Viro
2012-05-30
1
-8
/
+12
|
*
|
|
|
|
|
switch readdir/getdents to fget_light/fput_light
Al Viro
2012-05-30
2
-38
/
+28
|
*
|
|
|
|
|
switch do_fsync() to fget_light()
Al Viro
2012-05-30
1
-2
/
+3
*
|
|
|
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2012-06-01
26
-194
/
+1726
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
ext4: hole-punch use truncate_pagecache_range
Hugh Dickins
2012-06-01
1
-2
/
+2
|
*
|
|
|
|
|
jbd2: use kmem_cache_zalloc wrapper instead of flag
Wanlong Gao
2012-06-01
1
-2
/
+2
|
*
|
|
|
|
|
ext4: remove mb_groups before tearing down the buddy_cache
Salman Qazi
2012-06-01
1
-2
/
+3
|
*
|
|
|
|
|
ext4: add ext4_mb_unload_buddy in the error path
Salman Qazi
2012-06-01
1
-0
/
+1
|
*
|
|
|
|
|
ext4: don't trash state flags in EXT4_IOC_SETFLAGS
Theodore Ts'o
2012-06-01
1
-3
/
+9
|
*
|
|
|
|
|
ext4: let getattr report the right blocks in delalloc+bigalloc
Tao Ma
2012-06-01
1
-1
/
+2
|
*
|
|
|
|
|
ext4: add missing save_error_info() to ext4_error()
Theodore Ts'o
2012-05-31
1
-0
/
+1
|
*
|
|
|
|
|
ext4: add debugging trigger for ext4_error()
Theodore Ts'o
2012-05-31
2
-0
/
+21
|
*
|
|
|
|
|
ext4: protect group inode free counting with group lock
Tao Ma
2012-05-29
1
-1
/
+4
|
*
|
|
|
|
|
ext4: use consistent ssize_t type in ext4_file_write()
Zheng Liu
2012-05-29
1
-1
/
+1
|
*
|
|
|
|
|
ext4: fix format flag in ext4_ext_binsearch_idx()
Zheng Liu
2012-05-28
1
-1
/
+1
|
*
|
|
|
|
|
ext4: cleanup in ext4_discard_allocated_blocks()
Zheng Liu
2012-05-28
1
-6
/
+2
|
*
|
|
|
|
|
ext4: return ENOMEM when mounts fail due to lack of memory
Theodore Ts'o
2012-05-28
1
-0
/
+2
|
*
|
|
|
|
|
ext4: remove redundundant "(char *) bh->b_data" casts
Theodore Ts'o
2012-05-28
2
-4
/
+4
|
*
|
|
|
|
|
ext4: disallow hard-linked directory in ext4_lookup
Andreas Dilger
2012-05-28
1
-0
/
+6
|
*
|
|
|
|
|
ext4: fix potential integer overflow in alloc_flex_gd()
Haogang Chen
2012-05-28
1
-0
/
+2
|
*
|
|
|
|
|
ext4: remove needs_recovery in ext4_mb_init()
Akira Fujita
2012-05-28
3
-3
/
+3
|
*
|
|
|
|
|
ext4: force ro mount if ext4_setup_super() fails
Eric Sandeen
2012-05-28
1
-1
/
+2
|
*
|
|
|
|
|
ext4: fix potential NULL dereference in ext4_free_inodes_counts()
Dan Carpenter
2012-05-28
1
-4
/
+6
|
*
|
|
|
|
|
ext4/jbd2: add metadata checksumming to the list of supported features
Darrick J. Wong
2012-05-27
1
-1
/
+2
|
*
|
|
|
|
|
jbd2: checksum data blocks that are stored in the journal
Darrick J. Wong
2012-05-27
3
-2
/
+60
|
*
|
|
|
|
|
jbd2: checksum commit blocks
Darrick J. Wong
2012-05-27
2
-0
/
+50
|
*
|
|
|
|
|
jbd2: checksum descriptor blocks
Darrick J. Wong
2012-05-27
2
-2
/
+60
|
*
|
|
|
|
|
jbd2: checksum revocation blocks
Darrick J. Wong
2012-05-27
2
-1
/
+48
|
*
|
|
|
|
|
jbd2: checksum journal superblock
Darrick J. Wong
2012-05-27
1
-0
/
+47
|
*
|
|
|
|
|
jbd2: Grab a reference to the crc32c driver if necessary
Darrick J. Wong
2012-05-27
2
-0
/
+27
|
*
|
|
|
|
|
jbd2: enable journal clients to enable v2 checksumming
Darrick J. Wong
2012-05-27
2
-13
/
+92
|
*
|
|
|
|
|
jbd2: change disk layout for metadata checksumming
Darrick J. Wong
2012-05-23
2
-5
/
+5
|
*
|
|
|
|
|
ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 feature
Theodore Ts'o
2012-05-21
1
-1
/
+1
|
*
|
|
|
|
|
ext4: remove unnecessary check in add_dirent_to_buf()
Theodore Ts'o
2012-04-30
1
-5
/
+2
|
*
|
|
|
|
|
ext4: add checksums to the MMP block
Darrick J. Wong
2012-04-30
2
-5
/
+42
|
*
|
|
|
|
|
ext4: make block group checksums use metadata_csum algorithm
Darrick J. Wong
2012-04-30
7
-50
/
+76
|
*
|
|
|
|
|
ext4: Calculate and verify checksums of extended attribute blocks
Darrick J. Wong
2012-04-30
1
-15
/
+77
|
*
|
|
|
|
|
ext4: calculate and verify checksums of directory leaf blocks
Darrick J. Wong
2012-04-30
3
-15
/
+259
|
*
|
|
|
|
|
ext4: Calculate and verify checksums for htree nodes
Darrick J. Wong
2012-04-30
1
-4
/
+156
|
*
|
|
|
|
|
ext4: verify and calculate checksums for extent tree blocks
Darrick J. Wong
2012-04-30
2
-0
/
+61
[prev]
[next]