| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: fix two problems in lookup_revalidate in RCU-walk | NeilBrown | 2014-08-04 | 1 | -4/+4 |
* | NFS: allow lockless access to access_cache | NeilBrown | 2014-08-03 | 1 | -2/+41 |
* | NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCU | NeilBrown | 2014-08-03 | 1 | -4/+6 |
* | NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU | NeilBrown | 2014-08-03 | 2 | -17/+51 |
* | NFS: support RCU_WALK in nfs_permission() | NeilBrown | 2014-08-03 | 1 | -8/+20 |
* | NFS: prepare for RCU-walk support but pushing tests later in code. | NeilBrown | 2014-08-03 | 1 | -12/+33 |
* | NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used. | NeilBrown | 2014-08-03 | 1 | -9/+8 |
* | NFS: add checks for returned value of try_module_get() | Alexey Khoroshilov | 2014-08-03 | 1 | -3/+5 |
* | nfs: clear_request_commit while holding i_lock | Weston Andros Adamson | 2014-08-03 | 2 | -14/+6 |
* | pnfs: add pnfs_put_lseg_async | Weston Andros Adamson | 2014-08-03 | 2 | -0/+24 |
* | pnfs: find swapped pages on pnfs commit lists too | Weston Andros Adamson | 2014-08-03 | 3 | -12/+88 |
* | nfs: fix comment and add warn_on for PG_INODE_REF | Weston Andros Adamson | 2014-08-03 | 1 | -0/+2 |
* | nfs: check wait_on_bit_lock err in page_group_lock | Weston Andros Adamson | 2014-08-03 | 2 | -8/+27 |
* | NFS: nfs4_do_open should add negative results to the dcache. | NeilBrown | 2014-08-03 | 1 | -1/+8 |
* | nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULL | Andrey Utkin | 2014-08-03 | 1 | -1/+1 |
* | Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int... | Trond Myklebust | 2014-08-03 | 68 | -363/+842 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-07-20 | 2 | -4/+15 |
| |\ |
|
| | * | btrfs: test for valid bdev before kobj removal in btrfs_rm_device | Eric Sandeen | 2014-07-19 | 1 | -4/+4 |
| | * | Btrfs: fix abnormal long waiting in fsync | Liu Bo | 2014-07-19 | 1 | -0/+11 |
| * | | Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-07-20 | 6 | -62/+343 |
| |\ \ |
|
| * \ \ | Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve... | Linus Torvalds | 2014-07-18 | 5 | -13/+17 |
| |\ \ \ |
|
| | * | | | GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes | Fabian Frederick | 2014-07-18 | 1 | -2/+2 |
| | * | | | GFS2: memcontrol: Spelling s/invlidate/invalidate/ | Geert Uytterhoeven | 2014-07-18 | 1 | -2/+2 |
| | * | | | GFS2: Allow caching of glocks for flock | Bob Peterson | 2014-07-18 | 1 | -1/+1 |
| | * | | | GFS2: Allow flocks to use normal glock dq rather than dq_wait | Bob Peterson | 2014-07-18 | 2 | -4/+2 |
| | * | | | GFS2: replace count*size kzalloc by kcalloc | Fabian Frederick | 2014-07-18 | 1 | -2/+2 |
| | * | | | GFS2: Use GFP_NOFS when allocating glocks | Steven Whitehouse | 2014-07-18 | 1 | -2/+2 |
| | * | | | GFS2: Fix race in glock lru glock disposal | Steven Whitehouse | 2014-07-18 | 1 | -3/+7 |
| | * | | | GFS2: Only wait for demote when last holder is dequeued | Bob Peterson | 2014-07-18 | 1 | -1/+3 |
| * | | | | Merge tag 'xfs-for-linus-3.16-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2014-07-18 | 7 | -72/+106 |
| |\ \ \ \ |
|
| | * | | | | xfs: null unused quota inodes when quota is on | Dave Chinner | 2014-07-15 | 1 | -4/+21 |
| | * | | | | xfs: refine the allocation stack switch | Dave Chinner | 2014-07-15 | 6 | -62/+90 |
| | * | | | | Revert "xfs: block allocation work needs to be kswapd aware" | Dave Chinner | 2014-07-15 | 2 | -20/+9 |
| * | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-07-15 | 1 | -0/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | quota: missing lock in dqcache_shrink_scan() | Niu Yawei | 2014-07-15 | 1 | -0/+2 |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2014-07-15 | 4 | -53/+69 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | fuse: replace count*size kzalloc by kcalloc | Fabian Frederick | 2014-07-14 | 1 | -2/+2 |
| | * | | | | | | fuse: release temporary page if fuse_writepage_locked() failed | Maxim Patlasov | 2014-07-14 | 1 | -1/+3 |
| | * | | | | | | fuse: restructure ->rename2() | Miklos Szeredi | 2014-07-10 | 1 | -14/+20 |
| | * | | | | | | fuse: avoid scheduling while atomic | Miklos Szeredi | 2014-07-07 | 1 | -28/+23 |
| | * | | | | | | fuse: handle large user and group ID | Miklos Szeredi | 2014-07-07 | 1 | -4/+16 |
| | * | | | | | | fuse: inode: drop cast | Himangi Saraogi | 2014-07-07 | 1 | -1/+1 |
| | * | | | | | | fuse: ignore entry-timeout on LOOKUP_REVAL | Anand Avati | 2014-07-07 | 1 | -1/+2 |
| | * | | | | | | fuse: timeout comparison fix | Miklos Szeredi | 2014-07-07 | 1 | -3/+3 |
| * | | | | | | | aio: protect reqs_available updates from changes in interrupt handlers | Benjamin LaHaise | 2014-07-14 | 1 | -0/+7 |
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-07-13 | 5 | -45/+44 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ext4: fix potential null pointer dereference in ext4_free_inode | Namjae Jeon | 2014-07-12 | 1 | -1/+1 |
| | * | | | | | | ext4: fix a potential deadlock in __ext4_es_shrink() | Theodore Ts'o | 2014-07-12 | 1 | -2/+2 |
| | * | | | | | | ext4: revert commit which was causing fs corruption after journal replays | Theodore Ts'o | 2014-07-11 | 1 | -27/+24 |
| | * | | | | | | ext4: disable synchronous transaction batching if max_batch_time==0 | Eric Sandeen | 2014-07-05 | 2 | -3/+4 |