summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: close struct file leak on EXT4_IOC_MOVE_EXTAl Viro2012-09-271-1/+2
* switch hpux_getdents() to fget_light()Al Viro2012-09-271-3/+3
* switch itanic perfmonctl(2) to fget_light()Al Viro2012-09-271-2/+3
* switch osf_getdirentries() to fget_light()Al Viro2012-09-271-3/+3
* switch readahead(2) to fget_light()Al Viro2012-09-271-2/+3
* switch fadvise(2) to fget_light()Al Viro2012-09-271-2/+3
* switch fchmod(2) to fget_light()Al Viro2012-09-271-7/+5
* switch fallocate(2) to fget_light()Al Viro2012-09-271-3/+3
* switch ftruncate(2) to fget_lightAl Viro2012-09-271-5/+5
* namei.c: fix BS commentAl Viro2012-09-271-1/+1
* don't leak O_CLOEXEC into ->f_flagsAl Viro2012-09-272-2/+2
* procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2Cyrill Gorcunov2012-09-271-48/+64
* procfs: Move /proc/pid/fd[info] handling code to fd.[ch]Cyrill Gorcunov2012-09-275-387/+416
* new helper: daemonize_descriptors()Al Viro2012-09-273-3/+8
* switch spufs/coredump to iterate_fd()Al Viro2012-09-271-20/+20
* do_coredump(): make sure that descriptor table isn't sharedAl Viro2012-09-271-0/+7
* new helper: iterate_fd()Al Viro2012-09-275-84/+71
* make expand_files() and alloc_fd() staticAl Viro2012-09-273-4/+2
* take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro2012-09-272-20/+20
* switch flush_unauthorized_files() to replace_fd()Al Viro2012-09-271-32/+15
* new helper: replace_fd()Al Viro2012-09-273-39/+64
* take purely descriptor-related stuff from fcntl.c to file.cAl Viro2012-09-273-128/+137
* take close-on-exec logics to fs/file.c, clean it up a bitAl Viro2012-09-273-35/+44
* um: resurrect the right variant of mconsole_proc()Al Viro2012-09-271-78/+21
* take descriptor-related part of close() to file.cAl Viro2012-09-274-53/+31
* take fget() and friends to fs/file.cAl Viro2012-09-272-106/+106
* expose a low-level variant of fd_install() for binderAl Viro2012-09-273-13/+18
* move put_unused_fd() and fd_install() to fs/file.cAl Viro2012-09-272-44/+44
* trim free_fdtable_rcu()Al Viro2012-09-271-15/+2
* don't bother with call_rcu() in put_files_struct()Al Viro2012-09-271-9/+5
* move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro2012-09-273-100/+99
* new helper: __alloc_fd()Al Viro2012-09-273-58/+16
* take rlimit check to callers of expand_files()Al Viro2012-09-272-7/+12
* fanotify: sanitize failure exits in copy_event_to_user()Al Viro2012-09-271-39/+20
* events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro2012-09-271-1/+1
* pipe(2) - race-free error recoveryAl Viro2012-09-271-9/+22
* binder: don't allow mmap() by process other than proc->tskAl Viro2012-09-271-1/+4
* autofs4: don't open-code fd_install()Al Viro2012-09-271-16/+2
* make get_unused_fd_flags() a functionAl Viro2012-09-272-5/+5
* unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-274-18/+32
* take descriptor handling from sock_alloc_file() to callersAl Viro2012-09-271-22/+40
* Merge remote branch 'origin' into for-nextAl Viro2012-09-27893-4213/+7372
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-2517-61/+152
| |\
| | * ipv6: mip6: fix mip6_mh_filter()Eric Dumazet2012-09-251-9/+11
| | * Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-09-252-8/+12
| | |\
| | | * batman-adv: Fix symmetry check / route flapping in multi interface setupsLinus Lüssing2012-09-231-6/+7
| | | * batman-adv: Fix change mac address of soft iface.Def2012-09-231-2/+5
| | * | ipv6: raw: fix icmpv6_filter()Eric Dumazet2012-09-251-11/+10
| | * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-255-4/+29
| | |\ \
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-225-4/+29
| | | |\ \