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
*
f2fs: fix the bitmap consistency of dirty segments
Jaegeuk Kim
2013-04-03
1
-5
/
+18
*
f2fs: avoid race for summary information
Jaegeuk Kim
2013-04-03
3
-10
/
+7
*
f2fs: allocate remained free segments in the LFS mode
Jaegeuk Kim
2013-04-03
1
-0
/
+13
*
f2fs: check completion of foreground GC
Jaegeuk Kim
2013-04-03
1
-12
/
+34
*
f2fs: change GC bitmaps to apply the section granularity
Jaegeuk Kim
2013-04-03
7
-59
/
+68
*
f2fs: allocate new segment aligned with sections
Jaegeuk Kim
2013-04-03
1
-1
/
+2
*
f2fs: remove redundant lock_page calls
Jaegeuk Kim
2013-04-03
2
-15
/
+28
*
f2fs: introduce TOTAL_SECS macro
Jaegeuk Kim
2013-04-03
3
-14
/
+13
*
f2fs: do not use duplicate names in a macro
Jaegeuk Kim
2013-04-03
1
-7
/
+7
*
f2fs: use kmemdup
Alexandru Gheorghiu
2013-03-31
2
-9
/
+6
*
f2fs: fix to give correct parent inode number for roll forward
Jaegeuk Kim
2013-03-27
4
-25
/
+28
*
f2fs: remain nat cache entries for further free nid allocation
Jaegeuk Kim
2013-03-27
1
-2
/
+2
*
f2fs: do not skip writing file meta during fsync
Jaegeuk Kim
2013-03-27
4
-15
/
+0
*
f2fs: fix the recovery flow to handle errors correctly
Jaegeuk Kim
2013-03-27
3
-21
/
+36
*
f2fs: fix typo in comments
Masanari Iida
2013-03-20
3
-3
/
+3
*
f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode
Namjae Jeon
2013-03-20
2
-3
/
+10
*
f2fs: fix return values from validate superblock
Namjae Jeon
2013-03-20
1
-4
/
+7
*
f2fs: reorganize f2fs_setxattr
Namjae Jeon
2013-03-20
1
-8
/
+10
*
f2fs: notify when discard is not supported
Namjae Jeon
2013-03-20
1
-0
/
+9
*
f2fs: fix to call WRITE_FLUSH at the end of fsync
Jaegeuk Kim
2013-03-20
1
-0
/
+2
*
f2fs: fix not to allocate max_nid
Jaegeuk Kim
2013-03-20
1
-0
/
+2
*
f2fs: fix return value of releasepage for node and data
Jaegeuk Kim
2013-03-20
2
-11
/
+2
*
f2fs: scan next nat page to reuse free nids in there
Jaegeuk Kim
2013-03-20
1
-1
/
+2
*
f2fs: should check the node page was truncated first
Jaegeuk Kim
2013-03-20
1
-7
/
+8
*
f2fs: reduce unncessary locking pages during read
Jaegeuk Kim
2013-03-20
4
-68
/
+91
*
f2fs: avoid extra ++ while returning from get_node_path
Namjae Jeon
2013-03-18
1
-7
/
+6
*
f2fs: align f2fs maximum name length to linux based filesystem
Jaegeuk Kim
2013-03-18
3
-2
/
+5
*
f2fs: optimize and change return path in lookup_free_nid_list
Namjae Jeon
2013-03-18
1
-4
/
+3
*
f2fs: optimize get node page readahead part
Namjae Jeon
2013-03-18
1
-7
/
+6
*
f2fs: check the level before calling get_nid function
Changman Lee
2013-03-18
1
-1
/
+2
*
f2fs: introduce readahead mode of node pages
Jaegeuk Kim
2013-03-18
5
-18
/
+22
*
f2fs: read with READ_SYNC when getting dnode page
Jaegeuk Kim
2013-03-18
1
-1
/
+1
*
f2fs: fix to unlock node page when it was truncated
Jaegeuk Kim
2013-03-18
1
-2
/
+2
*
f2fs: fix overflow when calculating utilization on 32-bit
Changman Lee
2013-03-08
1
-2
/
+1
*
Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-03-07
9
-26
/
+64
|
\
|
*
eCryptfs: allow userspace messaging to be disabled
Kees Cook
2013-03-04
4
-6
/
+53
|
*
eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()
Tyler Hicks
2013-02-27
1
-1
/
+1
|
*
ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null check
Tim Gardner
2013-02-12
1
-2
/
+1
|
*
eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ...
Tim Gardner
2013-02-12
1
-2
/
+1
|
*
eCryptfs: remove unneeded checks in virt_to_scatterlist()
Dan Carpenter
2013-01-29
1
-6
/
+3
|
*
eCryptfs: Fix -Wmissing-prototypes warnings
Tyler Hicks
2013-01-17
1
-4
/
+4
|
*
eCryptfs: Fix -Wunused-but-set-variable warnings
Tyler Hicks
2013-01-17
2
-4
/
+0
|
*
eCryptfs: initialize payload_len in keystore.c
Simon Que
2013-01-17
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-03
15
-126
/
+79
|
\
\
|
*
|
constify path_get/path_put and fs_struct.c stuff
Al Viro
2013-03-02
3
-6
/
+6
|
*
|
cache the value of file_inode() in struct file
Al Viro
2013-03-02
2
-1
/
+4
|
*
|
9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry
Al Viro
2013-02-28
1
-3
/
+17
|
*
|
9p: make sure ->lookup() adds fid to the right dentry
Al Viro
2013-02-28
1
-2
/
+5
|
*
|
9p: untangle ->lookup() a bit
Al Viro
2013-02-28
1
-18
/
+9
|
*
|
9p: double iput() in ->lookup() if d_materialise_unique() fails
Al Viro
2013-02-28
1
-1
/
+0
[next]