| Commit message (Expand) | Author | Age |
* | vfs: missed source of ->f_pos races | Al Viro | 2012-08-20 |
* | Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2012-08-18 |
|\ |
|
| * | vfs: fix propagation of atomic_open create error on negative dentry | Sage Weil | 2012-08-16 |
| * | fuse: check create mode in atomic open | Miklos Szeredi | 2012-08-15 |
| * | vfs: pass right create mode to may_o_create() | Miklos Szeredi | 2012-08-15 |
| * | vfs: atomic_open(): fix create mode usage | Miklos Szeredi | 2012-08-15 |
| * | vfs: canonicalize create mode in build_open_flags() | Miklos Szeredi | 2012-08-15 |
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-08-17 |
|\ \ |
|
| * | | ext4: fix kernel BUG on large-scale rm -rf commands | Theodore Ts'o | 2012-08-17 |
| * | | ext4: fix long mount times on very big file systems | Theodore Ts'o | 2012-08-17 |
| * | | ext4: don't call ext4_error while block group is locked | Theodore Ts'o | 2012-08-17 |
| * | | ext4: avoid kmemcheck complaint from reading uninitialized memory | Theodore Ts'o | 2012-08-05 |
| * | | ext4: make sure the journal sb is written in ext4_clear_journal_err() | Theodore Ts'o | 2012-08-05 |
* | | | autofs4 - fix expire check | Ian Kent | 2012-08-17 |
* | | | autofs4 - fix get_next_positive_subdir() | Ian Kent | 2012-08-16 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2012-08-16 |
|\ \ \
| |_|/
|/| | |
|
| * | | fuse: verify all ioctl retry iov elements | Zach Brown | 2012-08-06 |
| * | | fuse: add missing INIT flags | Miklos Szeredi | 2012-07-18 |
| * | | fuse: update attributes on aio_read | Brian Foster | 2012-07-18 |
| * | | fuse: invalidate inode mapping if mtime changes | Brian Foster | 2012-07-18 |
| * | | fuse: add FUSE_AUTO_INVAL_DATA init flag | Brian Foster | 2012-07-18 |
* | | | Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-08-12 |
|\ \ \ |
|
| * | | | Btrfs: remove mnt_want_write call in btrfs_mksubvol | Alexander Block | 2012-08-09 |
| | |/
| |/| |
|
* | | | missed mnt_drop_write() in do_dentry_open() | Al Viro | 2012-08-04 |
* | | | UBIFS: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 |
* | | | gfs2: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 |
* | | | nilfs2: nuke write_super from comments | Artem Bityutskiy | 2012-08-04 |
* | | | hfs: nuke write_super from comments | Artem Bityutskiy | 2012-08-04 |
* | | | vfs: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 |
* | | | jbd/jbd2: nuke write_super from comments | Artem Bityutskiy | 2012-08-04 |
* | | | btrfs: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 |
* | | | btrfs: nuke write_super from comments | Artem Bityutskiy | 2012-08-04 |
* | | | ext4: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 |
* | | | ext4: nuke write_super from comments | Artem Bityutskiy | 2012-08-04 |
* | | | ext3: nuke write_super from comments | Artem Bityutskiy | 2012-08-04 |
* | | | vfs: kill write_super and sync_supers | Artem Bityutskiy | 2012-08-03 |
* | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2012-08-03 |
|\ \ \
| |/ /
|/| | |
|
| * | | ore: Fix out-of-bounds access in _ios_obj() | Boaz Harrosh | 2012-08-02 |
| * | | exofs: Use proper max_IO calculations from ore | Boaz Harrosh | 2012-08-02 |
| * | | exofs: Fix __r4w_get_page when offset is beyond i_size | Boaz Harrosh | 2012-08-02 |
| * | | exofs: stop using s_dirt | Artem Bityutskiy | 2012-08-02 |
| * | | exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page) | Kautuk Consul | 2012-08-02 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-08-02 |
|\ \ \ |
|
| * | | | ceph: simplify+fix atomic_open | Sage Weil | 2012-08-02 |
* | | | | Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-08-02 |
|\ \ \ \ |
|
| * | | | | eCryptfs: check for eCryptfs cipher support at mount | Tim Sally | 2012-07-13 |
| * | | | | eCryptfs: Revert to a writethrough cache model | Tyler Hicks | 2012-07-13 |
| * | | | | eCryptfs: Initialize empty lower files when opening them | Tyler Hicks | 2012-07-08 |
| * | | | | eCryptfs: Unlink lower inode when ecryptfs_create() fails | Tyler Hicks | 2012-07-08 |
| * | | | | eCryptfs: Make all miscdev functions use daemon ptr in file private_data | Tyler Hicks | 2012-07-08 |