index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2012-01-24
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
2012-01-24
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
2012-01-24
sysctl: Add sysctl_print_dir and use it in get_subdir
Eric W. Biederman
2012-01-24
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
2012-01-24
sysctl: Add a root pointer to ctl_table_set
Eric W. Biederman
2012-01-24
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
Eric W. Biederman
2012-01-24
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
Eric W. Biederman
2012-01-24
sysctl: Normalize the root_table data structure.
Eric W. Biederman
2012-01-24
sysctl: Factor out insert_header and erase_header
Eric W. Biederman
2012-01-24
sysctl: Factor out init_header from __register_sysctl_paths
Eric W. Biederman
2012-01-24
sysctl: Initial support for auto-unregistering sysctl tables.
Eric W. Biederman
2012-01-24
sysctl: A more obvious version of grab_header.
Eric W. Biederman
2012-01-24
sysctl: Remove the now unused ctl_table parent field.
Eric W. Biederman
2012-01-24
sysctl: Improve the sysctl sanity checks
Eric W. Biederman
2012-01-24
sysctl: register only tables of sysctl files
Eric W. Biederman
2012-01-24
sysctl: Add ctl_table chains into cstring paths
Eric W. Biederman
2012-01-24
sysctl: Add support for register sysctl tables with a normal cstring path.
Eric W. Biederman
2012-01-24
sysctl: Create local copies of directory names used in paths
Eric W. Biederman
2012-01-24
sysctl: Remove the unnecessary sysctl_set parent concept.
Eric W. Biederman
2012-01-24
sysctl: Implement retire_sysctl_set
Eric W. Biederman
2012-01-24
sysctl: Make the directories have nlink == 1
Eric W. Biederman
2012-01-24
sysctl: Move the implementation into fs/proc/proc_sysctl.c
Eric W. Biederman
2012-01-24
sysctl: Register the base sysctl table like any other sysctl table.
Eric W. Biederman
2012-01-24
sysctl: remove impossible condition check
Lucas De Marchi
2012-01-19
Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...
Linus Torvalds
2012-01-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-01-19
qnx4: don't leak ->BitMap on late failure exits
Al Viro
2012-01-19
qnx4: reduce the insane nesting in qnx4_checkroot()
Al Viro
2012-01-19
qnx4: di_fname is an array, for crying out loud...
Al Viro
2012-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-01-17
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2012-01-17
Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-01-17
proc: clean up and fix /proc/<pid>/mem handling
Linus Torvalds
2012-01-17
vfs: remove printk from set_nlink()
Miklos Szeredi
2012-01-17
wake up s_wait_unfrozen when ->freeze_fs fails
Kazuya Mio
2012-01-17
audit: do not call audit_getname on error
Eric Paris
2012-01-17
audit: only allow tasks to set their loginuid if it is -1
Eric Paris
2012-01-17
audit: remove task argument to audit_set_loginuid
Eric Paris
2012-01-17
xfs: cleanup xfs_file_aio_write
Christoph Hellwig
2012-01-17
xfs: always return with the iolock held from xfs_file_aio_write_checks
Christoph Hellwig
2012-01-17
xfs: remove the i_new_size field in struct xfs_inode
Christoph Hellwig
2012-01-17
xfs: remove the i_size field in struct xfs_inode
Christoph Hellwig
2012-01-17
xfs: replace i_pin_wait with a bit waitqueue
Christoph Hellwig
2012-01-17
xfs: replace i_flock with a sleeping bitlock
Christoph Hellwig
2012-01-17
xfs: make i_flags an unsigned long
Christoph Hellwig
2012-01-17
xfs: remove the if_ext_max field in struct xfs_ifork
Christoph Hellwig
2012-01-16
Merge tag 'nfs-for-3.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-01-16
Btrfs: use larger system chunks
Chris Mason
2012-01-16
Btrfs: add a delalloc mutex to inodes for delalloc reservations
Josef Bacik
[next]