summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever2009-01-061-0/+14
| * NSM: Check result of SM_UNMON upcallChuck Lever2009-01-061-0/+2
| * NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever2009-01-061-6/+9
| * NSM: Release nsmhandle in nlm_destroy_hostChuck Lever2009-01-062-10/+3Star
| * NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever2009-01-061-4/+11
| * NSM: Make sure to return an error if the SM_MON call result is not zeroChuck Lever2009-01-061-2/+3
| * NSM: Remove BUG_ON() in nsm_monitor()Chuck Lever2009-01-061-1/+0Star
| * NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever2009-01-061-4/+2Star
| * NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()Chuck Lever2009-01-061-4/+4
| * NSM: Support IPv6 version of mon_nameChuck Lever2009-01-061-19/+8Star
| * NSM: convert printk(KERN_DEBUG) to a dprintk()Chuck Lever2009-01-061-2/+4
| * NSM: Use C99 structure initializer to initialize nsm_argsChuck Lever2009-01-061-7/+7
| * NLM: Add helper to handle IPv4 addressesChuck Lever2009-01-061-3/+8
| * NLM: Support IPv6 scope IDs in nlm_display_address()Chuck Lever2009-01-061-6/+15
| * NLM: Remove AF_UNSPEC arm in nlm_display_address()Chuck Lever2009-01-061-3/+0Star
| * NLM: Remove address eye-catcher buffers from nlm_hostChuck Lever2009-01-061-7/+3Star
| * lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3)Jeff Layton2009-01-061-0/+8
| * nfsd: Fix leaked memory in nfs4_make_rec_clidnameKrishna Kumar2009-01-061-1/+1
| * nfsd: Minor cleanup of find_stateidKrishna Kumar2009-01-061-3/+4
| * nfsd: update fh_verify descriptionJ. Bruce Fields2009-01-061-6/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-01-081-0/+32
|\ \
| * | debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez2009-01-071-0/+32
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds2009-01-082-7/+23
|\ \ \
| * | | async: make the final inode deletion an asynchronous eventArjan van de Ven2009-01-072-7/+23
| |/ /
* | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-01-075-118/+134
|\ \ \
| * | | proc: remove write-only variable in proc_pident_lookup()WANG Cong2009-01-051-2/+0Star
| * | | proc: fix sparse warningHannes Eder2009-01-051-2/+2
| * | | proc: add /proc/*/stackKen Chen2009-01-051-0/+38
| * | | proc: remove '##' usageAlexey Dobriyan2009-01-051-93/+90Star
| * | | proc: remove useless WARN_ONsAlexey Dobriyan2009-01-051-4/+0Star
| * | | proc: stop using BKLAlexey Dobriyan2009-01-054-17/+4Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-01-073-2/+3
|\ \ \ \
| * | | | GFS2: Fix typo in gfs_page_mkwrite()Benjamin Marzinski2009-01-071-1/+1
| * | | | GFS2: LSF and LBD are now one and the sameSteven Whitehouse2009-01-071-1/+1
| * | | | GFS2: Set GFP_NOFS when allocating page on writeSteven Whitehouse2009-01-071-0/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-079-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-061-1/+1
| * | | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-068-9/+9
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-071-8/+3Star
|\ \ \
| * | | block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-8/+3Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-01-076-171/+693
|\ \ \
| * | | fuse: clean up annotations of fc->lockHarvey Harrison2008-12-022-5/+16
| * | | fuse: fix sparse warning in ioctlMiklos Szeredi2008-12-021-1/+1
| * | | fuse: add fuse_conn->release()Tejun Heo2008-11-262-1/+10
| * | | fuse: separate out fuse_conn_init() from new_conn()Tejun Heo2008-11-262-57/+67
| * | | fuse: add fuse_ prefix to several functionsTejun Heo2008-11-265-52/+54
| * | | fuse: implement poll supportTejun Heo2008-11-264-0/+172
| * | | fuse: implement unsolicited notificationTejun Heo2008-11-261-2/+25
| * | | fuse: add file kernel handleTejun Heo2008-11-264-4/+15
| * | | fuse: implement ioctl supportTejun Heo2008-11-261-0/+280