summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-011-15/+2
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-0/+2
* take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2013-05-012-3/+2
* drm: proc: Use minor->index to label things, not PDE->nameDavid Howells2013-05-011-2/+1
* drm: Constify drm_proc_list[]David Howells2013-05-011-1/+1
* proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-0/+1
* proc: Add proc_mkdir_data()David Howells2013-05-011-3/+10
* proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-014-37/+22
* proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2013-05-011-5/+0
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-012-66/+76
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-0/+5
* proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-292-31/+38
* proc: Delete create_proc_read_entry()David Howells2013-04-291-16/+0
* hostap: Don't use create_proc_read_entry()David Howells2013-04-291-1/+3
* nubus: Don't use create_proc_read_entry()David Howells2013-04-291-0/+4
* procfs: Mark create_proc_read_entry deprecatedDavid Howells2013-04-291-2/+4
* new helper: read_code()Al Viro2013-04-291-0/+1
* try a saner locking for pde_opener...Al Viro2013-04-091-1/+1
* procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-091-9/+2
* proc: Kill create_proc_entry()David Howells2013-04-091-15/+2
* bluetooth: kill unused fops field in struct bt_sock_listAl Viro2013-04-091-1/+0
* bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* create_proc_cpu_mask() doesn't need an argument...Al Viro2013-04-091-2/+2
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-0/+5
* procfs: kill ->write_proc()Al Viro2013-04-091-1/+0
* new helper: single_open_size()Al Viro2013-04-091-0/+1
* scsi: bury ->proc_info()Al Viro2013-04-091-2/+1
* scsi: saner replacements for ->proc_info()Al Viro2013-04-091-1/+4
* procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-091-0/+1
* get rid of the last free_pipe_info() callersAl Viro2013-04-091-2/+1
* get rid of alloc_pipe_info() argumentAl Viro2013-04-091-1/+1
* get rid of pipe->inodeAl Viro2013-04-091-2/+0
* pipe: don't use ->i_mutexAl Viro2013-04-091-0/+2
* pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro2013-04-091-0/+2
* pipe: fold file_operations instances in oneAl Viro2013-04-091-5/+0
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-0/+14
* procfs: add proc_remove_subtree()Al Viro2013-04-091-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-267-13/+27
|\
| * ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-261-10/+6
| * net: fix *_DIAG_MAX constantsAndrey Vagin2013-03-212-2/+6
| * thermal: shorten too long mcast group nameMasatake YAMATO2013-03-201-1/+1
| * flow_keys: include thoff into flow_keys for later usageDaniel Borkmann2013-03-201-0/+1
| * udp: add encap_destroy callbackTom Parkin2013-03-201-0/+1
| * Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-03-201-0/+12
| |\
| | * ipvs: add backup_only flag to avoid loopsJulian Anastasov2013-03-191-0/+12
* | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-03-251-2/+5
|\ \ \
| * | | ARM: video: mxs: Fix mxsfb misconfiguring VDCTRL0Marek Vasut2013-03-191-2/+5
* | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-03-221-0/+28
|\ \ \ \
| * | | | NVMe: Define SMART logKeith Busch2012-11-131-0/+28
* | | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-224-3/+8
|\ \ \ \ \