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