| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-08-22 | 3 | -6/+13 |
|\ |
|
| * | ceph: avoid divide by zero in __validate_layout() | Sage Weil | 2012-08-22 | 1 | -1/+2 |
| * | ceph: tolerate (and warn on) extraneous dentry from mds | Sage Weil | 2012-08-22 | 1 | -5/+10 |
| * | libceph: delay debugfs initialization until we learn global_id | Sage Weil | 2012-08-20 | 1 | -0/+1 |
* | | Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-08-22 | 15 | -119/+239 |
|\ \ |
|
| * | | NFSv3: Ensure that do_proc_get_root() reports errors correctly | Trond Myklebust | 2012-08-20 | 1 | -1/+1 |
| * | | NFSv4: Ensure that nfs4_alloc_client cleans up on error. | Trond Myklebust | 2012-08-20 | 1 | -1/+1 |
| * | | NFS: return -ENOKEY when the upcall fails to map the name | Bryan Schumaker | 2012-08-16 | 1 | -4/+2 |
| * | | NFS: Clear key construction data if the idmap upcall fails | Bryan Schumaker | 2012-08-16 | 1 | -14/+42 |
| * | | NFSv4: Don't use private xdr_stream fields in decode_getacl | Trond Myklebust | 2012-08-16 | 1 | -5/+6 |
| * | | NFSv4: Fix the acl cache size calculation | Trond Myklebust | 2012-08-16 | 1 | -2/+3 |
| * | | NFSv4: Fix pointer arithmetic in decode_getacl | Trond Myklebust | 2012-08-16 | 2 | -15/+8 |
| * | | NFS: Alias the nfs module to nfs4 | bjschuma@gmail.com | 2012-08-16 | 1 | -0/+2 |
| * | | NFS: Fix a regression when loading the NFS v4 module | bjschuma@gmail.com | 2012-08-16 | 5 | -26/+49 |
| * | | NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_done | Trond Myklebust | 2012-08-08 | 1 | -6/+2 |
| * | | pnfs-obj: Better IO pattern in case of unaligned offset | Boaz Harrosh | 2012-08-02 | 1 | -3/+52 |
| * | | NFS41: add pg_layout_private to nfs_pageio_descriptor | Peng Tao | 2012-08-02 | 1 | -0/+2 |
| * | | pnfs: nfs4_proc_layoutget returns void | Idan Kedar | 2012-08-02 | 2 | -5/+5 |
| * | | pnfs: defer release of pages in layoutget | Idan Kedar | 2012-08-02 | 3 | -40/+58 |
| * | | nfs: tear down caches in nfs_init_writepagecache when allocation fails | Jeff Layton | 2012-08-02 | 1 | -3/+12 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-08-22 | 2 | -1/+3 |
|\ \ \ |
|
| * | | | fs: fix fs/namei.c kernel-doc warnings | Randy Dunlap | 2012-08-22 | 1 | -0/+2 |
| * | | | eventpoll: use-after-possible-free in epoll_create1() | Al Viro | 2012-08-22 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | vfs: missed source of ->f_pos races | Al Viro | 2012-08-20 | 1 | -2/+8 |
|/ / |
|
* | | Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2012-08-18 | 3 | -5/+13 |
|\ \ |
|
| * | | vfs: fix propagation of atomic_open create error on negative dentry | Sage Weil | 2012-08-16 | 1 | -0/+4 |
| * | | fuse: check create mode in atomic open | Miklos Szeredi | 2012-08-15 | 1 | -0/+3 |
| * | | vfs: pass right create mode to may_o_create() | Miklos Szeredi | 2012-08-15 | 1 | -1/+1 |
| * | | vfs: atomic_open(): fix create mode usage | Miklos Szeredi | 2012-08-15 | 1 | -1/+1 |
| * | | vfs: canonicalize create mode in build_open_flags() | Miklos Szeredi | 2012-08-15 | 1 | -3/+4 |
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-08-17 | 5 | -27/+46 |
|\ \ \ |
|
| * | | | ext4: fix kernel BUG on large-scale rm -rf commands | Theodore Ts'o | 2012-08-17 | 1 | -0/+1 |
| * | | | ext4: fix long mount times on very big file systems | Theodore Ts'o | 2012-08-17 | 1 | -0/+4 |
| * | | | ext4: don't call ext4_error while block group is locked | Theodore Ts'o | 2012-08-17 | 2 | -26/+37 |
| * | | | ext4: avoid kmemcheck complaint from reading uninitialized memory | Theodore Ts'o | 2012-08-06 | 1 | -0/+1 |
| * | | | ext4: make sure the journal sb is written in ext4_clear_journal_err() | Theodore Ts'o | 2012-08-06 | 2 | -1/+3 |
* | | | | autofs4 - fix expire check | Ian Kent | 2012-08-17 | 1 | -5/+0 |
* | | | | autofs4 - fix get_next_positive_subdir() | Ian Kent | 2012-08-16 | 1 | -18/+13 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2012-08-16 | 3 | -10/+40 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fuse: verify all ioctl retry iov elements | Zach Brown | 2012-08-06 | 1 | -1/+1 |
| * | | | fuse: add missing INIT flags | Miklos Szeredi | 2012-07-18 | 1 | -1/+2 |
| * | | | fuse: update attributes on aio_read | Brian Foster | 2012-07-18 | 1 | -5/+8 |
| * | | | fuse: invalidate inode mapping if mtime changes | Brian Foster | 2012-07-18 | 1 | -3/+24 |
| * | | | fuse: add FUSE_AUTO_INVAL_DATA init flag | Brian Foster | 2012-07-18 | 2 | -1/+6 |
* | | | | Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-08-12 | 1 | -5/+0 |
|\ \ \ \ |
|
| * | | | | Btrfs: remove mnt_want_write call in btrfs_mksubvol | Alexander Block | 2012-08-09 | 1 | -5/+0 |
| | |/ /
| |/| | |
|
* | | | | missed mnt_drop_write() in do_dentry_open() | Al Viro | 2012-08-04 | 1 | -1/+1 |
* | | | | UBIFS: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 | 2 | -6/+6 |
* | | | | gfs2: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 | 1 | -1/+1 |
* | | | | nilfs2: nuke write_super from comments | Artem Bityutskiy | 2012-08-04 | 2 | -6/+0 |