aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-11-06fs/jffs2/wbuf.c: remove stray semicolonGravatar Andrew Morton 1-1/+1
2015-11-06proc: actually make proc_fd_permission() thread-friendlyGravatar Oleg Nesterov 1-3/+11
2015-11-06fs/proc/array.c: set overflow flag in case of errorGravatar Andy Shevchenko 1-5/+5
2015-11-06fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackGravatar Jan Kara 1-1/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 14-23/+23
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 3-3/+3
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 9-21/+21
2015-11-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 20-76/+204
2015-11-05vfs: clear remainder of 'full_fds_bits' in dup_fd()Gravatar Eric Biggers 1-32/+32
2015-11-05mm, oom: add comment for why oom_adj existsGravatar David Rientjes 1-0/+10
2015-11-05mm: clear_soft_dirty_pmd() requires THPGravatar Laurent Dufour 1-7/+7
2015-11-05mm: clear pte in clear_soft_dirty()Gravatar Laurent Dufour 1-3/+4
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesGravatar Junichi Nomura 2-2/+12
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusGravatar Naoya Horiguchi 1-0/+1
2015-11-05mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsGravatar Naoya Horiguchi 1-0/+38
2015-11-059p: do not overwrite return code when locking failsGravatar Dominique Martinet 1-1/+2
2015-11-05ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Gravatar Joseph Qi 1-4/+1
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisGravatar Joseph Qi 5-6/+10
2015-11-05ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an errorGravatar alex chen 1-1/+10
2015-11-05ocfs2: fix race between mount and delete node/clusterGravatar Joseph Qi 1-3/+16
2015-11-05ocfs2: only take lock if dio entry when recover orphansGravatar Joseph Qi 2-39/+49
2015-11-05ocfs2: do not include dio entry in case of orphan scanGravatar Joseph Qi 3-5/+15
2015-11-05ocfs2: improve performance for localallocGravatar Joseph Qi 1-1/+4
2015-11-05ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()Gravatar jiangyiwen 1-0/+1
2015-11-05ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeGravatar Norton.Zhu 1-0/+1
2015-11-05logfs: fix build warningGravatar Sudip Mukherjee 1-2/+2
2015-11-05inotify: actually check for invalid bits in sys_inotify_add_watch()Gravatar Dave Hansen 1-1/+13
2015-11-05inotify: hide internal kernel bits from fdinfoGravatar Dave Hansen 1-1/+8
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 11-33/+76
2015-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-5/+2
2015-11-05Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-26/+99
2015-11-05Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 18-541/+791
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 1-1/+1
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 11-91/+86
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-75/+112
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-11/+21
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-2/+2
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2015-11-03Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-8/+17
2015-11-03dlm: make posix locks interruptibleGravatar Eric Ren 1-1/+1
2015-11-02pstore: fix code comment to match codeGravatar Geliang Tang 1-2/+3
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoGravatar Linus Torvalds 1-5/+2
2015-11-01Merge branch 'fs-file-descriptor-optimization'Gravatar Linus Torvalds 1-5/+37
2015-10-31vfs: conditionally clear close-on-exec flagGravatar Linus Torvalds 1-1/+2
2015-10-31vfs: Fix pathological performance case for __alloc_fd()Gravatar Linus Torvalds 1-4/+35
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-3/+8
2015-10-28fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Gravatar Tejun Heo 1-2/+2
2015-10-27namei: permit linking with CAP_FOWNER in usernsGravatar Dirk Steinmetz 1-5/+2
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-11/+24