summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dua...Niels de Vos2009-01-021-0/+1
* tty: Introduce some close helpers for portsAlan Cox2009-01-022-1/+3
* tty: Rework istallion to use the tty port changesAlan Cox2009-01-021-1/+0
* tty: Introduce a tty_port generic block_til_readyAlan Cox2009-01-021-0/+2
* isicom: redo locking to use tty port locksAlan Cox2009-01-021-0/+1
* tty: Pull the dtr raise into tty portAlan Cox2009-01-021-0/+2
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-022-1/+9
* tty: Fix PPP hang under loadAlan Cox2009-01-021-0/+1
* And here's a patch (to be applied on top of the last) which preventsRussell King2009-01-021-1/+1
* pty: simplify resizeAlan Cox2009-01-022-6/+3
* n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson2009-01-021-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-12-317-27/+169
|\
| * nfsd/create race fixes, infrastructureAl Viro2008-12-311-0/+2
| * kill ->dir_notify()Al Viro2008-12-311-1/+0
| * filp_cachep can be static in fs/file_table.cEric Dumazet2008-12-311-2/+0
| * take init_fs to saner placeAl Viro2008-12-312-6/+1
| * kill vfs_permissionChristoph Hellwig2008-12-311-1/+0
| * pass a struct path * to may_openChristoph Hellwig2008-12-311-1/+1
| * vfs: introduce helper function to safely NUL-terminate symlinksDuane Griffin2008-12-311-0/+5
| * include: linux/fs.h: put declarations in __KERNEL__Jan Engelhardt2008-12-311-9/+9
| * shrink struct dentryNick Piggin2008-12-311-7/+14
| * introduce new LSM hooks where vfsmount is available.Kentaro Takeda2008-12-311-0/+137
* | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-313-33/+23
|\ \ | |/ |/|
| * sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-292-3/+6
| * sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+3
| * irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-261-2/+6
| * irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro2008-12-262-30/+13
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2008-12-301-0/+10
|\ \
| * \ [XFS] Fix merge failuresLachlan McIlroy2008-12-29167-1939/+4834
| |\ \
| * \ \ [XFS] Fix merge conflict in fs/xfs/xfs_rename.cLachlan McIlroy2008-12-2214-38/+53
| |\ \ \
| * | | | [XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig2008-12-111-0/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2008-12-0519-27/+44
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2008-11-2849-449/+928
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6Niv Sardi2008-11-071-0/+2
| |\ \ \ \ \ \
| | * | | | | | Inode: Allow external list initialisationDavid Chinner2008-10-301-0/+1
| | * | | | | | Inode: Allow external initialisersDavid Chinner2008-10-301-0/+1
* | | | | | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-12-3013-38/+34
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'devel' into nextTrond Myklebust2008-12-3013-38/+34
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-231-0/+1
| | * | | | | | | rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-231-0/+2
| | * | | | | | | nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-232-0/+2
| | * | | | | | | rpc: add an rpc_pipe_open method\"J. Bruce Fields\2008-12-231-0/+1
| | * | | | | | | sunrpc: get rid of rpc_rqst.rq_bufsizeBenny Halevy2008-12-231-2/+1
| | * | | | | | | optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach2008-12-232-1/+14
| | * | | | | | | NFSv4: Convert the open and close ops to use fmodeTrond Myklebust2008-12-232-3/+4
| | * | | | | | | NFSv4: Convert delegation->type field to fmode_tTrond Myklebust2008-12-232-3/+3
| | * | | | | | | NFSv4: Remove nfs_client->cl_semTrond Myklebust2008-12-231-6/+0
| | * | | | | | | NLM: allow lockd requests from an unprivileged portChuck Lever2008-12-232-1/+4
| | * | | | | | | NFS: add "[no]resvport" mount optionChuck Lever2008-12-231-1/+2
| | * | | | | | | NFS: Move declaration of nfs_mount() to fs/nfs/internal.hChuck Lever2008-12-231-6/+0
OpenPOWER on IntegriCloud