Age | Commit message (Expand) | Author | Files | Lines |
2012-01-25 | sysctl: Stop requiring explicit management of sysctl directories | Eric W. Biederman | 1 | -199/+143 |
2012-01-25 | sysctl: Add a root pointer to ctl_table_set | Eric W. Biederman | 1 | -0/+3 |
2012-01-25 | sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry | Eric W. Biederman | 1 | -36/+62 |
2012-01-25 | sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry. | Eric W. Biederman | 1 | -26/+76 |
2012-01-25 | sysctl: Normalize the root_table data structure. | Eric W. Biederman | 1 | -4/+11 |
2012-01-25 | sysctl: Factor out insert_header and erase_header | Eric W. Biederman | 1 | -3/+13 |
2012-01-25 | sysctl: Factor out init_header from __register_sysctl_paths | Eric W. Biederman | 1 | -8/+17 |
2012-01-25 | sysctl: Initial support for auto-unregistering sysctl tables. | Eric W. Biederman | 1 | -9/+19 |
2012-01-25 | sysctl: A more obvious version of grab_header. | Eric W. Biederman | 1 | -4/+4 |
2012-01-25 | sysctl: Remove the now unused ctl_table parent field. | Eric W. Biederman | 1 | -11/+1 |
2012-01-25 | sysctl: Improve the sysctl sanity checks | Eric W. Biederman | 1 | -136/+86 |
2012-01-25 | sysctl: register only tables of sysctl files | Eric W. Biederman | 1 | -18/+147 |
2012-01-25 | sysctl: Add ctl_table chains into cstring paths | Eric W. Biederman | 1 | -0/+9 |
2012-01-25 | sysctl: Add support for register sysctl tables with a normal cstring path. | Eric W. Biederman | 1 | -10/+84 |
2012-01-25 | sysctl: Create local copies of directory names used in paths | Eric W. Biederman | 1 | -3/+8 |
2012-01-25 | sysctl: Remove the unnecessary sysctl_set parent concept. | Eric W. Biederman | 1 | -3/+8 |
2012-01-25 | sysctl: Implement retire_sysctl_set | Eric W. Biederman | 1 | -0/+4 |
2012-01-25 | sysctl: Make the directories have nlink == 1 | Eric W. Biederman | 1 | -1/+0 |
2012-01-25 | sysctl: Move the implementation into fs/proc/proc_sysctl.c | Eric W. Biederman | 2 | -0/+625 |
2012-01-25 | sysctl: Register the base sysctl table like any other sysctl table. | Eric W. Biederman | 1 | -1/+2 |
2012-01-25 | sysctl: remove impossible condition check | Lucas De Marchi | 1 | -12/+2 |
2012-01-20 | Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg... | Linus Torvalds | 1 | -0/+2 |
2012-01-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -40/+27 |
2012-01-19 | qnx4: don't leak ->BitMap on late failure exits | Al Viro | 1 | -1/+3 |
2012-01-19 | qnx4: reduce the insane nesting in qnx4_checkroot() | Al Viro | 1 | -34/+22 |
2012-01-19 | qnx4: di_fname is an array, for crying out loud... | Al Viro | 1 | -14/+12 |
2012-01-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -19/+14 |
2012-01-18 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 18 | -542/+374 |
2012-01-18 | Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 7 | -125/+110 |
2012-01-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 33 | -921/+6746 |
2012-01-18 | proc: clean up and fix /proc/<pid>/mem handling | Linus Torvalds | 1 | -106/+39 |
2012-01-18 | vfs: remove printk from set_nlink() | Miklos Szeredi | 1 | -3/+0 |
2012-01-18 | wake up s_wait_unfrozen when ->freeze_fs fails | Kazuya Mio | 1 | -0/+2 |
2012-01-18 | audit: do not call audit_getname on error | Eric Paris | 1 | -15/+13 |
2012-01-18 | audit: only allow tasks to set their loginuid if it is -1 | Eric Paris | 1 | -3/+0 |
2012-01-18 | audit: remove task argument to audit_set_loginuid | Eric Paris | 1 | -1/+1 |
2012-01-18 | xfs: cleanup xfs_file_aio_write | Christoph Hellwig | 1 | -45/+37 |
2012-01-18 | xfs: always return with the iolock held from xfs_file_aio_write_checks | Christoph Hellwig | 1 | -3/+4 |
2012-01-18 | xfs: remove the i_new_size field in struct xfs_inode | Christoph Hellwig | 5 | -92/+30 |
2012-01-18 | xfs: remove the i_size field in struct xfs_inode | Christoph Hellwig | 12 | -82/+56 |
2012-01-18 | xfs: replace i_pin_wait with a bit waitqueue | Christoph Hellwig | 4 | -9/+24 |
2012-01-18 | xfs: replace i_flock with a sleeping bitlock | Christoph Hellwig | 6 | -46/+76 |
2012-01-18 | xfs: make i_flags an unsigned long | Christoph Hellwig | 1 | -1/+1 |
2012-01-18 | xfs: remove the if_ext_max field in struct xfs_ifork | Christoph Hellwig | 8 | -115/+81 |
2012-01-17 | Merge tag 'nfs-for-3.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 7 | -178/+222 |
2012-01-17 | Btrfs: use larger system chunks | Chris Mason | 2 | -1/+4 |
2012-01-17 | Btrfs: add a delalloc mutex to inodes for delalloc reservations | Josef Bacik | 5 | -16/+7 |
2012-01-17 | Btrfs: space leak tracepoints | Josef Bacik | 4 | -20/+89 |
2012-01-17 | Btrfs: protect orphan block rsv with spin_lock | Josef Bacik | 1 | -4/+19 |
2012-01-17 | Btrfs: add allocator tracepoints | Josef Bacik | 2 | -1/+20 |