summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-24proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov1-28/+24
2014-01-24proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov1-10/+10
2014-01-24proc: fix the potential use-after-free in first_tid()Oleg Nesterov1-0/+3
2014-01-24proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov1-12/+3
2014-01-24coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov3-25/+0
2014-01-24coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov1-15/+6
2014-01-24coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov1-34/+15
2014-01-24hfsplus: remove hfsplus_file_lookup()Sougata Santra1-59/+0
2014-01-24nilfs2: add comments for ioctlsVyacheslav Dubeyko1-1/+362
2014-01-24fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan1-0/+8
2014-01-24fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov1-1/+2
2014-01-24autofs: fix symlinks aren't checked for expiryIan Kent2-0/+18
2014-01-24autofs: use IS_ROOT to replace root dentry checksRui Xiang1-3/+3
2014-01-24autofs: fix the return value of autofs4_fill_superRui Xiang1-5/+8
2014-01-24autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2014-01-24autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu3-13/+43
2014-01-24fs/ramfs: move ramfs_aops to inode.cAxel Lin4-15/+7
2014-01-24fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin1-2/+8
2014-01-24fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev1-3/+0
2014-01-24remove extra definitions of U32_MAXAlex Elder1-4/+0
2014-01-24conditionally define U32_MAXAlex Elder1-0/+2
2014-01-24logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2014-01-24fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi1-3/+5
2014-01-23nfsd: fix encode_entryplus_baggage stack usageJ. Bruce Fields2-6/+9
2014-01-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-8/+6
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-32/+71
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds19-800/+1739
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds40-717/+614
2014-01-23exofs: Print less in r4wBoaz Harrosh1-9/+9
2014-01-23exofs: Allow corrupted directory entry to be empty fileBoaz Harrosh1-2/+1
2014-01-23exofs: Allow O_DIRECT openBoaz Harrosh1-1/+9
2014-01-23ore: Don't crash on NULL bio in _clear_bioBoaz Harrosh1-2/+6
2014-01-23ore: Fix wrong math in allocation of per device BIOBoaz Harrosh1-12/+25
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-01-23pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh1-4/+30
2014-01-23f2fs: drop obsolete node page when it is truncatedJaegeuk Kim1-0/+4
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher2-10/+30
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher3-4/+16
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi1-1/+2
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi2-17/+23
2014-01-22f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim4-31/+30
2014-01-22f2fs: remove the orphan block page arrayGu Zheng1-3/+4
2014-01-22f2fs: add help function META_MAPPINGGu Zheng5-8/+13
2014-01-22f2fs: move a branch for code redabilityJaegeuk Kim1-5/+4
2014-01-22f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim3-5/+8
2014-01-22bio-integrity: Fix bio_integrity_verify segment start bugNicholas Bellinger1-7/+8
2014-01-22Merge branch 'akpm' (incoming from Andrew)Linus Torvalds44-1147/+775
2014-01-22sctp: remove macros sctp_{lock|release}_sockwangweidong1-2/+2
2014-01-22Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-0/+8
2014-01-22Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-358/+540