index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
58
-1613
/
+1307
|
\
|
*
don't bother with deferred freeing of fdtables
Al Viro
2013-05-01
1
-66
/
+2
|
*
proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h
David Howells
2013-05-01
2
-111
/
+197
|
*
proc: Make the PROC_I() and PDE() macros internal to procfs
David Howells
2013-05-01
3
-2
/
+26
|
*
proc: Supply a function to remove a proc entry by PDE
David Howells
2013-05-01
2
-1
/
+8
|
*
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
2013-05-01
1
-0
/
+31
|
*
reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()
David Howells
2013-05-01
1
-11
/
+18
|
*
proc: Supply an accessor for getting the data from a PDE's parent
David Howells
2013-05-01
1
-0
/
+7
|
*
proc: Add proc_mkdir_data()
David Howells
2013-05-01
2
-20
/
+13
|
*
proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}
David Howells
2013-05-01
1
-0
/
+16
|
*
proc: Move PDE_NET() to fs/proc/proc_net.c
David Howells
2013-05-01
1
-0
/
+4
|
*
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
2013-05-01
3
-13
/
+18
|
*
proc: Move proc_fd() to fs/proc/fd.h
David Howells
2013-05-01
2
-5
/
+5
|
*
proc: Uninline pid_delete_dentry()
David Howells
2013-05-01
2
-9
/
+14
|
*
proc: Supply PDE attribute setting accessor functions
David Howells
2013-05-01
1
-0
/
+13
|
*
proc: Split kcore bits from linux/procfs.h into linux/kcore.h
David Howells
2013-04-29
2
-1
/
+3
|
*
Include missing linux/magic.h inclusions
David Howells
2013-04-29
1
-0
/
+1
|
*
Include missing linux/slab.h inclusions
David Howells
2013-04-29
1
-0
/
+1
|
*
proc: Delete create_proc_read_entry()
David Howells
2013-04-29
3
-204
/
+1
|
*
fanotify: don't wank with FASYNC on ->release()
Al Viro
2013-04-29
1
-3
/
+0
|
*
hppfs: get rid of ->fsync()
Al Viro
2013-04-29
1
-7
/
+0
|
*
hppfs: fix the leaks on close()
Al Viro
2013-04-29
1
-1
/
+12
|
*
new helper: read_code()
Al Viro
2013-04-29
4
-43
/
+35
|
*
try a saner locking for pde_opener...
Al Viro
2013-04-09
2
-43
/
+23
|
*
deal with races between remove_proc_entry() and proc_reg_release()
Al Viro
2013-04-09
2
-53
/
+34
|
*
procfs: preparations for remove_proc_entry() race fixes
Al Viro
2013-04-09
3
-205
/
+133
|
*
procfs: Clean up huge if-statement in __proc_file_read()
David Howells
2013-04-09
1
-51
/
+47
|
*
proc: Kill create_proc_entry()
David Howells
2013-04-09
1
-3
/
+6
|
*
constify a bunch of struct file_operations instances
Al Viro
2013-04-09
1
-2
/
+2
|
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
6
-9
/
+9
|
*
procfs: kill ->write_proc()
Al Viro
2013-04-09
1
-25
/
+0
|
*
new helper: single_open_size()
Al Viro
2013-04-09
1
-0
/
+18
|
*
procfs: don't allow to use proc_create, create_proc_entry, etc. for directories
Al Viro
2013-04-09
2
-34
/
+27
|
*
reiserfs: use proc_remove_subtree()
Al Viro
2013-04-09
1
-21
/
+9
|
*
procfs: switch /proc/self away from proc_dir_entry
Al Viro
2013-04-09
5
-12
/
+55
|
*
mode_t, whack-a-mole at 11...
Al Viro
2013-04-09
3
-3
/
+3
|
*
get rid of the last free_pipe_info() callers
Al Viro
2013-04-09
1
-12
/
+6
|
*
get rid of alloc_pipe_info() argument
Al Viro
2013-04-09
2
-4
/
+4
|
*
get rid of pipe->inode
Al Viro
2013-04-09
3
-6
/
+5
|
*
introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOs
Al Viro
2013-04-09
1
-15
/
+25
|
*
pipe: set file->private_data to ->i_pipe
Al Viro
2013-04-09
2
-11
/
+10
|
*
pipe: don't use ->i_mutex
Al Viro
2013-04-09
2
-6
/
+5
|
*
pipe: take allocation and freeing of pipe_inode_info out of ->i_mutex
Al Viro
2013-04-09
1
-21
/
+51
|
*
pipe: preparation to new locking rules
Al Viro
2013-04-09
1
-23
/
+15
|
*
pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_info
Al Viro
2013-04-09
1
-9
/
+9
|
*
pipe: fold file_operations instances in one
Al Viro
2013-04-09
3
-190
/
+38
|
*
fold fifo.c into pipe.c
Al Viro
2013-04-09
3
-154
/
+139
|
*
lift sb_start_write out of ->splice_write()
Al Viro
2013-04-09
1
-6
/
+4
|
*
lift sb_start_write into default_file_splice_write()
Al Viro
2013-04-09
1
-2
/
+2
|
*
lift sb_start_write() out of ->write()
Al Viro
2013-04-09
5
-10
/
+22
[next]