summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-06-05fs/mpage.c: factor clean_buffers() out of __mpage_writepage()Matthew Wilcox1-24/+30
2014-06-05fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox3-18/+7
2014-06-05fs/hugetlbfs/inode.c: complete conversion to pr_foo()Andrew Morton1-10/+8
2014-06-05mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov1-5/+9
2014-06-05fs/libfs.c: add generic data flush to fsyncFabian Frederick1-3/+31
2014-06-05fs/9p: kerneldoc fixesFabian Frederick4-10/+8
2014-06-05fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick1-1/+1
2014-06-05ocfs2: remove some unused codeXue jiufei3-7/+0
2014-06-05ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi1-2/+2
2014-06-05ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi1-6/+0
2014-06-05ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei1-1/+12
2014-06-05ocfs2: fix umount hang while shutting down truncate logXue jiufei2-1/+6
2014-06-05fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick1-40/+41
2014-06-05ocfs2/dlm: fix possible convert=sion deadlockXue jiufei1-1/+9
2014-06-05ocfs2: limit printk when journal is abortedJoseph Qi1-2/+15
2014-06-05ocfs2: remove some redundant castingGeorge Spelvin1-4/+3
2014-06-05fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick1-2/+2
2014-06-05ocfs2: remove NULL assignments on staticFabian Frederick7-10/+10
2014-06-05fs/configfs: use pr_fmtFabian Frederick4-5/+11
2014-06-05fs/configfs: convert printk to pr_foo()Fabian Frederick3-8/+7
2014-06-05fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick1-30/+28
2014-06-05fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick1-1/+1
2014-06-05ntfs: remove NULL value assignmentsFabian Frederick3-4/+4
2014-06-05fanotify: check file flags passed in fanotify_initHeinrich Schuchardt1-0/+25
2014-06-05fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt1-0/+3
2014-06-05fs/notify/mark.c: trivial cleanupDavid Cohen1-1/+1
2014-06-05fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt1-0/+2
2014-06-05fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt1-7/+10
2014-06-05fs/fscache: replace seq_printf by seq_putsFabian Frederick2-8/+6
2014-06-05fs/fscache: convert printk to pr_foo()Fabian Frederick7-32/+32
2014-06-04nfsd4: hash deleg stateid only on successful nfs4_set_delegationBenny Halevy1-1/+1
2014-06-04nfsd4: rename recall_lock to state_lockBenny Halevy1-31/+32
2014-06-04nfsd: remove unneeded zeroing of fields in nfsd4_proc_compoundJeff Layton1-3/+0
2014-06-04nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_openJeff Layton1-2/+1
2014-06-04nfsd4: use recall_lock for delegation hashingBenny Halevy1-5/+15
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/gi...Linus Torvalds17-162/+245
2014-06-04Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds6-32/+27
2014-06-04f2fs: fix to recover data written by dioJaegeuk Kim3-0/+16
2014-06-04f2fs: large volume supportChangman Lee2-7/+51
2014-06-04f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pagesChao Yu1-28/+24
2014-06-04f2fs: avoid overflow when large directory feathure is enabledChao Yu1-2/+2
2014-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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-03kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2-6/+9
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-17/+66