aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox2-0/+75
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox1-17/+1
2014-06-04fs/mpage.c: factor clean_buffers() out of __mpage_writepage()Matthew Wilcox1-24/+30
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox3-18/+7
2014-06-04fs/hugetlbfs/inode.c: complete conversion to pr_foo()Andrew Morton1-10/+8
2014-06-04mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of clear_soft_dirty()Cyrill Gorcunov1-5/+9
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick1-3/+31
2014-06-04fs/9p: kerneldoc fixesFabian Frederick4-10/+8
2014-06-04fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick1-1/+1
2014-06-04ocfs2: remove some unused codeXue jiufei3-7/+0
2014-06-04ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi1-2/+2
2014-06-04ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi1-6/+0
2014-06-04ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei1-1/+12
2014-06-04ocfs2: fix umount hang while shutting down truncate logXue jiufei2-1/+6
2014-06-04fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick1-40/+41
2014-06-04ocfs2/dlm: fix possible convert=sion deadlockXue jiufei1-1/+9
2014-06-04ocfs2: limit printk when journal is abortedJoseph Qi1-2/+15
2014-06-04ocfs2: remove some redundant castingGeorge Spelvin1-4/+3
2014-06-04fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick1-2/+2
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick7-10/+10
2014-06-04fs/configfs: use pr_fmtFabian Frederick4-5/+11
2014-06-04fs/configfs: convert printk to pr_foo()Fabian Frederick3-8/+7
2014-06-04fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick1-30/+28
2014-06-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick1-1/+1
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick3-4/+4
2014-06-04fanotify: check file flags passed in fanotify_initHeinrich Schuchardt1-0/+25
2014-06-04fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt1-0/+3
2014-06-04fs/notify/mark.c: trivial cleanupDavid Cohen1-1/+1
2014-06-04fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt1-0/+2
2014-06-04fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt1-7/+10
2014-06-04fs/fscache: replace seq_printf by seq_putsFabian Frederick2-8/+6
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick7-32/+32
2014-06-04Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into nextLinus Torvalds5-54/+66
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into nextLinus Torvalds17-162/+245
2014-06-04Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds6-32/+27
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds22-43/+43
2014-06-03fs/jfs/super.c: convert simple_str to kstrFabian Frederick1-8/+24
2014-06-03fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick1-4/+5
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick1-26/+19
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick1-1/+1
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into nextLinus Torvalds6-17/+66
2014-06-02GFS2: Prevent recovery before the local journal is setBob Peterson3-0/+8
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds4-2937/+1
2014-06-02locks: add some tracepoints in the lease handling codeJeff Layton1-0/+11
2014-06-02fs/locks.c: replace seq_printf by seq_putsFabian Frederick1-11/+11
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton6-21/+5
2014-05-31dcache: add missing lockdep annotationLinus Torvalds1-1/+1
2014-05-30dentry_kill() doesn't need the second argument nowAl Viro1-7/+4
2014-05-30dealing with the rest of shrink_dentry_list() livelockAl Viro1-2/+20