aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo
2015-05-13nfs: take extra reference to fl->fl_file when running a setlkJeff Layton
2015-05-13nfs: stat(2) fails during cthon04 basic test5 on NFSv4.0Chuck Lever
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-23Merge branch 'bugfixes'Trond Myklebust
2015-04-23fs/nfs: fix new compiler warning about boolean in switchAndre Przywara
2015-04-23nfs: Remove unneeded casts in nfsFiro Yang
2015-04-23NFS: Don't attempt to decode missing directory entriesBenjamin Coddington
2015-04-23Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"Nicolas Iooss
2015-04-23NFS: Rename idmap.c to nfs4idmap.cAnna Schumaker
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker
2015-04-23NFS: Add a stub for GETDEVICELISTAnna Schumaker
2015-04-23nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao
2015-04-23nfs: fix DIO good bytes calculationPeng Tao
2015-04-23nfs: Fetch MOUNTED_ON_FILEID when updating an inodeAnna Schumaker
2015-04-23nfs: fix high load average due to callback thread sleepingJeff Layton
2015-04-23NFS: Reduce time spent holding the i_mutex during fallocate()Anna Schumaker
2015-04-23NFS: Don't zap caches on fallocate()Anna Schumaker
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-15NFS: Don't use d_inode as a variable nameDavid Howells
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-27NFS: Block new writes while syncing data in nfs_getattr()Trond Myklebust
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust
2015-03-27NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-closeTrond Myklebust
2015-03-27NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust
2015-03-27NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust
2015-03-27NFS: File unlock needs to be a metadata synchronisation pointTrond Myklebust
2015-03-27NFS: Add a helper to sync both O_DIRECT and buffered writesTrond Myklebust
2015-03-27NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Trond Myklebust