Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2009-09-11 | 1 | -13/+26 |
|\ | |||||
| * | Merge branch 'topic/soundcore-preclaim' into for-linus | Takashi Iwai | 2009-09-10 | 1 | -13/+26 |
| |\ | |||||
| | * | chrdev: implement __[un]register_chrdev() | Tejun Heo | 2009-08-10 | 1 | -13/+26 |
* | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-11 | 15 | -315/+811 |
|\ \ \ | |||||
| * | | | writeback: check for registered bdi in flusher add and inode dirty | Jens Axboe | 2009-09-11 | 1 | -0/+8 |
| * | | | writeback: add name to backing_dev_info | Jens Axboe | 2009-09-11 | 10 | -0/+10 |
| * | | | writeback: get rid of pdflush completely | Jens Axboe | 2009-09-11 | 1 | -0/+5 |
| * | | | writeback: switch to per-bdi threads for flushing data | Jens Axboe | 2009-09-11 | 4 | -292/+713 |
| * | | | writeback: move dirty inodes from super_block to backing_dev_info | Jens Axboe | 2009-09-11 | 2 | -73/+127 |
| * | | | writeback: get rid of generic_sync_sb_inodes() export | Jens Axboe | 2009-09-11 | 4 | -57/+55 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-09-11 | 11 | -57/+176 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge branch 'next' into for-linus | James Morris | 2009-09-11 | 12 | -71/+190 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | binfmt_elf: fix PT_INTERP bss handling | Roland McGrath | 2009-09-10 | 1 | -14/+14 |
| | * | | sysfs: Add labeling support for sysfs | David P. Quigley | 2009-09-10 | 4 | -37/+112 |
| | * | | VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo... | David P. Quigley | 2009-09-10 | 1 | -13/+42 |
| | * | | IMA: open new file for read | Mimi Zohar | 2009-09-03 | 1 | -2/+4 |
| | * | | CRED: Add some configurable debugging [try #6] | David Howells | 2009-09-02 | 4 | -0/+11 |
| | * | | vfs: allow file truncations when both suid and write permissions set | Amerigo Wang | 2009-08-21 | 1 | -4/+6 |
| | * | | Merge branch 'master' into next | James Morris | 2009-08-20 | 41 | -272/+518 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into next | James Morris | 2009-08-11 | 12 | -129/+205 |
| | |\ \ \ | |||||
| | * | | | | mm_for_maps: take ->cred_guard_mutex to fix the race with exec | Oleg Nesterov | 2009-08-10 | 1 | -11/+11 |
| | * | | | | mm_for_maps: shift down_read(mmap_sem) to the caller | Oleg Nesterov | 2009-08-10 | 3 | -5/+5 |
| | * | | | | Merge branch 'master' into next | James Morris | 2009-08-06 | 77 | -1118/+2198 |
| | |\ \ \ \ | |||||
| | * | | | | | security: fix security_file_lock cmd argument | Sten Spans | 2009-07-17 | 1 | -1/+1 |
| | * | | | | | Merge branch 'master' into next | James Morris | 2009-07-14 | 114 | -1395/+1810 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into next | James Morris | 2009-06-30 | 133 | -2259/+6234 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | mm_for_maps: simplify, use ptrace_may_access() | Oleg Nesterov | 2009-06-25 | 1 | -12/+11 |
* | | | | | | | | | Merge branch 'lookup-permissions-cleanup' | Linus Torvalds | 2009-09-09 | 23 | -109/+73 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()' | Linus Torvalds | 2009-09-08 | 10 | -32/+14 |
| * | | | | | | | | | ext[234]: move over to 'check_acl' permission model | Linus Torvalds | 2009-09-08 | 12 | -36/+18 |
| * | | | | | | | | | Make 'check_acl()' a first-class filesystem op | Linus Torvalds | 2009-09-08 | 1 | -27/+35 |
| * | | | | | | | | | Simplify exec_permission_lite(), part 3 | Linus Torvalds | 2009-09-08 | 1 | -2/+6 |
| * | | | | | | | | | Simplify exec_permission_lite() further | Linus Torvalds | 2009-09-08 | 1 | -7/+1 |
| * | | | | | | | | | Simplify exec_permission_lite() logic | Linus Torvalds | 2009-09-08 | 1 | -4/+1 |
| * | | | | | | | | | Do not call 'ima_path_check()' for each path component | Linus Torvalds | 2009-09-08 | 1 | -3/+0 |
| |/ / / / / / / / | |||||
* | | | | | | | | | binfmt_elf: fix PT_INTERP bss handling | Roland McGrath | 2009-09-09 | 1 | -14/+14 |
|/ / / / / / / / | |||||
* | | | | | | | | IMA: update ima_counts_put | Mimi Zohar | 2009-09-07 | 1 | -7/+15 |
* | | | | | | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.31 | Linus Torvalds | 2009-09-05 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | JFFS2: add missing verify buffer allocation/deallocation | Massimo Cirillo | 2009-09-03 | 1 | -0/+10 |
* | | | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-09-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | xfs: actually enable the swapext compat handler | Christoph Hellwig | 2009-09-01 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-09-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_key | Ryusuke Konishi | 2009-08-31 | 1 | -1/+1 |
* | | | | | | | | | | | ext2: fix unbalanced kmap()/kunmap() | Nicolas Pitre | 2009-09-05 | 1 | -0/+4 |
* | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-09-05 | 2 | -2/+13 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | ocfs2: ocfs2_write_begin_nolock() should handle len=0 | Sunil Mushran | 2009-09-04 | 1 | -2/+2 |
| * | | | | | | | | | | | ocfs2: invalidate dentry if its dentry_lock isn't initialized. | Tao Ma | 2009-08-27 | 1 | -0/+11 |
* | | | | | | | | | | | | exec: do not sleep in TASK_TRACED under ->cred_guard_mutex | Oleg Nesterov | 2009-09-05 | 2 | -38/+42 |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | autofs4 - fix missed case when changing to use struct path | Ian Kent | 2009-08-31 | 1 | -1/+1 |
* | | | | | | | | | | | inotify: update the group mask on mark addition | Eric Paris | 2009-08-28 | 1 | -0/+4 |