summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | asm-generic: io: remove {read,write} string functionsWill Deacon2012-10-261-30/+0
| * | | | asm-generic/io.h: remove asm/cacheflush.h includeJames Hogan2012-10-251-1/+0
* | | | | Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-211-10/+21
|\ \ \ \ \
| * | | | | fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-111-1/+4
| * | | | | fsnotify: change locking orderLino Sanfilippo2012-12-111-3/+4
| * | | | | fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo2012-12-111-1/+0
| * | | | | fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo2012-12-111-0/+4
| * | | | | fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-111-2/+3
| * | | | | fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo2012-12-111-1/+1
| * | | | | fsnotify: introduce fsnotify_get_group()Lino Sanfilippo2012-12-111-1/+3
| * | | | | inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo2012-12-111-1/+2
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-212-2/+5
|\ \ \ \ \ \
| * | | | | | linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck2012-12-211-2/+4
| * | | | | | exec: do not leave bprm->interp on stackKees Cook2012-12-211-0/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-216-35/+121
|\ \ \ \ \ \ \
| * | | | | | | vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-211-2/+2
| * | | | | | | vfs: add a retry_estale helper function to handle retries on ESTALEJeff Layton2012-12-211-0/+16
| * | | | | | | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro2012-12-2112-124/+209
| |\ \ \ \ \ \ \
| | * | | | | | | FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-201-2/+2
| | * | | | | | | FS-Cache: Convert the object event ID #defines into an enumDavid Howells2012-12-201-9/+17
| | * | | | | | | VFS: Make more complete truncate operation available to CacheFilesDavid Howells2012-12-201-0/+1
| | * | | | | | | FS-Cache: Provide proper invalidationDavid Howells2012-12-202-1/+45
| | * | | | | | | FS-Cache: Fix operation state management and accountingDavid Howells2012-12-201-5/+32
| | * | | | | | | FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells2012-12-201-0/+1
| | * | | | | | | CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-202-6/+9
| * | | | | | | | vfs: Remove useless function prototypesAlessio Igor Bogani2012-12-211-4/+0
| * | | | | | | | mm: drop vmtruncateMarco Stornelli2012-12-211-1/+0
| * | | | | | | | vfs: drop vmtruncateMarco Stornelli2012-12-211-1/+0
| * | | | | | | | vfs: remove DCACHE_NEED_LOOKUPJeff Layton2012-12-201-8/+0
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-218-21/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-202-0/+2
| * | | | | | | | | generic compat_sys_sigaltstack()Al Viro2012-12-201-0/+16
| * | | | | | | | | introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-201-0/+6
| * | | | | | | | | new helper: compat_user_stack_pointer()Al Viro2012-12-201-0/+3
| * | | | | | | | | new helper: restore_altstack()Al Viro2012-12-201-0/+2
| * | | | | | | | | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-202-6/+2
| * | | | | | | | | new helper: current_user_stack_pointer()Al Viro2012-12-201-0/+4
| * | | | | | | | | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-203-15/+0
| * | | | | | | | | COMPAT_SYSCALL_DEFINE: infrastructureAl Viro2012-12-201-0/+42
* | | | | | | | | | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-204-6/+32
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-181-3/+3
| * | | | | | | | | | svcrpc: track rpc data length separately from sk_tcplenJ. Bruce Fields2012-12-041-2/+9
| * | | | | | | | | | svcrpc: don't byte-swap sk_reclen in placeJ. Bruce Fields2012-12-041-1/+11
| * | | | | | | | | | svcrpc: Revert "sunrpc/cache.h: replace simple_strtoul"J. Bruce Fields2012-11-151-1/+5
| * | | | | | | | | | exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon2012-11-081-0/+5
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-204-2/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bdi_register: add __printf verification, fix arg mismatchJoe Perches2012-12-131-0/+1
| * | | | | | | | | | libceph: remove 'osdtimeout' optionSage Weil2012-12-131-2/+0
| * | | | | | | | | | libceph: define ceph_pg_pool_name_by_id()Alex Elder2012-11-011-0/+1
| * | | | | | | | | | rbd: get parent spec for version 2 imagesAlex Elder2012-11-011-0/+2