index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-17
libceph: Unlock unprocessed pages in start_read() error path
David Zafman
1
-0
/
+9
2013-01-17
ceph: call handle_cap_grant() for cap import message
Yan, Zheng
1
-2
/
+2
2013-01-17
ceph: Fix __ceph_do_pending_vmtruncate
Yan, Zheng
1
-6
/
+9
2013-01-17
ceph: Don't add dirty inode to dirty list if caps is in migration
Yan, Zheng
1
-3
/
+7
2013-01-17
ceph: Fix infinite loop in __wake_requests
Yan, Zheng
1
-2
/
+7
2013-01-17
ceph: Don't update i_max_size when handling non-auth cap
Yan, Zheng
1
-1
/
+1
2013-01-17
libceph: remove 'osdtimeout' option
Sage Weil
1
-2
/
+0
2013-01-17
ceph: propagate layout error on osd request creation
Sage Weil
2
-6
/
+6
2013-01-17
ceph: tolerate (and warn on) extraneous dentry from mds
Sage Weil
1
-5
/
+10
2013-01-17
ceph: close old con before reopening on mds reconnect
Sage Weil
1
-0
/
+1
2013-01-17
GFS2: Test bufdata with buffer locked and gfs2_log_lock held
Benjamin Marzinski
2
-14
/
+12
2013-01-17
epoll: prevent missed events on EPOLL_CTL_MOD
Eric Wong
1
-1
/
+21
2013-01-17
udf: don't increment lenExtents while writing to a hole
Namjae Jeon
1
-2
/
+5
2013-01-17
udf: fix memory leak while allocating blocks during write
Namjae Jeon
1
-0
/
+4
2013-01-17
ext4: lock i_mutex when truncating orphan inodes
Theodore Ts'o
1
-0
/
+2
2013-01-17
ext4: do not try to write superblock on ro remount w/o journal
Michael Tokarev
1
-1
/
+1
2013-01-17
jbd2: fix assertion failure in jbd2_journal_flush()
Jan Kara
1
-1
/
+2
2013-01-17
ext4: check dioread_nolock on remount
Jan Kara
1
-11
/
+11
2013-01-17
ext4: fix extent tree corruption caused by hole punch
Forrest Liu
1
-4
/
+18
2013-01-17
jffs2: hold erase_completion_lock on exit
Alexey Khoroshilov
1
-2
/
+4
2013-01-17
ext4: fix possible use after free with metadata csum
Theodore Ts'o
1
-1
/
+1
2013-01-17
ext4: fix memory leak in ext4_xattr_set_acl()'s error path
Eugene Shatokhin
1
-2
/
+4
2013-01-11
tcp: fix MSG_SENDPAGE_NOTLAST logic
Eric Dumazet
1
-1
/
+3
2013-01-11
nfs: fix null checking in nfs_get_option_str()
Xi Wang
1
-1
/
+1
2013-01-11
nfsd: avoid permission checks on EXCLUSIVE_CREATE replay
Neil Brown
2
-5
/
+13
2013-01-11
nfsd4: fix oops on unusual readlike compound
J. Bruce Fields
1
-1
/
+10
2013-01-11
nfsd: fix v4 reply caching
J. Bruce Fields
1
-1
/
+1
2013-01-11
nfs: fix wrong object type in lockowner_slab
Yanchuan Nian
1
-1
/
+1
2013-01-11
NFS: Fix calls to drop_nlink()
Trond Myklebust
1
-5
/
+6
2013-01-11
NFS: avoid NULL dereference in nfs_destroy_server
NeilBrown
1
-2
/
+1
2013-01-11
NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()
Bryan Schumaker
1
-4
/
+17
2013-01-11
exec: do not leave bprm->interp on stack
Kees Cook
3
-2
/
+22
2012-12-10
pnfsblock: fix partial page buffer wirte
Peng Tao
2
-12
/
+165
2012-12-03
jbd: Fix lock ordering bug in journal_unmap_buffer()
Jan Kara
1
-0
/
+2
2012-12-03
jffs2: Fix lock acquisition order bug in jffs2_write_begin
Thomas Betker
1
-18
/
+21
2012-12-03
UBIFS: fix compilation warning
Alexandre Pereira da Silva
1
-1
/
+1
2012-11-26
ceph: avoid 32-bit page index overflow
Alex Elder
1
-6
/
+5
2012-11-26
ceph: Fix oops when handling mdsmap that decreases max_mds
Yan, Zheng
1
-1
/
+2
2012-11-26
libceph: delay debugfs initialization until we learn global_id
Sage Weil
1
-0
/
+1
2012-11-26
libceph: set peer name on con_open, not init
Sage Weil
1
-3
/
+4
2012-11-26
libceph: fully initialize connection in con_init()
Alex Elder
1
-5
/
+2
2012-11-26
libceph: embed ceph messenger structure in ceph_client
Alex Elder
1
-1
/
+1
2012-11-26
ceph: check PG_Private flag before accessing page->private
Yan, Zheng
1
-9
/
+12
2012-11-26
ceph: use info returned by get_authorizer
Alex Elder
1
-8
/
+1
2012-11-26
ceph: have get_authorizer methods return pointers
Alex Elder
1
-7
/
+13
2012-11-26
ceph: ensure auth ops are defined before use
Alex Elder
1
-8
/
+6
2012-11-26
ceph: messenger: reduce args to create_authorizer
Alex Elder
1
-15
/
+12
2012-11-26
ceph: define ceph_auth_handshake type
Alex Elder
2
-19
/
+18
2012-11-26
reiserfs: Protect reiserfs_quota_write() with write lock
Jan Kara
1
-0
/
+4
2012-11-26
reiserfs: Move quota calls out of write lock
Jan Kara
3
-7
/
+25
[next]