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
2006-01-18
[PATCH] nfsd4: clean up settattr code
Fred Isaman
1
-9
/
+1
2006-01-18
[PATCH] nfsd4: Fix bug in rdattr_error return
Fred Isaman
1
-2
/
+3
2006-01-18
[PATCH] nfsd4: fix open_downgrade
J. Bruce Fields
1
-11
/
+11
2006-01-18
[PATCH] nfsd4: don't create on open that fails due to ERR_GRACE
J. Bruce Fields
2
-6
/
+8
2006-01-18
[PATCH] nfsd4: simplify process-open1 logic
J. Bruce Fields
1
-64
/
+35
2006-01-18
[PATCH] nfsd4: nfs4state.c miscellaneous goto removals
J. Bruce Fields
1
-19
/
+14
2006-01-18
[PATCH] nfsd4: no replays on unconfirmed owners
J. Bruce Fields
1
-13
/
+11
2006-01-18
[PATCH] nfsd4: handle replays of failed open reclaims
J. Bruce Fields
1
-0
/
+2
2006-01-18
[PATCH] nfsd4: recovery lookup dir check
J. Bruce Fields
1
-3
/
+4
2006-01-18
[PATCH] nfsd4: fix open of recovery directory
J. Bruce Fields
1
-2
/
+1
2006-01-18
[PATCH] nfsd4: operation debugging
J. Bruce Fields
1
-0
/
+2
2006-01-18
[PATCH] nfsd4: fix check_for_locks
J. Bruce Fields
1
-1
/
+2
2006-01-18
[PATCH] nfsd4: remove release_state_owner()
J. Bruce Fields
1
-22
/
+9
2006-01-18
[PATCH] nfsd4: rename lk_stateowner
J. Bruce Fields
2
-11
/
+10
2006-01-18
[PATCH] nfsd4: fix nfsd4_lock cleanup on failure
J. Bruce Fields
1
-14
/
+4
2006-01-18
[PATCH] nfsd4: misc lock fixes
Andy Adamson
1
-9
/
+5
2006-01-18
[PATCH] nfsd: remove inline from a couple of large NFS functions
NeilBrown
1
-2
/
+2
2006-01-18
[PATCH] nfsd: check error status from nfsd_sync_dir
YAMAMOTO Takashi
1
-36
/
+44
2006-01-18
[PATCH] hfs: set type/creator for symlinks
Roman Zippel
2
-2
/
+10
2006-01-18
[PATCH] hfs: set correct create date for links
Roman Zippel
2
-12
/
+22
2006-01-18
[PATCH] hfs: set correct ctime
Roman Zippel
3
-6
/
+15
2006-01-18
[PATCH] hfs: add HFSX support
David Elliott
8
-23
/
+90
2006-01-18
[PATCH] hfs: cleanup HFS prints
Roman Zippel
10
-53
/
+48
2006-01-18
[PATCH] hfs: cleanup HFS+ prints
Roman Zippel
11
-72
/
+55
2006-01-18
[PATCH] add missing syscall declarations
Arnd Bergmann
1
-0
/
+1
2006-01-18
[PATCH] v9fs: add readpage support
Eric Van Hensbergen
5
-0
/
+116
2006-01-18
[PATCH] jbd: remove_transaction fix
Jan Kara
1
-1
/
+2
2006-01-18
[PATCH] jbd: log_do_checkpoint fix
Jan Kara
1
-1
/
+1
2006-01-18
[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for
David Chinner
1
-3
/
+26
2006-01-16
[PATCH] fuse: fix bitfield race
Miklos Szeredi
2
-3
/
+23
2006-01-16
[PATCH] fuse: use asynchronous READ requests for readpages
Miklos Szeredi
1
-17
/
+27
2006-01-16
[PATCH] fuse: READ request initialization
Miklos Szeredi
3
-24
/
+18
2006-01-16
[PATCH] fuse: move INIT handling to inode.c
Miklos Szeredi
3
-50
/
+45
2006-01-16
[PATCH] fuse: add asynchronous request support
Miklos Szeredi
3
-14
/
+43
2006-01-16
[PATCH] fuse: add connection aborting
Miklos Szeredi
3
-6
/
+88
2006-01-16
[PATCH] fuse: add number of waiting requests attribute
Miklos Szeredi
3
-3
/
+21
2006-01-16
[PATCH] fuse: make fuse connection a kobject
Miklos Szeredi
3
-43
/
+164
2006-01-16
[PATCH] fuse: extend semantics of connected flag
Miklos Szeredi
3
-4
/
+6
2006-01-16
[PATCH] fuse: introduce list for requests under I/O
Miklos Szeredi
3
-6
/
+10
2006-01-16
[PATCH] fuse: introduce unified request state
Miklos Szeredi
2
-11
/
+19
2006-01-16
[PATCH] fuse: miscellaneous cleanup
Miklos Szeredi
3
-15
/
+6
2006-01-16
[PATCH] fuse: uninline some functions
Miklos Szeredi
3
-21
/
+17
2006-01-16
[PATCH] fuse: handle error INIT reply
Miklos Szeredi
1
-1
/
+1
2006-01-16
[PATCH] fuse: fix request_end()
Miklos Szeredi
1
-11
/
+7
2006-01-16
[PATCH] fuse: fuse_copy_finish() order fix
Miklos Szeredi
1
-1
/
+3
2006-01-16
[PATCH] add /sys/fs
Miklos Szeredi
1
-0
/
+5
2006-01-16
[PATCH] partitions: Read Rio Karma partition table
Bob Copeland
5
-0
/
+77
2006-01-17
Make alloc_page_buffers() initialise buffer_heads using init_buffer(),
Nathan Scott
1
-1
/
+1
2006-01-15
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
Linus Torvalds
3
-20
/
+10
2006-01-16
[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround
Nathan Scott
1
-3
/
+0
[next]