summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-06-04fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick
2014-06-04fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick
2014-06-04fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen
2014-06-04fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner
2014-06-04fs/hugetlbfs/inode.c: remove null test before kfreeFabian Frederick
2014-06-04fs/hugetlbfs/inode.c: use static const for dentry_operationsFabian Frederick
2014-06-04fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_keyFabian Frederick
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox
2014-06-04fs/mpage.c: factor clean_buffers() out of __mpage_writepage()Matthew Wilcox
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox
2014-06-04fs/hugetlbfs/inode.c: complete conversion to pr_foo()Andrew Morton
2014-06-04mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick
2014-06-04fs/9p: kerneldoc fixesFabian Frederick
2014-06-04fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick
2014-06-04ocfs2: remove some unused codeXue jiufei
2014-06-04ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi
2014-06-04ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi
2014-06-04ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei
2014-06-04ocfs2: fix umount hang while shutting down truncate logXue jiufei
2014-06-04fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick
2014-06-04ocfs2/dlm: fix possible convert=sion deadlockXue jiufei
2014-06-04ocfs2: limit printk when journal is abortedJoseph Qi
2014-06-04ocfs2: remove some redundant castingGeorge Spelvin
2014-06-04fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick
2014-06-04fs/configfs: use pr_fmtFabian Frederick
2014-06-04fs/configfs: convert printk to pr_foo()Fabian Frederick
2014-06-04fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick
2014-06-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick
2014-06-04fanotify: check file flags passed in fanotify_initHeinrich Schuchardt
2014-06-04fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt
2014-06-04fs/notify/mark.c: trivial cleanupDavid Cohen
2014-06-04fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt
2014-06-04fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt
2014-06-04fs/fscache: replace seq_printf by seq_putsFabian Frederick
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick
2014-06-04Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into nextLinus Torvalds
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-04Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03fs/jfs/super.c: convert simple_str to kstrFabian Frederick
2014-06-03fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick