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
2010-09-22
nfsd: allow deprecated interface to be compiled out.
NeilBrown
5
-8
/
+43
2010-09-22
nfsd: formally deprecate legacy nfsd syscall interface
NeilBrown
1
-0
/
+10
2010-09-22
lockd: Mostly remove BKL from the server
Bryan Schumaker
3
-14
/
+21
2010-09-21
nfsd/idmap: drop special request deferal in favour of improved default.
NeilBrown
1
-94
/
+11
2010-09-21
nfsd: disable deferral for NFSv4
NeilBrown
1
-2
/
+5
2010-09-19
Merge remote branch 'trond/bugfixes' into for-2.6.37
J. Bruce Fields
37
-163
/
+613
2010-09-12
SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies
Trond Myklebust
2
-0
/
+2
2010-09-12
statfs() gives ESTALE error
Menyhart Zoltan
1
-0
/
+8
2010-09-12
NFS: Fix a typo in nfs_sockaddr_match_ipaddr6
Trond Myklebust
1
-1
/
+1
2010-09-12
Remove incorrect do_vfs_lock message
Fabio Olive Leite
1
-4
/
+0
2010-09-10
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2
-1
/
+4
2010-09-10
xfs: log IO completion workqueue is a high priority queue
Dave Chinner
1
-1
/
+2
2010-09-10
execve: make responsive to SIGKILL with large arguments
Roland McGrath
1
-0
/
+7
2010-09-10
execve: improve interactivity with large arguments
Roland McGrath
1
-0
/
+2
2010-09-10
setup_arg_pages: diagnose excessive argument size
Roland McGrath
1
-0
/
+5
2010-09-10
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-3
/
+3
2010-09-10
xfs: prevent reading uninitialized stack memory
Dan Rosenberg
1
-0
/
+2
2010-09-09
minix: fix regression in minix_mkdir()
Jorge Boncompte [DTI2]
1
-1
/
+1
2010-09-09
vfs: take O_NONBLOCK out of the O_* uniqueness test
James Bottomley
1
-3
/
+7
2010-09-09
binfmt_misc: fix binfmt_misc priority
Jan Sembera
1
-1
/
+1
2010-09-09
proc: export uncached bit properly in /proc/kpageflags
Takashi Iwai
1
-1
/
+1
2010-09-09
O_DIRECT: fix the splitting up of contiguous I/O
Jeff Moyer
1
-2
/
+2
2010-09-09
mm: Move vma_stack_continue into mm.h
Stefan Bader
1
-1
/
+2
2010-09-09
Merge branch 'fixes' of git://oss.oracle.com/git/tma/linux-2.6
Linus Torvalds
9
-107
/
+475
2010-09-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2
-20
/
+30
2010-09-08
ocfs2: Fix orphan add in ocfs2_create_inode_in_orphan
Mark Fasheh
1
-20
/
+107
2010-09-08
ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functions
Mark Fasheh
1
-32
/
+88
2010-09-08
ocfs2: allow return of new inode block location before allocation of the inode
Mark Fasheh
2
-0
/
+180
2010-09-08
ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open coding
Mark Fasheh
1
-13
/
+4
2010-09-08
ocfs2: split out inode alloc code from ocfs2_mknod_locked
Mark Fasheh
1
-18
/
+37
2010-09-08
Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...
Tristan Ye
1
-1
/
+1
2010-09-08
ocfs2: Fix deadlock when allocating page
Jan Kara
3
-4
/
+5
2010-09-08
ocfs2: properly set and use inode group alloc hint
Mark Fasheh
1
-4
/
+20
2010-09-08
ocfs2: Use the right group in nfs sync check.
Tao Ma
1
-8
/
+11
2010-09-08
ocfs2: Flush drive's caches on fdatasync
Jan Kara
1
-1
/
+10
2010-09-08
ocfs2: make __ocfs2_page_mkwrite handle file end properly.
Tao Ma
1
-3
/
+5
2010-09-08
ocfs2: Fix incorrect checksum validation error
Sunil Mushran
1
-1
/
+5
2010-09-08
ocfs2: Fix metaecc error messages
Sunil Mushran
1
-2
/
+2
2010-09-07
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2010-09-07
sunrpc: use seconds since boot in expiry cache
NeilBrown
2
-4
/
+4
2010-09-07
sunrpc: extract some common sunrpc_cache code from nfsd
NeilBrown
1
-6
/
+3
2010-09-07
nfsd: remove duplicate NFS4_STATEID_SIZE declaration
Andy Adamson
1
-1
/
+0
2010-09-07
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
7
-14
/
+35
2010-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
1
-1
/
+2
2010-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-1
/
+1
2010-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-0
/
+1
2010-09-07
VFS: Sanity check mount flags passed to change_mnt_propagation()
Valerie Aurora
1
-1
/
+22
2010-09-07
fuse: fix lock annotations
Miklos Szeredi
2
-16
/
+18
2010-09-07
fuse: flush background queue on connection close
Miklos Szeredi
1
-4
/
+12
2010-09-03
sysfs: checking for NULL instead of ERR_PTR
Dan Carpenter
1
-1
/
+1
[next]