summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-06-04mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov-5/+9
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick-3/+31
2014-06-04fs/9p: kerneldoc fixesFabian Frederick-10/+8
2014-06-04fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick-1/+1
2014-06-04ocfs2: remove some unused codeXue jiufei-7/+0
2014-06-04ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi-2/+2
2014-06-04ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi-6/+0
2014-06-04ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei-1/+12
2014-06-04ocfs2: fix umount hang while shutting down truncate logXue jiufei-1/+6
2014-06-04fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick-40/+41
2014-06-04ocfs2/dlm: fix possible convert=sion deadlockXue jiufei-1/+9
2014-06-04ocfs2: limit printk when journal is abortedJoseph Qi-2/+15
2014-06-04ocfs2: remove some redundant castingGeorge Spelvin-4/+3
2014-06-04fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick-2/+2
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick-10/+10
2014-06-04fs/configfs: use pr_fmtFabian Frederick-5/+11
2014-06-04fs/configfs: convert printk to pr_foo()Fabian Frederick-8/+7
2014-06-04fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick-30/+28
2014-06-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick-1/+1
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick-4/+4
2014-06-04fanotify: check file flags passed in fanotify_initHeinrich Schuchardt-0/+25
2014-06-04fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt-0/+3
2014-06-04fs/notify/mark.c: trivial cleanupDavid Cohen-1/+1
2014-06-04fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt-0/+2
2014-06-04fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt-7/+10
2014-06-04fs/fscache: replace seq_printf by seq_putsFabian Frederick-8/+6
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick-32/+32
2014-06-04Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into nextLinus Torvalds-54/+66
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-162/+245
2014-06-04Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds-32/+27
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-43/+43
2014-06-03fs/jfs/super.c: convert simple_str to kstrFabian Frederick-8/+24
2014-06-03fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick-4/+5
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick-26/+19
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick-1/+1
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+66
2014-06-02GFS2: Prevent recovery before the local journal is setBob Peterson-0/+8
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds-2937/+1
2014-06-02locks: add some tracepoints in the lease handling codeJeff Layton-0/+11
2014-06-02fs/locks.c: replace seq_printf by seq_putsFabian Frederick-11/+11
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton-21/+5
2014-05-31dcache: add missing lockdep annotationLinus Torvalds-1/+1
2014-05-30dentry_kill() doesn't need the second argument nowAl Viro-7/+4
2014-05-30dealing with the rest of shrink_dentry_list() livelockAl Viro-2/+20
2014-05-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro-12/+41
2014-05-29expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro-13/+17
2014-05-29split dentry_kill()Al Viro-26/+36
2014-05-28JFS: Check for NULL before calling posix_acl_equiv_mode()William Burrow-7/+9
2014-05-28lift the "already marked killed" case into shrink_dentry_list()Al Viro-6/+9