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
2012-07-24
CIFS: Make demultiplex_thread work with SMB2 code
Pavel Shilovsky
6
-2
/
+384
2012-07-24
CIFS: Fix a wrong pointer in atomic_open
Pavel Shilovsky
1
-4
/
+1
2012-07-24
CIFS: Add SMB2 credits support
Pavel Shilovsky
4
-1
/
+86
2012-07-24
CIFS: Make transport routines work with SMB2
Pavel Shilovsky
9
-8
/
+246
2012-07-24
CIFS: Map SMB2 status codes to POSIX errors
Steve French
4
-1
/
+2571
2012-07-24
CIFS: Add SMB2 status codes
Pavel Shilovsky
1
-0
/
+1782
2012-07-24
CIFS: Rename 7 error codes to NT_ style
Pavel Shilovsky
2
-13
/
+15
2012-07-24
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
14
-352
/
+375
2012-07-24
CIFS: Move protocol specific tcon/tdis code to ops struct
Pavel Shilovsky
5
-35
/
+56
2012-07-24
CIFS: Move protocol specific session setup/logoff code to ops struct
Pavel Shilovsky
6
-15
/
+24
2012-07-24
CIFS: Move protocol specific negotiate code to ops struct
Pavel Shilovsky
6
-21
/
+46
2012-07-24
CIFS: Extend credit mechanism to process request type
Pavel Shilovsky
5
-49
/
+74
2012-07-24
CIFS: Move trans2 processing to ops struct
Pavel Shilovsky
3
-159
/
+175
2012-07-23
cifs: reinstate sec=ntlmv2 mount option
Jeff Layton
1
-4
/
+5
2012-07-23
cifs: rename cifs_sign_smb2 to cifs_sign_smbv
Jeff Layton
3
-5
/
+5
2012-07-23
cifs: remove bogus reset of smb_buf_length in smb_send routines
Jeff Layton
1
-4
/
+0
2012-07-23
cifs: move file_lock off stack in cifs_push_posix_locks
Jeff Layton
3
-16
/
+13
2012-07-23
cifs: remove extraneous newlines from cERROR and cFYI calls
Jeff Layton
8
-55
/
+55
2012-07-23
cifs: after upcalling for krb5 creds, invalidate key rather than revoking it
Jeff Layton
1
-1
/
+1
2012-07-23
locks: fix checking of fcntl_setlease argument
J. Bruce Fields
1
-3
/
+3
2012-07-23
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
172
-2032
/
+2301
2012-07-23
ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()
Al Viro
1
-2
/
+2
2012-07-23
btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()
Al Viro
1
-2
/
+2
2012-07-23
switch dentry_open() to struct path, make it grab references itself
Al Viro
9
-63
/
+45
2012-07-23
ecryptfs: don't reinvent the wheels, please - use struct completion
Al Viro
3
-65
/
+26
2012-07-23
don't expose I_NEW inodes via dentry->d_inode
Al Viro
7
-19
/
+19
2012-07-23
tidy up namei.c a bit
Al Viro
1
-18
/
+21
2012-07-23
unobfuscate follow_up() a bit
Al Viro
1
-1
/
+1
2012-07-23
ext3: pass custom EOF to generic_file_llseek_size()
Eric Sandeen
1
-2
/
+2
2012-07-23
ext4: use core vfs llseek code for dir seeks
Eric Sandeen
2
-64
/
+17
2012-07-23
vfs: allow custom EOF in generic_file_llseek code
Eric Sandeen
3
-10
/
+14
2012-07-22
vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...
Jan Kara
1
-10
/
+9
2012-07-22
vfs: Remove unnecessary flushing of block devices
Jan Kara
1
-8
/
+8
2012-07-22
vfs: Make sys_sync writeout also block device inodes
Jan Kara
1
-7
/
+11
2012-07-22
vfs: Create function for iterating over block devices
Jan Kara
1
-0
/
+36
2012-07-22
vfs: Reorder operations during sys_sync
Jan Kara
1
-12
/
+34
2012-07-22
quota: Move quota syncing to ->sync_fs method
Jan Kara
7
-3
/
+28
2012-07-22
quota: Split dquot_quota_sync() to writeback and cache flushing part
Jan Kara
7
-11
/
+29
2012-07-22
vfs: Move noop_backing_dev_info check from sync into writeback
Jan Kara
2
-7
/
+5
2012-07-22
fs/ufs: get rid of write_super
Artem Bityutskiy
5
-16
/
+42
2012-07-22
fs/ufs: re-arrange the code a bit
Artem Bityutskiy
1
-59
/
+58
2012-07-22
fs/ufs: remove extra superblock write on unmount
Artem Bityutskiy
1
-3
/
+0
2012-07-22
fs/sysv: stop using write_super and s_dirt
Artem Bityutskiy
2
-11
/
+0
2012-07-22
fs/sysv: remove another useless write_super call
Artem Bityutskiy
1
-4
/
+1
2012-07-22
fs/sysv: remove useless write_super call
Artem Bityutskiy
1
-3
/
+0
2012-07-22
hfs: get rid of hfs_sync_super
Artem Bityutskiy
4
-39
/
+48
2012-07-22
hfs: introduce VFS superblock object back-reference
Artem Bityutskiy
2
-5
/
+2
2012-07-22
hfs: simplify a bit checking for R/O
Artem Bityutskiy
3
-4
/
+5
2012-07-22
hfs: remove extra mdb write on unmount
Artem Bityutskiy
1
-2
/
+0
2012-07-22
hfs: get rid of lock_super
Artem Bityutskiy
1
-2
/
+10
[next]