summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Merge branch 'akpm-current/current'Stephen Rothwell95-1766/+1840
2014-01-10Merge remote-tracking branch 'userns/for-next'Stephen Rothwell2-2/+7
2014-01-10Merge remote-tracking branch 'writeback/writeback-for-next'Stephen Rothwell1-6/+9
2014-01-10Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell17-2760/+3067
2014-01-10Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell1-2/+2
2014-01-10Merge remote-tracking branch 'block/for-next'Stephen Rothwell27-621/+461
2014-01-10romfs: fix returm err while getting inode in fill_superRui Xiang1-4/+2
2014-01-10afs: proc cells and rootcell are writeablePali Rohár1-2/+2
2014-01-10userns: relax the posix_acl_valid() checksAndreas Gruenbacher1-10/+0
2014-01-10fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton1-4/+4
2014-01-10fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-31/+5
2014-01-10fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-49/+5
2014-01-10fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-59/+9
2014-01-10fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer6-114/+17
2014-01-10fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov1-2/+1
2014-01-10exec: kill task_struct->did_execOleg Nesterov1-1/+0
2014-01-10exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov1-15/+5
2014-01-10exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov1-21/+8
2014-01-10exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov1-1/+2
2014-01-10fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones1-0/+1
2014-01-10proc: set attributes of pde using accessor functionsRui Xiang2-4/+3
2014-01-10proc: fix ->f_pos overflows in first_tid()Oleg Nesterov1-5/+9
2014-01-10proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov1-28/+24
2014-01-10proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov1-10/+10
2014-01-10proc: fix the potential use-after-free in first_tid()Oleg Nesterov1-0/+3
2014-01-10proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov1-12/+3
2014-01-10coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov3-25/+0
2014-01-10coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov1-15/+6
2014-01-10coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov1-34/+15
2014-01-10fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon3-3/+16
2014-01-10fat: fallback to buffered write in case of fallocated region on direct IONamjae Jeon1-0/+7
2014-01-10fat: zero out seek range on _fat_get_blockNamjae Jeon1-1/+23
2014-01-10fat: add fat_fallocate operationNamjae Jeon2-0/+93
2014-01-10fat: add i_disksize to represent uninitialized sizeNamjae Jeon4-5/+12
2014-01-10ufs: sb mutex merge + mutex_destroyFabian Frederick4-36/+25
2014-01-10HFS+ resource fork lookup breaks opendir() library function. SinceSougata Santra1-59/+0
2014-01-10nilfs2: add comments for ioctlsVyacheslav Dubeyko1-1/+362
2014-01-10Signed-off-by: Wenliang Fan <fanwlexca@gmail.com>Ryusuke Konishi1-1/+6
2014-01-10fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan1-0/+3
2014-01-10fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov1-1/+2
2014-01-10autofs: fix symlinks aren't checked for expiryIan Kent2-0/+18
2014-01-10autofs: use IS_ROOT to replace root dentry checksRui Xiang1-3/+3
2014-01-10autofs: fix the return value of autofs4_fill_superRui Xiang1-5/+8
2014-01-10autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2014-01-10autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu3-13/+43
2014-01-10fs/ramfs: move ramfs_aops to inode.cAxel Lin4-15/+7
2014-01-10fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin1-2/+8
2014-01-10binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu1-1/+20
2014-01-10fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev1-3/+0
2014-01-10remove extra definitions of U32_MAXAlex Elder1-4/+0