Age | Commit message (Expand) | Author | Files | Lines |
2014-06-05 | fs/buffer.c: remove block_write_full_page_endio() | Matthew Wilcox | 3 | -18/+7 |
2014-06-05 | fs/hugetlbfs/inode.c: complete conversion to pr_foo() | Andrew Morton | 1 | -10/+8 |
2014-06-05 | mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c... | Cyrill Gorcunov | 1 | -5/+9 |
2014-06-05 | fs/libfs.c: add generic data flush to fsync | Fabian Frederick | 1 | -3/+31 |
2014-06-05 | fs/9p: kerneldoc fixes | Fabian Frederick | 4 | -10/+8 |
2014-06-05 | fs/9p/v9fs.c: add __init to v9fs_sysfs_init | Fabian Frederick | 1 | -1/+1 |
2014-06-05 | ocfs2: remove some unused code | Xue jiufei | 3 | -7/+0 |
2014-06-05 | ocfs2: fix incorrect i_size of global bitmap inode after resize | Joseph Qi | 1 | -2/+2 |
2014-06-05 | ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super | Joseph Qi | 1 | -6/+0 |
2014-06-05 | ocfs2/dlm: disallow node joining when recovery is on going | Xue jiufei | 1 | -1/+12 |
2014-06-05 | ocfs2: fix umount hang while shutting down truncate log | Xue jiufei | 2 | -1/+6 |
2014-06-05 | fs/ocfs2/ioctl.c: add static to local functions | Fabian Frederick | 1 | -40/+41 |
2014-06-05 | ocfs2/dlm: fix possible convert=sion deadlock | Xue jiufei | 1 | -1/+9 |
2014-06-05 | ocfs2: limit printk when journal is aborted | Joseph Qi | 1 | -2/+15 |
2014-06-05 | ocfs2: remove some redundant casting | George Spelvin | 1 | -4/+3 |
2014-06-05 | fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy | Fabian Frederick | 1 | -2/+2 |
2014-06-05 | ocfs2: remove NULL assignments on static | Fabian Frederick | 7 | -10/+10 |
2014-06-05 | fs/configfs: use pr_fmt | Fabian Frederick | 4 | -5/+11 |
2014-06-05 | fs/configfs: convert printk to pr_foo() | Fabian Frederick | 3 | -8/+7 |
2014-06-05 | fs/configs/item.c: kernel-doc fixes + clean-up | Fabian Frederick | 1 | -30/+28 |
2014-06-05 | fs/squashfs/squashfs.h: replace pr_warning by pr_warn | Fabian Frederick | 1 | -1/+1 |
2014-06-05 | ntfs: remove NULL value assignments | Fabian Frederick | 3 | -4/+4 |
2014-06-05 | fanotify: check file flags passed in fanotify_init | Heinrich Schuchardt | 1 | -0/+25 |
2014-06-05 | fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checking | Heinrich Schuchardt | 1 | -0/+3 |
2014-06-05 | fs/notify/mark.c: trivial cleanup | David Cohen | 1 | -1/+1 |
2014-06-05 | fanotify: create FAN_ACCESS event for readdir | Heinrich Schuchardt | 1 | -0/+2 |
2014-06-05 | fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and path | Heinrich Schuchardt | 1 | -7/+10 |
2014-06-05 | fs/fscache: replace seq_printf by seq_puts | Fabian Frederick | 2 | -8/+6 |
2014-06-05 | fs/fscache: convert printk to pr_foo() | Fabian Frederick | 7 | -32/+32 |
2014-06-04 | Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into next | Linus Torvalds | 5 | -54/+66 |
2014-06-04 | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 17 | -162/+245 |
2014-06-04 | Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into next | Linus Torvalds | 6 | -32/+27 |
2014-06-04 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 22 | -43/+43 |
2014-06-03 | fs/jfs/super.c: convert simple_str to kstr | Fabian Frederick | 1 | -8/+24 |
2014-06-03 | fs/jfs/jfs_dmap.c: replace min/casting by min_t | Fabian Frederick | 1 | -4/+5 |
2014-06-03 | fs/jfs/super.c: remove 0 assignment to static + code clean-up | Fabian Frederick | 1 | -26/+19 |
2014-06-03 | fs/jfs/jfs_logmgr.c: remove NULL assignment on static | Fabian Frederick | 1 | -1/+1 |
2014-06-03 | Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -17/+66 |
2014-06-02 | GFS2: Prevent recovery before the local journal is set | Bob Peterson | 3 | -0/+8 |
2014-06-02 | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next | Linus Torvalds | 4 | -2937/+1 |
2014-06-02 | locks: add some tracepoints in the lease handling code | Jeff Layton | 1 | -0/+11 |
2014-06-02 | fs/locks.c: replace seq_printf by seq_puts | Fabian Frederick | 1 | -11/+11 |
2014-06-02 | locks: ensure that fl_owner is always initialized properly in flock and lease... | Jeff Layton | 6 | -21/+5 |
2014-05-31 | dcache: add missing lockdep annotation | Linus Torvalds | 1 | -1/+1 |
2014-05-30 | dentry_kill() doesn't need the second argument now | Al Viro | 1 | -7/+4 |
2014-05-30 | dealing with the rest of shrink_dentry_list() livelock | Al Viro | 1 | -2/+20 |
2014-05-30 | shrink_dentry_list(): take parent's ->d_lock earlier | Al Viro | 1 | -12/+41 |
2014-05-29 | expand dentry_kill(dentry, 0) in shrink_dentry_list() | Al Viro | 1 | -13/+17 |
2014-05-29 | split dentry_kill() | Al Viro | 1 | -26/+36 |