Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
57d1c91fa6d9146b309b7511f6432dea2a24858b
57d1c91
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 19 years ago
47853e7
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 19 years ago
221fc10
[PATCH] fs/ufs: debug mode compilation failure
by Evgeniy
· 19 years ago
76832c2
[PATCH] shrink mmtimer memory size
by Dimitri Sivanich
· 19 years ago
c0e7dcc
[PATCH] MAINTAINERS: remove the outdated DAC960 entry
by Adrian Bunk
· 19 years ago
3719314
kconfig: fix gconfig with POSIXLY_CORRECT=1
by Adrian Bunk
· 19 years ago
367cb70
kbuild: un-stringnify KBUILD_MODNAME
by Sam Ravnborg
· 19 years ago
9e56904
SUNRPC: Make krb5 report unsupported encryption types
by J. Bruce Fields
· 19 years ago
42181d4
SUNRPC: Make spkm3 report unsupported encryption types
by J. Bruce Fields
· 19 years ago
9eed129
SUNRPC: Update the spkm3 code to use the make_checksum interface
by J. Bruce Fields
· 19 years ago
26c78e1
NFSv4: Fix an Oops in nfs_do_expire_all_delegations
by Trond Myklebust
· 19 years ago
58df095
NFSv4: Allow entries in the idmap cache to expire
by Trond Myklebust
· 19 years ago
0065db3
SUNRPC: Clean up xprt_destroy()
by Trond Myklebust
· 19 years ago
632e3bd
SUNRPC: Ensure client closes the socket when server initiates a close
by Trond Myklebust
· 19 years ago
eadb8c1
NFS: get rid of some needless code obfuscation in xdr_encode_sattr().
by Trond Myklebust
· 19 years ago
cf3fff5
NFS: Send valid mode bits to the server
by Trond Myklebust
· 19 years ago
f518e35
SUNRPC: get rid of cl_chatty
by Chuck Lever
· 19 years ago
9220041
SUNRPC: transport switch API for setting port number
by Chuck Lever
· 19 years ago
35f5a42
SUNRPC: new interface to force an RPC rebind
by Chuck Lever
· 19 years ago
0210714
SUNRPC: switchable buffer allocation
by Chuck Lever
· 19 years ago
03c2173
NFSv3: try get_root user-supplied security_flavor
by J. Bruce Fields
· 19 years ago
a659753
NLM: fix parsing of sm notify procedure
by J. Bruce Fields
· 19 years ago
64a318e
NLM: Further cancel fixes
by J. Bruce Fields
· 19 years ago
2c5acd2
NLM: clean up nlmsvc_delete_block
by J. Bruce Fields
· 19 years ago
5996a29
NLM: don't unlock on cancel requests
by J. Bruce Fields
· 19 years ago
f232142
NLM: Clean up nlmsvc_grant_reply locking
by J. Bruce Fields
· 19 years ago
fb459f4
SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()
by Adrian Bunk
· 19 years ago
a72b442
NFSv4: Allow user to set the port used by the NFSv4 callback channel
by Trond Myklebust
· 19 years ago
a895b4a
NFS: Clean up weak cache consistency code
by Trond Myklebust
· 19 years ago
fa178f2
NFSv4: Ensure DELEGRETURN returns attributes
by Trond Myklebust
· 19 years ago
beb2a5e
NFSv4: Ensure change attribute returned by GETATTR callback conforms to spec
by Trond Myklebust
· 19 years ago
969b7f2
SUNRPC: Fix a potential race in rpc_pipefs.
by Trond Myklebust
· 19 years ago
566dd60
NFS: Make directIO aware of compound pages...
by Trond Myklebust
· 19 years ago
70b9ecb
NFS: Make stat() return updated mtimes after a write()
by Trond Myklebust
· 19 years ago
2417411
NFSv4: Ensure that we return the delegation on the target of a rename too.
by Trond Myklebust
· 19 years ago
40859d7
NFS: support large reads and writes on the wire
by Chuck Lever
· 19 years ago
325cfed
NFS: make "inode number mismatch" message more useful
by Chuck Lever
· 19 years ago
dc20f80
NFS: get rid of useless kernel log message
by Chuck Lever
· 19 years ago
a911fd9
NFS: simplify inlined bit ops in nfs_page.h
by Chuck Lever
· 19 years ago
6b59a75
NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs()
by Chuck Lever
· 19 years ago
ce1a8e6
NFS: use generic_write_checks() to sanity check direct writes
by Chuck Lever
· 19 years ago
286d7d6
NFSv4: Remove requirement for machine creds for the "setclientid" operation
by Trond Myklebust
· 19 years ago
b4454fe
NFSv4: Remove requirement for machine creds for the "renew" operation
by Trond Myklebust
· 19 years ago
58d9714a
NFSv4: Send RENEW requests to the server only when we're holding state
by Trond Myklebust
· 19 years ago
5043e90
NFS: Convert instances of kernel_thread() to kthread()
by Trond Myklebust
· 19 years ago
433fbe4
NFSv4: State recovery cleanup
by Trond Myklebust
· 19 years ago
26e976a
NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 lease
by Trond Myklebust
· 19 years ago
2bd6157
SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.
by Trond Myklebust
· 19 years ago
fe65040
NFSv4: Make DELEGRETURN an interruptible operation.
by Trond Myklebust
· 19 years ago
a5d16a4
NFSv4: Convert LOCK rpc call into an asynchronous RPC call
by Trond Myklebust
· 19 years ago
911d1aa
NFSv4: locking XDR cleanup
by Trond Myklebust
· 19 years ago
864472e
NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctly
by Trond Myklebust
· 19 years ago
e761692
NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately
by Trond Myklebust
· 19 years ago
cdd4e68
NFSv4: Make open_confirm() asynchronous too
by Trond Myklebust
· 19 years ago
24ac23a
NFSv4: Convert open() into an asynchronous RPC call
by Trond Myklebust
· 19 years ago
e60859a
SUNRPC: rpc_execute should not return task->tk_status;
by Trond Myklebust
· 19 years ago
89991c2
SUNRPC: Get rid of some unused exports
by Trond Myklebust
· 19 years ago
e56e0b78
NFSv4: Allocate OPEN call RPC arguments using kmalloc()
by Trond Myklebust
· 19 years ago
06f814a
NFSv4: Make locku use the new RPC "wait on completion" interface.
by Trond Myklebust
· 19 years ago
44c2887
NFSv4: stateful NFSv4 RPC call interface
by Trond Myklebust
· 19 years ago
4ce70ad
SUNRPC: Further cleanups
by Trond Myklebust
· 19 years ago
963d8fe
RPC: Clean up RPC task structure
by Trond Myklebust
· 19 years ago
abbcf28
SUNRPC: Yet more RPC cleanups
by Trond Myklebust
· 19 years ago
abd3e64
NFS: Work correctly with single-page ->writepage() calls
by Trond Myklebust
· 19 years ago
22905f7
identify multipage ->writepages() calls
by Andrew Morton
· 19 years ago
20ede27
gitignore: ignore shared objects
by Brian Gerst
· 19 years ago
117a93d
kbuild: Use git in scripts/setlocalversion
by Rene Scharfe
· 19 years ago
253dfa6
kbuild: document howto build external modules using several directories
by Sam Ravnborg
· 19 years ago
d99cf9d
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 19 years ago
7ed4091
x86: remove bogus 'pci=usepirqmask' suggestion when no irq is defined
by Linus Torvalds
· 19 years ago
9b84754
[PATCH] Suspend support for libata
by Jens Axboe
· 19 years ago
88202a0
[PATCH] md: allow sync-speed to be controlled per-device
by NeilBrown
· 19 years ago
6d7ff73
[PATCH] md: support adding new devices to md arrays via sysfs
by NeilBrown
· 19 years ago
83303b6
[PATCH] md: allow available size of component devices to be set via sysfs
by NeilBrown
· 19 years ago
6961ece
[PATCH] md-export-rdev-data_offset-via-sysfs-fix
by Andrew Morton
· 19 years ago
93c8cad
[PATCH] md: export rdev->data_offset via sysfs
by NeilBrown
· 19 years ago
014236d
[PATCH] md: expose device slot information via sysfs
by NeilBrown
· 19 years ago
2bf071b
[PATCH] md: keep better track of dev/array size when assembling md arrays
by NeilBrown
· 19 years ago
da943b9
[PATCH] md: allow md/raid_disks to be settable
by NeilBrown
· 19 years ago
4dbcdc7
[PATCH] md: count corrected read errors per drive
by NeilBrown
· 19 years ago
d9d166c
[PATCH] md: allow array level to be set textually via sysfs
by NeilBrown
· 19 years ago
8bb93aa
[PATCH] md: expose md metadata format in sysfs
by NeilBrown
· 19 years ago
a35b0d6
[PATCH] md: allow md array component size to be accessed and set via sysfs
by NeilBrown
· 19 years ago
3b34380
[PATCH] md: allow chunk_size to be settable through sysfs
by NeilBrown
· 19 years ago
03c902e
[PATCH] md: fix rdev->pending counts in raid1
by NeilBrown
· 19 years ago
c708443
[PATCH] md: make sure bitmap updates are visible through filesystem
by NeilBrown
· 19 years ago
07dbd37
[PATCH] drivers/md/md.c: make md_new_event() static
by Adrian Bunk
· 19 years ago
2989ddb
[PATCH] md: make a couple of names in md.c static
by NeilBrown
· 19 years ago
f188593
[PATCH] md: fix typo in comment
by NeilBrown
· 19 years ago
bce74da
[PATCH] md: helper function to match commands written to sysfs files
by NeilBrown
· 19 years ago
1345b1d
[PATCH] md: define and use safe_put_page for md
by NeilBrown
· 19 years ago
7dd5d34
[PATCH] md: remove inappropriate limits in md/bitmap configuration.
by NeilBrown
· 19 years ago
097426f
[PATCH] md: fix possible problem in raid1/raid10 error overwriting
by NeilBrown
· 19 years ago
2604b70
[PATCH] md: remove personality numbering from md
by NeilBrown
· 19 years ago
a24a8dd
[PATCH] md: break out of a loop that doesn't need to run to completion
by NeilBrown
· 19 years ago
a8745db
[PATCH] md: convert recently exported symbol to GPL
by NeilBrown
· 19 years ago
ea03aff
[PATCH] md: convert various kmap calls to kmap_atomic
by NeilBrown
· 19 years ago
fccddba
[PATCH] md: tidy up raid5/6 hash table code
by NeilBrown
· 19 years ago
9ffae0c
[PATCH] md: convert md to use kzalloc throughout
by NeilBrown
· 19 years ago
2d1f3b5
[PATCH] md: clean up 'page' related names in md
by NeilBrown
· 19 years ago
Next »