| Commit message (Expand) | Author | Age | Files | Lines |
* | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT | David Howells | 2008-02-08 | 4 | -11/+31 |
* | Pidns: make full use of xxx_vnr() calls | Pavel Emelyanov | 2008-02-08 | 2 | -4/+3 |
* | ITIMER_REAL: convert to use struct pid | Oleg Nesterov | 2008-02-08 | 1 | -20/+2 |
* | proc: fix ->open'less usage due to ->proc_fops flip | Alexey Dobriyan | 2008-02-08 | 3 | -10/+38 |
* | proc: fix the threaded /proc/self | Eric W. Biederman | 2008-02-08 | 1 | -6/+6 |
* | proc: proper pidns handling for /proc/self | Eric W. Biederman | 2008-02-08 | 1 | -2/+10 |
* | proc: seqfile convert proc_pid_status to properly handle pid namespaces | Eric W. Biederman | 2008-02-08 | 5 | -74/+72 |
* | seqfile convert proc_pid_statm | Eric W. Biederman | 2008-02-08 | 3 | -6/+9 |
* | proc: rewrite do_task_stat to correctly handle pid namespaces. | Eric W. Biederman | 2008-02-08 | 3 | -17/+20 |
* | proc: implement proc_single_file_operations | Eric W. Biederman | 2008-02-08 | 1 | -0/+43 |
* | proc: detect duplicate names on registration | Zhang Rui | 2008-02-08 | 1 | -0/+10 |
* | proc: remove useless check on symlink removal | Alexey Dobriyan | 2008-02-08 | 1 | -1/+1 |
* | proc: simplify function prototypes | Alexey Dobriyan | 2008-02-08 | 2 | -15/+6 |
* | proc: less LOCK operations during lookup | Alexey Dobriyan | 2008-02-08 | 1 | -2/+2 |
* | proc: remove MODULE_LICENSE | Alexey Dobriyan | 2008-02-08 | 1 | -1/+0 |
* | inotify: fix check for one-shot watches before destroying them | Ulisses Furquim | 2008-02-08 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2008-02-08 | 1 | -34/+0 |
|\ |
|
| * | dm ioctl: move compat code | Milan Broz | 2008-02-08 | 1 | -34/+0 |
* | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2008-02-08 | 85 | -3184/+2303 |
|\ \ |
|
| * | | [XFS] add __init/__exit mark to specific init/cleanup functions | Lachlan McIlroy | 2008-02-07 | 5 | -7/+7 |
| * | | [XFS] Fix oops in xfs_file_readdir() | David Chinner | 2008-02-07 | 1 | -2/+1 |
| * | | [XFS] kill xfs_root | Christoph Hellwig | 2008-02-07 | 3 | -23/+4 |
| * | | [XFS] keep i_nlink updated and use proper accessors | Christoph Hellwig | 2008-02-07 | 3 | -2/+2 |
| * | | [XFS] stop updating inode->i_blocks | Christoph Hellwig | 2008-02-07 | 4 | -14/+1 |
| * | | [XFS] Make xfs_ail_check check less by default | David Chinner | 2008-02-07 | 1 | -9/+28 |
| * | | [XFS] Move AIL pushing into it's own thread | David Chinner | 2008-02-07 | 7 | -108/+282 |
| * | | [XFS] use generic_permission | Christoph Hellwig | 2008-02-07 | 7 | -120/+25 |
| * | | [XFS] stop re-checking permissions in xfs_swapext | Christoph Hellwig | 2008-02-07 | 1 | -9/+11 |
| * | | [XFS] clean up xfs_swapext | Christoph Hellwig | 2008-02-07 | 1 | -41/+26 |
| * | | [XFS] remove permission check from xfs_change_file_space | Christoph Hellwig | 2008-02-07 | 1 | -12/+0 |
| * | | [XFS] prevent panic during log recovery due to bogus op_hdr length | Lachlan McIlroy | 2008-02-07 | 1 | -1/+6 |
| * | | [XFS] Cleanup various fid related bits: | Christoph Hellwig | 2008-02-07 | 5 | -84/+17 |
| * | | [XFS] Fix xfs_lowbit64 | David Chinner | 2008-02-07 | 1 | -4/+4 |
| * | | [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros. | Christoph Hellwig | 2008-02-07 | 4 | -71/+64 |
| * | | [XFS] kill superflous buffer locking (2nd attempt) | Christoph Hellwig | 2008-02-07 | 2 | -51/+5 |
| * | | [XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity | Robert P. J. Day | 2008-02-07 | 2 | -29/+4 |
| * | | [XFS] Remove the BPCSHIFT and NB* based macros from XFS. | Tim Shimmin | 2008-02-07 | 7 | -47/+17 |
| * | | [XFS] Remove bogus assert | Niv Sardi | 2008-02-07 | 1 | -1/+0 |
| * | | [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config | Eric Sandeen | 2008-02-07 | 13 | -28/+32 |
| * | | [XFS] Move platform specific mount option parse out of core XFS code | David Chinner | 2008-02-07 | 3 | -433/+430 |
| * | | [XFS] Implement fallocate. | David Chinner | 2008-02-07 | 1 | -0/+43 |
| * | | [XFS] Fix inode allocation latency | David Chinner | 2008-02-07 | 5 | -51/+23 |
| * | | [XFS] Fix transaction overrun during writeback. | David Chinner | 2008-02-07 | 1 | -25/+50 |
| * | | [XFS] Show all mount args in /proc/mounts | David Chinner | 2008-02-07 | 1 | -35/+35 |
| * | | [XFS] Fix sparse warning in xlog_recover_do_efd_trans. | David Chinner | 2008-02-07 | 1 | -11/+3 |
| * | | [XFS] Fix up sparse warnings. | David Chinner | 2008-02-07 | 19 | -37/+50 |
| * | | [XFS] Use the generic bitops rather than implementing them ourselves. | David Chinner | 2008-02-07 | 3 | -120/+29 |
| * | | [XFS] Make xfs_bulkstat() to report unlinked but referenced inodes | Vlad Apostolov | 2008-02-07 | 2 | -20/+27 |
| * | | [XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression | Lachlan McIlroy | 2008-02-07 | 2 | -5/+49 |
| * | | [XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION | Eric Sandeen | 2008-02-07 | 2 | -6/+12 |