summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-079-21/+21
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-0620-76/+204
|\
| * mm, oom: add comment for why oom_adj existsDavid Rientjes2015-11-061-0/+10
| * mm: clear_soft_dirty_pmd() requires THPLaurent Dufour2015-11-061-7/+7
| * mm: clear pte in clear_soft_dirty()Laurent Dufour2015-11-061-3/+4
| * mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-062-2/+12
| * mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-061-0/+1
| * mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi2015-11-061-0/+38
| * 9p: do not overwrite return code when locking failsDominique Martinet2015-11-061-1/+2
| * ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi2015-11-061-4/+1Star
| * ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi2015-11-065-6/+10
| * ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen2015-11-061-1/+10
| * ocfs2: fix race between mount and delete node/clusterJoseph Qi2015-11-061-3/+16
| * ocfs2: only take lock if dio entry when recover orphansJoseph Qi2015-11-062-39/+49
| * ocfs2: do not include dio entry in case of orphan scanJoseph Qi2015-11-063-5/+15
| * ocfs2: improve performance for localallocJoseph Qi2015-11-061-1/+4
| * ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen2015-11-061-0/+1
| * ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu2015-11-061-0/+1
| * logfs: fix build warningSudip Mukherjee2015-11-061-2/+2
| * inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-11-061-1/+13
| * inotify: hide internal kernel bits from fdinfoDave Hansen2015-11-061-1/+8
* | vfs: clear remainder of 'full_fds_bits' in dup_fd()Eric Biggers2015-11-061-32/+32
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-0611-33/+76
|\ \
| * | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-2110-33/+32Star
| * | sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen2015-10-191-0/+44
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-11-061-5/+2Star
|\ \ \
| * | | namei: permit linking with CAP_FOWNER in usernsDirk Steinmetz2015-10-271-5/+2Star
* | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-058-26/+99
|\ \ \ \
| * | | | pstore: fix code comment to match codeGeliang Tang2015-11-021-2/+3
| * | | | pstore: Fix return type of pstore_is_mounted()Geliang Tang2015-10-222-2/+2
| * | | | pstore: add pstore unregisterGeliang Tang2015-10-228-21/+86
| * | | | pstore: add a helper function pstore_register_kmsgGeliang Tang2015-10-211-1/+6
| * | | | pstore: add vmalloc error checkGeliang Tang2015-10-211-0/+2
* | | | | Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-11-0518-541/+791
|\ \ \ \ \
| * | | | | f2fs: fix to skip shrinking extent nodesChao Yu2015-10-221-1/+1
| * | | | | f2fs: fix error path of ->symlinkChao Yu2015-10-221-3/+6
| * | | | | f2fs: fix to clear GCed flag for atomic written pageChao Yu2015-10-221-0/+1
| * | | | | f2fs: don't need to submit bio on error caseJaegeuk Kim2015-10-221-1/+1
| * | | | | f2fs: fix leakage of inmemory atomic pagesJaegeuk Kim2015-10-221-7/+3Star
| * | | | | f2fs: refactor __find_rev_next_{zero}_bitJaegeuk Kim2015-10-221-57/+49Star
| * | | | | f2fs: support fiemap for inline_dataJaegeuk Kim2015-10-203-0/+44
| * | | | | f2fs: flush dirty data for bmapJaegeuk Kim2015-10-201-6/+7
| * | | | | f2fs: relocate the tracepoint for background_gcJaegeuk Kim2015-10-131-3/+3
| * | | | | f2fs crypto: fix racing of accessing encrypted page amongChao Yu2015-10-135-11/+44
| * | | | | f2fs: export ra_nid_pages to sysfsChao Yu2015-10-124-2/+8
| * | | | | f2fs: readahead for free nids buildingChao Yu2015-10-121-0/+3
| * | | | | f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu2015-10-126-12/+14
| * | | | | f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu2015-10-125-4/+26
| * | | | | f2fs: add a tracepoint for f2fs_read_data_pagesChao Yu2015-10-121-0/+3
| * | | | | f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim2015-10-125-18/+28