summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-04f2fs: fix to recover data written by dioJaegeuk Kim
2014-06-04f2fs: large volume supportChangman Lee
2014-06-04f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pagesChao Yu
2014-06-04f2fs: avoid overflow when large directory feathure is enabledChao Yu
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
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick
2014-06-03kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-03UBIFS: Add an assertion for clean_zn_cnthujianyang
2014-06-02GFS2: Prevent recovery before the local journal is setBob Peterson
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds
2014-06-02UBIFS: respect MS_SILENT mount flagDaniel Golle
2014-06-02ext4: handle symlink properly with inline_dataZheng Liu
2014-06-02f2fs: fix recursive lock by f2fs_setxattrJaegeuk Kim
2014-06-02locks: add some tracepoints in the lease handling codeJeff Layton
2014-06-02fs/locks.c: replace seq_printf by seq_putsFabian Frederick
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-06-02UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang
2014-06-019P: fix return value in v9fs_fid_xattr_setDominique Martinet
2014-06-01fs/9p: adjust sscanf parameters accordingly to the variable typesToralf Förster
2014-05-31dcache: add missing lockdep annotationLinus Torvalds
2014-05-30dentry_kill() doesn't need the second argument nowAl Viro
2014-05-30dealing with the rest of shrink_dentry_list() livelockAl Viro
2014-05-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro
2014-05-29expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro
2014-05-29split dentry_kill()Al Viro
2014-05-28JFS: Check for NULL before calling posix_acl_equiv_mode()William Burrow
2014-05-28lift the "already marked killed" case into shrink_dentry_list()Al Viro
2014-05-28UBIFS: fix debugging checkArtem Bityutskiy