summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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/+0Star
| * | | | | | | | | | mm: drop vmtruncateMarco Stornelli2012-12-211-1/+0Star
| * | | | | | | | | | vfs: drop vmtruncateMarco Stornelli2012-12-211-1/+0Star
| * | | | | | | | | | vfs: remove DCACHE_NEED_LOOKUPJeff Layton2012-12-201-8/+0Star
* | | | | | | | | | | 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/+2Star
| * | | | | | | | | | | 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/+0Star
| * | | | | | | | | | | 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/+0Star
| * | | | | | | | | | | | 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
* | | | | | | | | | | | | Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2012-12-202-0/+414
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon2012-12-111-0/+3
| * | | | | | | | | | | | f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-3/+3
| * | | | | | | | | | | | f2fs: add superblock and major in-memory structureJaegeuk Kim2012-12-111-0/+1
| * | | | | | | | | | | | f2fs: add on-disk layoutJaegeuk Kim2012-12-111-0/+410
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-202-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-163-0/+113
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | / / / / / / / / | | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | |
| | | | | | * | | | | | | | | iommu/omap: Adapt to runtime pmOmar Ramirez Luna2012-12-031-1/+0Star
| | | | | | * | | | | | | | | iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna2012-12-031-1/+7