summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox2014-06-053-18/+7Star
* fs/hugetlbfs/inode.c: complete conversion to pr_foo()Andrew Morton2014-06-051-10/+8Star
* mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov2014-06-051-5/+9
* fs/libfs.c: add generic data flush to fsyncFabian Frederick2014-06-051-3/+31
* fs/9p: kerneldoc fixesFabian Frederick2014-06-054-10/+8Star
* fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick2014-06-051-1/+1
* ocfs2: remove some unused codeXue jiufei2014-06-053-7/+0Star
* ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi2014-06-051-2/+2
* ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi2014-06-051-6/+0Star
* ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei2014-06-051-1/+12
* ocfs2: fix umount hang while shutting down truncate logXue jiufei2014-06-052-1/+6
* fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick2014-06-051-40/+41
* ocfs2/dlm: fix possible convert=sion deadlockXue jiufei2014-06-051-1/+9
* ocfs2: limit printk when journal is abortedJoseph Qi2014-06-051-2/+15
* ocfs2: remove some redundant castingGeorge Spelvin2014-06-051-4/+3Star
* fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick2014-06-051-2/+2
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-057-10/+10
* fs/configfs: use pr_fmtFabian Frederick2014-06-054-5/+11
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-053-8/+7Star
* fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick2014-06-051-30/+28Star
* fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick2014-06-051-1/+1
* ntfs: remove NULL value assignmentsFabian Frederick2014-06-053-4/+4
* fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-051-0/+25
* fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-051-0/+3
* fs/notify/mark.c: trivial cleanupDavid Cohen2014-06-051-1/+1
* fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt2014-06-051-0/+2
* fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-051-7/+10
* fs/fscache: replace seq_printf by seq_putsFabian Frederick2014-06-052-8/+6Star
* fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-057-32/+32
* Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into nextLinus Torvalds2014-06-045-54/+66
|\
| * fs/jfs/super.c: convert simple_str to kstrFabian Frederick2014-06-031-8/+24
| * fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick2014-06-031-4/+5
| * fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick2014-06-031-26/+19Star
| * fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick2014-06-031-1/+1
| * JFS: Check for NULL before calling posix_acl_equiv_mode()William Burrow2014-05-291-7/+9
| * fs/jfs/jfs_inode.c: atomically set inode->i_flagsFabian Frederick2014-04-141-8/+8
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-0417-162/+245
|\ \
| * | GFS2: Prevent recovery before the local journal is setBob Peterson2014-06-023-0/+8
| * | GFS2: fs/gfs2/file.c: kernel-doc warning fixesFabian Frederick2014-05-161-5/+5
| * | GFS2: fs/gfs2/bmap.c: kernel-doc warning fixesFabian Frederick2014-05-161-4/+4
| * | GFS2: remove transaction glockBenjamin Marzinski2014-05-1415-152/+226
| * | GFS2: lops.c: replace 0 by NULL for pointersFabian Frederick2014-04-281-1/+1
| * | GFS2: quotas not being refreshed in gfs2_adjust_quotaAbhi Das2014-04-171-0/+1
| |/
* | Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds2014-06-046-32/+27Star
|\ \
| * | locks: add some tracepoints in the lease handling codeJeff Layton2014-06-021-0/+11
| * | fs/locks.c: replace seq_printf by seq_putsFabian Frederick2014-06-021-11/+11
| * | locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton2014-06-026-21/+5Star
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-1/+1
|\ \ \
| * \ \ Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-2254-609/+641
| |\ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-07434-7211/+11234
| |\ \ \ \