summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: add comment for why oom_adj existsDavid Rientjes2015-11-051-0/+10
* mm: clear_soft_dirty_pmd() requires THPLaurent Dufour2015-11-051-7/+7
* mm: clear pte in clear_soft_dirty()Laurent Dufour2015-11-051-3/+4
* mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-052-2/+12
* mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-051-0/+1
* mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi2015-11-051-0/+38
* 9p: do not overwrite return code when locking failsDominique Martinet2015-11-051-1/+2
* ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi2015-11-051-4/+1
* ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi2015-11-055-6/+10
* ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen2015-11-051-1/+10
* ocfs2: fix race between mount and delete node/clusterJoseph Qi2015-11-051-3/+16
* ocfs2: only take lock if dio entry when recover orphansJoseph Qi2015-11-052-39/+49
* ocfs2: do not include dio entry in case of orphan scanJoseph Qi2015-11-053-5/+15
* ocfs2: improve performance for localallocJoseph Qi2015-11-051-1/+4
* ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen2015-11-051-0/+1
* ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu2015-11-051-0/+1
* logfs: fix build warningSudip Mukherjee2015-11-051-2/+2
* inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-11-051-1/+13
* inotify: hide internal kernel bits from fdinfoDave Hansen2015-11-051-1/+8
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-043-75/+112
|\
| * debugfs: Add debugfs_create_ulong()Viresh Kumar2015-10-181-0/+48
| * debugfs: Add read-only/write-only bool file opsStephen Boyd2015-10-171-1/+14
| * debugfs: Add read-only/write-only size_t file opsStephen Boyd2015-10-171-1/+4
| * debugfs: Add read-only/write-only x64 file opsStephen Boyd2015-10-171-1/+4
| * debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd2015-10-171-66/+32
| * sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown2015-10-041-1/+3
| * debugfs: document that debugfs_remove*() accepts NULL and error valuesUlf Magnusson2015-10-041-2/+4
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-3/+3
* | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-1/+1
|\ \
| * | block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-1/+1
* | | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-042-11/+21
|\ \ \ | |/ /
| * | Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe2015-10-0928-157/+420
| |\ \
| * | | fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct readMing Lei2015-09-231-3/+6
| * | | fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen2015-09-231-8/+15
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-2/+2
|\ \ \ \
| * | | | mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-2/+2
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-031-2/+2
|\ \ \ \ \
| * | | | | fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo2015-10-281-2/+2
* | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-032-8/+17
|\ \ \ \ \ \
| * | | | | | fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-012-8/+17
| | |_|_|_|/ | |/| | | |
* | | | | | mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-011-5/+2
* | | | | | Merge branch 'fs-file-descriptor-optimization'Linus Torvalds2015-11-011-5/+37
|\ \ \ \ \ \
| * | | | | | vfs: conditionally clear close-on-exec flagLinus Torvalds2015-10-311-1/+2
| * | | | | | vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds2015-10-311-4/+35
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-313-3/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov2015-10-121-0/+1
| * | | | | ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov2015-10-121-0/+1
| * | | | | ovl: fix open in stacked overlayMiklos Szeredi2015-10-121-0/+3
| * | | | | ovl: fix dentry reference leakDavid Howells2015-10-121-1/+1
| * | | | | ovl: use O_LARGEFILE in ovl_copy_up()David Howells2015-10-121-2/+2
OpenPOWER on IntegriCloud