index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-27
[CIFS] Migrate from prefixpath logic
Steve French
7
-148
/
+189
2011-05-27
CIFS: Fix memory leak in cifs_do_mount
Pavel Shilovsky
1
-9
/
+10
2011-05-26
[CIFS] When mandatory encryption on share, fail mount
Steve French
1
-9
/
+22
2011-05-26
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
Pavel Shilovsky
7
-43
/
+96
2011-05-25
cifs: add cifs_async_writev
Jeff Layton
2
-0
/
+254
2011-05-25
cifs: clean up wsize negotiation and allow for larger wsize
Jeff Layton
1
-20
/
+49
2011-05-25
cifs: convert cifs_writepages to use async writes
Jeff Layton
1
-142
/
+99
2011-05-25
CIFS: Fix undefined behavior when mount fails
Pavel Shilovsky
1
-27
/
+17
2011-05-24
cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)
Jeff Layton
3
-24
/
+35
2011-05-24
CIFS: Simplify mount code for further shared sb capability
Pavel Shilovsky
3
-71
/
+114
2011-05-23
CIFS: Simplify connection structure search calls
Pavel Shilovsky
1
-34
/
+56
2011-05-23
cifs: remove unused SMB2 config and mount options
Christoph Hellwig
2
-28
/
+0
2011-05-23
cifs: add ignore_pend flag to cifs_call_async
Jeff Layton
3
-4
/
+5
2011-05-23
cifs: make cifs_send_async take a kvec array
Jeff Layton
3
-10
/
+13
2011-05-23
cifs: consolidate SendReceive response checks
Jeff Layton
3
-118
/
+45
2011-05-22
fs: add missing prefetch.h include
Heiko Carstens
1
-0
/
+1
2011-05-21
VFS: move BUG_ON test for symlink nd->depth after current->link_count test
Erez Zadok
1
-1
/
+1
2011-05-20
Fix for buffer overflow in ldm_frag_add not sufficient
Timo Warns
1
-0
/
+5
2011-05-20
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
1
-3
/
+9
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
27
-1120
/
+1289
2011-05-20
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
1
-0
/
+1
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
25
-2014
/
+1847
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
3
-0
/
+3
2011-05-20
Pull pstore into release branch
Tony Luck
1
-3
/
+9
2011-05-20
[CIFS] Fix to problem with getattr caused by invalidate simplification patch
Steve French
2
-4
/
+8
2011-05-19
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-16
/
+4
2011-05-19
[CIFS] Remove sparse warning
Steve French
2
-2
/
+3
2011-05-19
[CIFS] Update cifs to version 1.72
Steve French
1
-1
/
+1
2011-05-19
cifs: Change key name to cifs.idmap, misc. clean-up
Shirish Pargaonkar
3
-62
/
+6
2011-05-19
cifs: Unconditionally copy mount options to superblock info
Sean Finney
4
-16
/
+6
2011-05-19
cifs: Use kstrndup for cifs_sb->mountdata
Sean Finney
1
-11
/
+6
2011-05-19
cifs: Simplify handling of submount options in cifs_mount.
Sean Finney
1
-13
/
+11
2011-05-19
cifs: cifs_parse_mount_options: do not tokenize mount options in-place
Sean Finney
1
-35
/
+74
2011-05-19
cifs: Add support for mounting Windows 2008 DFS shares
Sean Finney
1
-0
/
+18
2011-05-19
cifs: Extract DFS referral expansion logic to separate function
Sean Finney
1
-36
/
+69
2011-05-19
cifs: turn BCC into a static inlined function
Jeff Layton
1
-3
/
+6
2011-05-19
cifs: keep BCC in little-endian format
Jeff Layton
9
-82
/
+41
2011-05-19
cifs: fix some unused variable warnings in id_rb_search
Jeff Layton
1
-5
/
+0
2011-05-19
CIFS: Simplify invalidate part (try #5)
Pavel Shilovsky
4
-57
/
+113
2011-05-19
CIFS: directio read/write cleanups
Pavel Shilovsky
3
-113
/
+16
2011-05-19
consistently use smb_buf_length as be32 for cifs (try 3)
Steve French
7
-101
/
+102
2011-05-19
cifs: Invoke id mapping functions (try #17 repost)
Shirish Pargaonkar
2
-24
/
+325
2011-05-19
cifs: Add idmap key and related data structures and functions (try #17 repost)
Shirish Pargaonkar
4
-8
/
+167
2011-05-19
CIFS: Add launder_page operation (try #3)
Pavel Shilovsky
1
-6
/
+42
2011-05-19
Introduce smb2 mounts as vers=2
Steve French
1
-0
/
+17
2011-05-19
CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)
Pavel Shilovsky
1
-2
/
+8
2011-05-19
cifs: fix comment in validate_t2
Jeff Layton
1
-2
/
+3
2011-05-19
VFS: trivial: fix comment on s_maxbytes value warning check
Jeff Layton
1
-2
/
+1
2011-05-19
[CIFS] Allow to set extended attribute cifs_acl (try #2)
Steve French
3
-1
/
+23
2011-05-19
[CIFS] Use ecb des kernel crypto APIs instead of
Steve French
7
-455
/
+109
[next]