summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones2014-04-081-0/+3
* fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-081-1/+1
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-084-30/+51
* fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick2014-04-081-10/+18
* affs: add __init to init_inodecache ()Fabian Frederick2014-04-081-1/+1
* fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick2014-04-081-1/+1
* vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao2014-04-081-2/+0Star
* include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-081-1/+0Star
* wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-081-2/+2
* exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-081-19/+2Star
* procfs: make /proc/*/pagemap 0400Djalal Harouni2014-04-081-2/+2
* procfs: make /proc/*/{stack,syscall,personality} 0400Djalal Harouni2014-04-081-6/+6
* fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-081-1/+1
* proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin2014-04-081-2/+4
* fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino2014-04-081-1/+1
* mm: per-thread vma cachingDavidlohr Bueso2014-04-082-2/+6
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-0811-0/+12
* exec: kill the unnecessary mm->def_flags setting in load_elf_binary()Alex Thorlton2014-04-081-4/+0Star
* ntfs: logging clean-upFabian Frederick2014-04-083-51/+42Star
* Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-0613-189/+271
|\
| * nfs: pass string length to pr_notice message about readdir loopsJeff Layton2014-04-051-4/+3Star
| * NFSv4: Fix a use-after-free problem in open()Trond Myklebust2014-03-291-9/+10
| * NFSv4: Ensure we respect soft mount timeouts during trunking discoveryTrond Myklebust2014-03-191-1/+3
| * NFSv4: Schedule recovery if nfs40_walk_client_list() is interruptedTrond Myklebust2014-03-191-0/+7
| * NFS: advertise only supported callback netidsChuck Lever2014-03-171-6/+18
| * NFS: Clean up: revert increase in READDIR RPC buffer max sizeChuck Lever2014-03-171-2/+1Star
| * Merge branch 'devel' into linux-nextTrond Myklebust2014-03-1711-167/+229
| |\
| | * nfs: emit a fsnotify_nameremove call in sillyrename codepathJeff Layton2014-03-171-2/+13
| | * nfs: remove synchronous rename codeJeff Layton2014-03-173-105/+0Star
| | * nfs: convert nfs_rename to use async_rename infrastructureJeff Layton2014-03-171-2/+11
| | * nfs: make nfs_async_rename non-staticJeff Layton2014-03-172-1/+8
| | * nfs: abstract out code needed to complete a sillyrenameJeff Layton2014-03-171-4/+18
| | * NFSv4: Clear the open state flags if the new stateid does not matchTrond Myklebust2014-02-203-5/+28
| | * NFSv4: Use correct locking when updating nfs4_state in nfs4_close_doneTrond Myklebust2014-02-201-30/+35
| | * NFSv4.1: Ensure that we free existing layout segments if we get a new layoutTrond Myklebust2014-02-201-0/+15
| | * NFSv4.1: Minor optimisation in get_layout_by_fh_locked()Trond Myklebust2014-02-201-2/+2
| | * NFSv4.1: Ensure that the layout recall callback matches layout stateidsTrond Myklebust2014-02-201-5/+10
| | * NFSv4: Don't update the open stateid unless it is newer than the old oneTrond Myklebust2014-02-202-4/+27
| | * NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer()Trond Myklebust2014-02-201-1/+1
| | * NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-113-11/+66
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-063-7/+7
|\ \ \
| * | | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-243-7/+7
* | | | Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-04-0554-415/+1177
|\ \ \ \
| * \ \ \ Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner2014-04-032-3/+3
| |\ \ \ \
| | * | | | xfs: fix directory hash ordering bugMark Tinguely2014-04-031-1/+1
| | * | | | xfs: extra semi-colon breaks a conditionDan Carpenter2014-04-031-2/+2
| * | | | | Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-137-15/+201
| |\ \ \ \ \
| | * | | | | xfs: allow linkat() on O_TMPFILE filesZhi Yong Wu2014-01-062-3/+26
| | * | | | | xfs: add O_TMPFILE supportZhi Yong Wu2014-01-066-3/+164
| | * | | | | xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu2014-01-063-9/+12