| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: don't stop root-hub status polls too soon | Alan Stern | 2010-08-10 | 1 | -0/+1 |
* | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux | Linus Torvalds | 2010-08-10 | 5 | -5/+23 |
|\ |
|
| * | unistd: add __NR_prlimit64 syscall numbers | Jiri Slaby | 2010-07-16 | 1 | -1/+3 |
| * | rlimits: implement prlimit64 syscall | Jiri Slaby | 2010-07-16 | 1 | -0/+4 |
| * | rlimits: redo do_setrlimit to more generic do_prlimit | Jiri Slaby | 2010-07-16 | 1 | -2/+2 |
| * | rlimits: add rlimit64 structure | Jiri Slaby | 2010-07-16 | 1 | -0/+7 |
| * | rlimits: split sys_setrlimit | Jiri Slaby | 2010-07-16 | 1 | -0/+2 |
| * | rlimits: add task_struct to update_rlimit_cpu | Jiri Slaby | 2010-07-16 | 1 | -1/+1 |
| * | rlimits: security, add task_struct to setrlimit | Jiri Slaby | 2010-07-16 | 1 | -3/+6 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-08-10 | 21 | -47/+248 |
|\ \ |
|
| * | | mtd: Remove obsolete <mtd/compatmac.h> include | David Woodhouse | 2010-08-08 | 3 | -12/+0 |
| * | | mtd: Update copyright notices | David Woodhouse | 2010-08-08 | 17 | -31/+234 |
| * | | jffs2: Update copyright notices | David Woodhouse | 2010-08-08 | 1 | -1/+2 |
| * | | mtd-physmap: add support users can assign the probe type in board files | Barry Song | 2010-08-08 | 1 | -0/+1 |
| * | | mtd: change struct flchip_shared spinlock locking into mutex | Stefani Seibold | 2010-08-06 | 1 | -1/+1 |
| * | | mtd: OneNAND: Introduce chip_probe function | Kyungmin Park | 2010-08-04 | 1 | -0/+2 |
| * | | mtd: nand: more BB Detection refactoring and dynamic scan options | Brian Norris | 2010-08-02 | 1 | -0/+4 |
| * | | mtd: nand: edit macro flag for BBT scan of last page in block | Brian Norris | 2010-08-02 | 2 | -2/+2 |
| * | | mtd: add an ioctl to query the lock status of a flash sector | Richard Cochran | 2010-08-02 | 2 | -0/+2 |
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-10 | 11 | -339/+360 |
|\ \ \ |
|
| * | | | fanotify: use both marks when possible | Eric Paris | 2010-07-28 | 1 | -1/+1 |
| * | | | fsnotify: pass both the vfsmount mark and inode mark | Eric Paris | 2010-07-28 | 1 | -2/+5 |
| * | | | fsnotify: remove global fsnotify groups lists | Eric Paris | 2010-07-28 | 1 | -15/+0 |
| * | | | fsnotify: remove group->mask | Eric Paris | 2010-07-28 | 1 | -11/+0 |
| * | | | fsnotify: remove the global masks | Eric Paris | 2010-07-28 | 1 | -2/+0 |
| * | | | fsnotify: send fsnotify_mark to groups in event handling functions | Eric Paris | 2010-07-28 | 1 | -3/+4 |
| * | | | fsnotify: srcu to protect read side of inode and vfsmount locks | Eric Paris | 2010-07-28 | 1 | -0/+1 |
| * | | | fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called | Eric Paris | 2010-07-28 | 1 | -0/+1 |
| * | | | fsnotify: store struct file not struct path | Eric Paris | 2010-07-28 | 2 | -29/+24 |
| * | | | fsnotify: fsnotify_add_notify_event should return an event | Eric Paris | 2010-07-28 | 1 | -7/+5 |
| * | | | fanotify: groups can specify their f_flags for new fd | Eric Paris | 2010-07-28 | 1 | -2/+5 |
| * | | | fsnotify: check to make sure all fsnotify bits are unique | Eric Paris | 2010-07-28 | 1 | -0/+9 |
| * | | | inotify: force inotify and fsnotify use same bits | Eric Paris | 2010-07-28 | 1 | -0/+9 |
| * | | | inotify: allow users to request not to recieve events on unlinked children | Eric Paris | 2010-07-28 | 2 | -0/+2 |
| * | | | fanotify: drop the useless priority argument | Eric Paris | 2010-07-28 | 2 | -3/+1 |
| * | | | fsnotify: initialize mask in fsnotify_perm | Eric Paris | 2010-07-28 | 1 | -3/+5 |
| * | | | fanotify: userspace interface for permission responses | Eric Paris | 2010-07-28 | 1 | -0/+5 |
| * | | | fanotify: permissions and blocking | Eric Paris | 2010-07-28 | 2 | -0/+30 |
| * | | | fsnotify: new fsnotify hooks and events types for access decisions | Eric Paris | 2010-07-28 | 3 | -5/+30 |
| * | | | sysctl extern cleanup: inotify | Dave Young | 2010-07-28 | 1 | -0/+5 |
| * | | | dnotify: move dir_notify_enable declaration | Alexey Dobriyan | 2010-07-28 | 2 | -3/+1 |
| * | | | fsnotify: use unsigned char * for dentry->d_name.name | Eric Paris | 2010-07-28 | 2 | -10/+11 |
| * | | | fsnotify: intoduce a notification merge argument | Eric Paris | 2010-07-28 | 1 | -1/+4 |
| * | | | fsnotify: add group priorities | Eric Paris | 2010-07-28 | 1 | -0/+1 |
| * | | | fanotify: clear all fanotify marks | Eric Paris | 2010-07-28 | 2 | -0/+7 |
| * | | | fanotify: allow ignored_masks to survive modify | Eric Paris | 2010-07-28 | 1 | -1/+3 |
| * | | | fsnotify: allow ignored_mask to survive modification | Eric Paris | 2010-07-28 | 1 | -0/+1 |
| * | | | fanotify: allow users to set an ignored_mask | Eric Paris | 2010-07-28 | 1 | -1/+3 |
| * | | | fsnotify: ignored_mask - excluding notification | Eric Paris | 2010-07-28 | 1 | -0/+3 |
| * | | | fsnotify: allow marks to not pin inodes in core | Eric Paris | 2010-07-28 | 1 | -2/+5 |