| Commit message (Expand) | Author | Age | Files | Lines |
* | revert "proc: fix the threaded proc self" | Andrew Morton | 2008-02-08 | 1 | -6/+6 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-02-08 | 1 | -5/+26 |
|\ |
|
| * | Enhanced partition statistics: remove old partition statistics | Jerome Marchand | 2008-02-08 | 1 | -2/+0 |
| * | Enhanced partition statistics: sysfs | Jerome Marchand | 2008-02-08 | 1 | -3/+19 |
| * | Enhanced partition statistics: update partition statitics | Jerome Marchand | 2008-02-08 | 1 | -0/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2008-02-08 | 17 | -225/+235 |
|\ \ |
|
| * | | dlm: add __init and __exit marks to init and exit functions | Denis Cheng | 2008-02-06 | 6 | -7/+7 |
| * | | dlm: eliminate astparam type casting | David Teigland | 2008-02-06 | 6 | -22/+18 |
| * | | dlm: proper types for asts and basts | David Teigland | 2008-02-06 | 4 | -33/+44 |
| * | | dlm: dlm/user.c input validation fixes | Al Viro | 2008-02-04 | 1 | -11/+8 |
| * | | dlm: fix dlm_dir_lookup() handling of too long names | Al Viro | 2008-02-04 | 1 | -0/+3 |
| * | | dlm: fix overflows when copying from ->m_extra to lvb | Al Viro | 2008-02-04 | 1 | -0/+4 |
| * | | dlm: make find_rsb() fail gracefully when namelen is too large | Al Viro | 2008-02-04 | 1 | -1/+5 |
| * | | dlm: receive_rcom_lock_args() overflow check | Al Viro | 2008-02-04 | 1 | -3/+4 |
| * | | dlm: verify that places expecting rcom_lock have packet long enough | Al Viro | 2008-02-04 | 2 | -1/+14 |
| * | | dlm: validate data in dlm_recover_directory() | Al Viro | 2008-02-04 | 1 | -3/+20 |
| * | | dlm: missing length check in check_config() | Al Viro | 2008-02-04 | 1 | -0/+7 |
| * | | dlm: use proper type for ->ls_recover_buf | Al Viro | 2008-02-04 | 4 | -9/+10 |
| * | | dlm: do not byteswap rcom_config | Al Viro | 2008-02-04 | 3 | -30/+11 |
| * | | dlm: do not byteswap rcom_lock | Al Viro | 2008-02-04 | 4 | -76/+39 |
| * | | dlm: dlm_process_incoming_buffer() fixes | Al Viro | 2008-02-04 | 4 | -24/+36 |
| * | | dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug) | Al Viro | 2008-02-04 | 3 | -8/+8 |
* | | | splice: missing user pointer access verification | Jens Axboe | 2008-02-08 | 1 | -0/+8 |
* | | | quota: turn quotas off when remounting read-only | Jan Kara | 2008-02-08 | 1 | -0/+1 |
* | | | ext3 can fail badly when device stops accepting BIO_RW_BARRIER requests | Neil Brown | 2008-02-08 | 1 | -1/+2 |
* | | | reduce large do_mount stack usage with noinlines | Eric Sandeen | 2008-02-08 | 1 | -5/+13 |
* | | | fs/char_dev.c: chrdev_open marked static and removed from fs.h | Denis Cheng | 2008-02-08 | 1 | -1/+1 |
* | | | buffer_head: fix private_list handling | Jan Kara | 2008-02-08 | 1 | -4/+19 |
* | | | Remove a.out interpreter support in ELF loader | Andi Kleen | 2008-02-08 | 1 | -152/+21 |
* | | | mount options: fix udf | Miklos Szeredi | 2008-02-08 | 2 | -4/+72 |
* | | | mount options: fix reiserfs | Miklos Szeredi | 2008-02-08 | 1 | -12/+26 |
* | | | mount options: fix ncpfs | Miklos Szeredi | 2008-02-08 | 1 | -4/+45 |
* | | | mount options: fix isofs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | | | mount options: fix hugetlbfs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | | | mount options: fix hpfs | Miklos Szeredi | 2008-02-08 | 1 | -3/+14 |
* | | | mount options: fix hostfs | Miklos Szeredi | 2008-02-08 | 1 | -0/+14 |
* | | | mount options: fix fuse | Miklos Szeredi | 2008-02-08 | 1 | -1/+6 |
* | | | mount options: fix fat | Miklos Szeredi | 2008-02-08 | 1 | -0/+2 |
* | | | mount options: fix ext2 | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | | | mount options: fix devpts | Miklos Szeredi | 2008-02-08 | 1 | -3/+18 |
* | | | mount options: fix befs | Miklos Szeredi | 2008-02-08 | 1 | -1/+3 |
* | | | mount options: fix autofs | Miklos Szeredi | 2008-02-08 | 1 | -0/+3 |
* | | | mount options: fix autofs4 | Miklos Szeredi | 2008-02-08 | 1 | -0/+5 |
* | | | mount options: fix afs | Miklos Szeredi | 2008-02-08 | 1 | -0/+5 |
* | | | mount options: fix affs | Miklos Szeredi | 2008-02-08 | 1 | -2/+12 |
* | | | mount options: fix adfs | Miklos Szeredi | 2008-02-08 | 1 | -2/+24 |
* | | | mount options: add generic_show_options() | Miklos Szeredi | 2008-02-08 | 2 | -5/+45 |
* | | | drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h | Mike Frysinger | 2008-02-08 | 12 | -11/+960 |
* | | | BKL-Removal: convert pipe to use unlocked_ioctl too | Andi Kleen | 2008-02-08 | 1 | -9/+7 |
* | | | procfs: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 7 | -22/+22 |