Age | Commit message (Expand) | Author | Files | Lines |
2015-04-24 | Btrfs: prevent list corruption during free space cache processing | Chris Mason | 1 | -14/+18 |
2015-04-24 | Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 10 | -77/+35 |
2015-04-24 | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 46 | -897/+2113 |
2015-04-24 | Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 46 | -1929/+1992 |
2015-04-24 | Btrfs: fix inode cache writeout | Chris Mason | 1 | -3/+7 |
2015-04-23 | Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma | Trond Myklebust | 20 | -85/+439 |
2015-04-23 | Merge branch 'bugfixes' | Trond Myklebust | 4 | -6/+3 |
2015-04-23 | fs/nfs: fix new compiler warning about boolean in switch | Andre Przywara | 1 | -7/+4 |
2015-04-23 | nfs: Remove unneeded casts in nfs | Firo Yang | 1 | -1/+1 |
2015-04-23 | NFS: Don't attempt to decode missing directory entries | Benjamin Coddington | 1 | -0/+4 |
2015-04-23 | Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one" | Nicolas Iooss | 2 | -2/+2 |
2015-04-23 | NFS: Rename idmap.c to nfs4idmap.c | Anna Schumaker | 2 | -1/+1 |
2015-04-23 | NFS: Move nfs_idmap.h into fs/nfs/ | Anna Schumaker | 9 | -8/+76 |
2015-04-23 | NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h | Anna Schumaker | 2 | -2/+0 |
2015-04-23 | NFS: Add a stub for GETDEVICELIST | Anna Schumaker | 1 | -0/+6 |
2015-04-23 | nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes | Peng Tao | 1 | -2/+0 |
2015-04-23 | nfs: fix DIO good bytes calculation | Peng Tao | 1 | -12/+17 |
2015-04-23 | nfs: Fetch MOUNTED_ON_FILEID when updating an inode | Anna Schumaker | 2 | -2/+16 |
2015-04-23 | nfs: fix high load average due to callback thread sleeping | Jeff Layton | 1 | -3/+3 |
2015-04-23 | NFS: Reduce time spent holding the i_mutex during fallocate() | Anna Schumaker | 2 | -7/+10 |
2015-04-23 | NFS: Don't zap caches on fallocate() | Anna Schumaker | 4 | -10/+35 |
2015-04-22 | Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+0 |
2015-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 8 | -92/+190 |
2015-04-22 | ceph: fix uninline data function | Yan, Zheng | 1 | -13/+21 |
2015-04-22 | ceph: rename snapshot support | Yan, Zheng | 2 | -4/+10 |
2015-04-22 | ceph: fix null pointer dereference in send_mds_reconnect() | Yan, Zheng | 1 | -1/+2 |
2015-04-21 | nfsd: fix nsfd startup race triggering BUG_ON | Giuseppe Cantavenera | 1 | -8/+8 |
2015-04-21 | nfsd: eliminate NFSD_DEBUG | Mark Salter | 3 | -3/+3 |
2015-04-21 | nfsd4: fix READ permission checking | J. Bruce Fields | 1 | -4/+8 |
2015-04-21 | nfsd4: disallow SEEK with special stateids | J. Bruce Fields | 1 | -0/+2 |
2015-04-21 | nfsd4: disallow ALLOCATE with special stateids | J. Bruce Fields | 1 | -0/+2 |
2015-04-21 | Revert "ocfs2: incorrect check for debugfs returns" | Linus Torvalds | 3 | -37/+16 |
2015-04-20 | ceph: hold on to exclusive caps on complete directories | Yan, Zheng | 1 | -0/+12 |
2015-04-20 | ceph: show non-default options only | Ilya Dryomov | 1 | -5/+1 |
2015-04-20 | libceph, ceph: split ceph_show_options() | Ilya Dryomov | 1 | -25/+15 |
2015-04-20 | ceph: cleanup unsafe requests when reconnecting is denied | Yan, Zheng | 1 | -0/+28 |
2015-04-20 | ceph: don't zero i_wrbuffer_ref when reconnecting is denied | Yan, Zheng | 1 | -7/+0 |
2015-04-20 | ceph: don't mark dirty caps when there is no auth cap | Yan, Zheng | 2 | -2/+8 |
2015-04-20 | ceph: keep i_snap_realm while there are writers | Yan, Zheng | 1 | -9/+22 |
2015-04-20 | ceph: kstrdup() memory handling | Sanidhya Kashyap | 3 | -13/+44 |
2015-04-20 | ceph: properly release page upon error | Taesoo Kim | 1 | -0/+4 |
2015-04-20 | ceph: match wait_for_completion_timeout return type | Nicholas Mc Guire | 1 | -4/+5 |
2015-04-20 | ceph: use msecs_to_jiffies for time conversion | Nicholas Mc Guire | 1 | -1/+1 |
2015-04-20 | ceph: remove redundant declaration | Fabian Frederick | 1 | -1/+0 |
2015-04-20 | ceph: fix dcache/nocache mount option | Yan, Zheng | 2 | -1/+4 |
2015-04-20 | ceph: drop cap releases in requests composed before cap reconnect | Yan, Zheng | 1 | -6/+13 |
2015-04-20 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 29 | -246/+3344 |
2015-04-19 | fs: take i_mutex during prepare_binprm for set[ug]id executables | Jann Horn | 1 | -28/+48 |
2015-04-19 | Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -7/+6 |
2015-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 4 | -57/+156 |