summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crc32: bolt on crc32cDarrick J. Wong2012-03-241-0/+2
* include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches2012-03-243-7/+8
* leds-lm3530: support pwm input modeKim, Milo2012-03-241-0/+9
* drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo2012-03-241-0/+11
* drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo2012-03-241-0/+13
* drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo2012-03-241-0/+1
* bitops: introduce for_each_clear_bit()Akinobu Mita2012-03-241-0/+11
* bitops: remove for_each_set_bit_cont()Akinobu Mita2012-03-241-3/+0Star
* bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-241-1/+4
* backlight: new backlight driver for LP855x devicesKim, Milo2012-03-241-0/+131
* prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2012-03-242-0/+15
* consolidate WARN_...ONCE() static variablesJan Beulich2012-03-243-4/+5
* headers: include linux/types.h where appropriateBobby Powers2012-03-244-1/+8
* nmi watchdog: do not use cpp symbol in KconfigCong Wang2012-03-241-1/+1
* magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-242-8/+12
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-2330-161/+448
|\
| * NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker2012-03-211-0/+13
| * NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker2012-03-211-0/+10
| * NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker2012-03-211-0/+1
| * NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker2012-03-211-0/+1
| * NFS: Fix more NFS debug related build warningsTrond Myklebust2012-03-211-0/+2
| * nfs: non void functions must return a valueStephen Rothwell2012-03-211-0/+1
| * SUNRPC: Kill compiler warning when RPC_DEBUG is unsetChuck Lever2012-03-211-2/+2
| * SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust2012-03-202-10/+9Star
| * NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust2012-03-171-0/+11
| * SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-123-13/+4Star
| * NFS: remove nfs_inode radix treeFred Isaman2012-03-102-17/+2Star
| * NFS: remove NFS_PAGE_TAG_LOCKEDFred Isaman2012-03-101-3/+0Star
| * NFS: add filehandle crc for debug displayWeston Andros Adamson2012-03-071-0/+8
| * NFSv4: Simplify the struct nfs4_stateidTrond Myklebust2012-03-061-5/+2Star
| * NFS: Undo changes to idmap.hBryan Schumaker2012-03-051-0/+11
| * Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust2012-03-037-4/+11
| |\
| * | NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever2012-03-022-0/+4
| * | NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever2012-03-021-5/+6
| * | NFS: Add a client-side function to display NFS file handlesChuck Lever2012-03-021-0/+14
| * | SUNRPC: Add API to acquire source addressChuck Lever2012-03-021-0/+1
| * | SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-022-1/+2
| * | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-022-1/+16
| * | NFSv4: parse and display server implementation idsWeston Andros Adamson2012-03-012-8/+9
| * | NFS: Store the legacy idmapper result in the keyringBryan Schumaker2012-03-011-11/+0Star
| * | Created a function for setting timeouts on keysBryan Schumaker2012-03-011-0/+2
| * | SUNRPC: move waitq from RPC pipe to RPC inodeStanislav Kinsbursky2012-02-271-1/+1
| * | NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2012-02-172-2/+5
| * | SUNRPC: Use KERN_DEFAULT for debugging printk'sChuck Lever2012-02-161-1/+5
| * | SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-162-3/+6
| * | SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust2012-02-152-2/+16
| * | Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky2012-02-151-0/+1
| * | LockD: make nlm hosts network namespace awareStanislav Kinsbursky2012-02-152-1/+4
| * | Lockd: per-net up and down routines introducedStanislav Kinsbursky2012-02-151-0/+2
| * | SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2012-02-151-1/+1