aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01don't bother with deferred freeing of fdtablesAl Viro2-67/+2
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells3-218/+230
2013-05-01proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells4-17/+28
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells14-73/+33
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro5-31/+35
2013-05-01ppc: Clean up scanlogDavid Howells1-18/+11
2013-05-01ppc: Clean up rtas_flash driver somewhatDavid Howells1-248/+204
2013-05-01hostap: proc: Use remove_proc_subtree()David Howells1-19/+1
2013-05-01drm: proc: Use remove_proc_subtree()David Howells1-15/+7
2013-05-01drm: proc: Use minor->index to label things, not PDE->nameDavid Howells3-11/+7
2013-05-01drm: Constify drm_proc_list[]David Howells2-4/+4
2013-05-01zoran: Don't print proc_dir_entry data in debugDavid Howells1-1/+1
2013-05-01reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()David Howells1-11/+18
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells5-3/+11
2013-05-01airo: Use remove_proc_subtree()David Howells1-36/+13
2013-05-01rtl8192u: Don't need to save device proc dir PDEDavid Howells2-13/+6
2013-05-01rtl8187se: Use a dir under /proc/net/r8180/David Howells2-19/+8
2013-05-01proc: Add proc_mkdir_data()David Howells6-33/+28
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells5-37/+38
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2-5/+4
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells15-92/+109
2013-05-01proc: Move proc_fd() to fs/proc/fd.hDavid Howells2-5/+5
2013-05-01proc: Uninline pid_delete_dentry()David Howells2-9/+14
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells14-35/+40
2013-05-01filter: fix va_list build errorXi Wang1-0/+1
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet2-8/+9
2013-05-01bnx2x: Prevent memory leak when cnic is absentYuval Mintz1-0/+2
2013-05-01bnx2x: correct reading of speed capabilitiesYaniv Rosner1-2/+4
2013-05-01net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann1-1/+1
2013-05-01netlink: kconfig: move mmap i/o into netlink kconfigDaniel Borkmann2-9/+9
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman2-8/+8
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar1-1/+0
2013-05-01init: Do not warn on non-zero initcall returnSteven Rostedt1-4/+1
2013-05-01net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt2-2/+2
2013-05-01ipc/msg.c: use list_for_each_entry_[safe] for list traversingNikola Pajkovsky1-27/+8
2013-05-01ipc,sem: fine grained locking for semtimedopRik van Riel4-125/+203
2013-05-01ipc,sem: have only one list in struct sem_queueRik van Riel1-31/+34
2013-05-01ipc,sem: open code and rename sem_lockRik van Riel1-6/+23
2013-05-01ipc,sem: do not hold ipc lock more than necessaryDavidlohr Bueso2-48/+118
2013-05-01ipc: introduce lockless pre_down ipcctlDavidlohr Bueso2-5/+29
2013-05-01ipc: introduce obtaining a lockless ipc objectDavidlohr Bueso2-14/+59
2013-05-01ipc: remove bogus lock comment for ipc_checkidDavidlohr Bueso1-6/+1
2013-05-01ipc/msgutil.c: use linux/uaccess.hHoSung Jung1-2/+2
2013-05-01ipc: refactor msg list search into separate functionPeter Hurley1-22/+26
2013-05-01ipc: simplify msg list searchPeter Hurley1-6/+2
2013-05-01ipc: implement MSG_COPY as a new receive modePeter Hurley1-13/+9
2013-05-01ipc: remove msg handling from queue scanPeter Hurley1-10/+4
2013-05-01ipc: set EFAULT as default error in load_msg()Peter Hurley1-7/+3
2013-05-01ipc: tighten msg copy loopsPeter Hurley1-21/+11