summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-241-0/+3
* sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman2012-01-241-36/+62
* sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman2012-01-241-26/+76
* sysctl: Normalize the root_table data structure.Eric W. Biederman2012-01-241-4/+11
* sysctl: Factor out insert_header and erase_headerEric W. Biederman2012-01-241-3/+13
* sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman2012-01-241-8/+17
* sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2012-01-241-9/+19
* sysctl: A more obvious version of grab_header.Eric W. Biederman2012-01-241-4/+4
* sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-241-11/+1
* sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-241-136/+86
* sysctl: register only tables of sysctl filesEric W. Biederman2012-01-241-18/+147
* sysctl: Add ctl_table chains into cstring pathsEric W. Biederman2012-01-241-0/+9
* sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-241-10/+84
* sysctl: Create local copies of directory names used in pathsEric W. Biederman2012-01-241-3/+8
* sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-241-3/+8
* sysctl: Implement retire_sysctl_setEric W. Biederman2012-01-241-0/+4
* sysctl: Make the directories have nlink == 1Eric W. Biederman2012-01-241-1/+0
* sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-242-0/+625
* sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-241-1/+2
* sysctl: remove impossible condition checkLucas De Marchi2012-01-241-12/+2
*---. Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-191-0/+2
|\ \ \
| * | | sched/accounting, proc: Fix /proc/stat interrupts sumRussell King2012-01-161-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-193-40/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | qnx4: don't leak ->BitMap on late failure exitsAl Viro2012-01-191-1/+3
| * | | qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro2012-01-191-34/+22
| * | | qnx4: di_fname is an array, for crying out loud...Al Viro2012-01-191-14/+12
| * | | vfs: remove printk from set_nlink()Miklos Szeredi2012-01-171-3/+0
| * | | wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio2012-01-171-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-172-19/+14
|\ \ \ \
| * | | | audit: do not call audit_getname on errorEric Paris2012-01-171-15/+13
| * | | | audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-171-3/+0
| * | | | audit: remove task argument to audit_set_loginuidEric Paris2012-01-171-1/+1
* | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-01-1718-542/+374
|\ \ \ \ \
| * | | | | xfs: cleanup xfs_file_aio_writeChristoph Hellwig2012-01-171-45/+37
| * | | | | xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig2012-01-171-3/+4
| * | | | | xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig2012-01-175-92/+30
| * | | | | xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-1712-82/+56
| * | | | | xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-174-9/+24
| * | | | | xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-176-46/+76
| * | | | | xfs: make i_flags an unsigned longChristoph Hellwig2012-01-171-1/+1
| * | | | | xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-178-115/+81
| * | | | | xfs: remove the unused dm_attrs structureChristoph Hellwig2012-01-131-7/+0
| * | | | | xfs: cleanup xfs_iomap_eof_align_last_fsbChristoph Hellwig2012-01-131-18/+18
| * | | | | xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-137-142/+65
* | | | | | Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-01-177-125/+110
|\ \ \ \ \ \
| * | | | | | btrfs: take allocation of ->tree_root into open_ctree()Al Viro2012-01-083-10/+5
| * | | | | | btrfs: let ->s_fs_info point to fs_info, not root...Al Viro2012-01-085-45/+45
| * | | | | | btrfs: consolidate failure exits in btrfs_mount() a bitAl Viro2012-01-081-16/+5
| * | | | | | btrfs: make free_fs_info() call ->kill_sb() unconditionalAl Viro2012-01-081-6/+2
| * | | | | | btrfs: merge free_fs_info() calls on fill_super failuresAl Viro2012-01-082-3/+1