| Commit message (Expand) | Author | Age |
* | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2014-11-16 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-11-02 |
| |\ |
|
| | * | ovl: initialize ->is_cursor | Miklos Szeredi | 2014-10-31 |
| | * | Return short read or 0 at end of a raw device, not EIO | David Jeffery | 2014-10-31 |
| | * | isofs: don't bother with ->d_op for normal case | Al Viro | 2014-10-31 |
| | * | isofs_cmp(): we'll never see a dentry for . or .. | Al Viro | 2014-10-28 |
| | * | overlayfs: fix lockdep misannotation | Miklos Szeredi | 2014-10-28 |
| | * | ovl: fix check for cursor | Miklos Szeredi | 2014-10-28 |
| | * | overlayfs: barriers for opening upper-layer directory | Al Viro | 2014-10-28 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-11-01 |
| |\ \ |
|
| | * | | Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items | Filipe Manana | 2014-10-28 |
| | * | | Btrfs: properly clean up btrfs_end_io_wq_cache | Josef Bacik | 2014-10-27 |
| | * | | Btrfs: fix invalid leaf slot access in btrfs_lookup_extent() | Filipe Manana | 2014-10-27 |
| | * | | btrfs: use macro accessors in superblock validation checks | David Sterba | 2014-10-27 |
| * | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-10-31 |
| |\ \ \ |
|
| | * | | | ext4: make ext4_ext_convert_to_initialized() return proper number of blocks | Jan Kara | 2014-10-30 |
| | * | | | ext4: bail early when clearing inode journal flag fails | Jan Kara | 2014-10-30 |
| | * | | | ext4: bail out from make_indexed_dir() on first error | Jan Kara | 2014-10-30 |
| | * | | | jbd2: use a better hash function for the revoke table | Theodore Ts'o | 2014-10-30 |
| | * | | | ext4: prevent bugon on race between write/fcntl | Dmitry Monakhov | 2014-10-30 |
| | * | | | ext4: remove extent status procfs files if journal load fails | Darrick J. Wong | 2014-10-30 |
| | * | | | ext4: disallow changing journal_csum option during remount | Darrick J. Wong | 2014-10-30 |
| | * | | | ext4: enable journal checksum when metadata checksum feature enabled | Darrick J. Wong | 2014-10-30 |
| | * | | | ext4: fix oops when loading block bitmap failed | Jan Kara | 2014-10-30 |
| | * | | | ext4: fix overflow when updating superblock backups after resize | Jan Kara | 2014-10-30 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-10-31 |
| |\ \ \ |
|
| | * | | | fs, jbd: use a more generic hash function | Sasha Levin | 2014-10-22 |
| | * | | | quota: Properly return errors from dquot_writeback_dquots() | Jan Kara | 2014-10-22 |
| | * | | | ext3: Don't check quota format when there are no quota files | Jan Kara | 2014-10-22 |
| * | | | | fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 | Eric Rannaud | 2014-10-30 |
| * | | | | Merge branch 'akpm' (incoming from Andrew Morton) | Linus Torvalds | 2014-10-29 |
| |\ \ \ \ |
|
| | * | | | | ocfs2: fix d_splice_alias() return code checking | Richard Weinberger | 2014-10-29 |
| | * | | | | fsnotify: next_i is freed during fsnotify_unmount_inodes. | Jerry Hoemann | 2014-10-29 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-29 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | fs: clarify rate limit suppressed buffer I/O errors | Robert Elliott | 2014-10-21 |
| | * | | | | fs: merge I/O error prints into one line | Robert Elliott | 2014-10-21 |
| | |/ / / |
|
| * | | | | Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-10-28 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | nfsd4: fix crash on unknown operation number | J. Bruce Fields | 2014-10-23 |
| | * | | | nfsd4: fix response size estimation for OP_SEQUENCE | J. Bruce Fields | 2014-10-21 |
* | | | | | sched, inotify: Deal with nested sleeps | Peter Zijlstra | 2014-10-28 |
|/ / / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-10-26 |
|\ \ \ \ |
|
| * | | | | overlayfs: embed middle into overlay_readdir_data | Al Viro | 2014-10-24 |
| * | | | | overlayfs: embed root into overlay_readdir_data | Al Viro | 2014-10-24 |
| * | | | | overlayfs: make ovl_cache_entry->name an array instead of pointer | Al Viro | 2014-10-24 |
| * | | | | overlayfs: don't hold ->i_mutex over opening the real directory | Al Viro | 2014-10-24 |
| * | | | | Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2014-10-23 |
| |\ \ \ \ |
|
| | * | | | | fs: limit filesystem stacking depth | Miklos Szeredi | 2014-10-23 |
| | * | | | | overlayfs: implement show_options | Erez Zadok | 2014-10-23 |
| | * | | | | overlayfs: add statfs support | Andy Whitcroft | 2014-10-23 |
| | * | | | | overlay filesystem | Miklos Szeredi | 2014-10-23 |