summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-09-10nfs: setattr can only change regular file sizesChristoph Hellwig
2014-09-10pnfs/blocklayout: use the device id cacheChristoph Hellwig
2014-09-10pnfs: add a nfs4_get_deviceid helperChristoph Hellwig
2014-09-10pnfs: add a common GETDEVICELIST implementationChristoph Hellwig
2014-09-10pnfs: factor GETDEVICEINFO implementationsChristoph Hellwig
2014-09-10pnfs/blocklayout: return layouts on setattrChristoph Hellwig
2014-09-10pnfs/blocklayout: implement the return_range methodChristoph Hellwig
2014-09-10pnfs/blocklayout: rewrite extent trackingChristoph Hellwig
2014-09-10pnfs/blocklayout: don't set pages uptodateChristoph Hellwig
2014-09-10pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelistChristoph Hellwig
2014-09-10pnfs: add return_range methodChristoph Hellwig
2014-09-10pnfs: add flag to force read-modify-write in ->write_beginChristoph Hellwig
2014-09-10pnfs: force a layout commit when encountering busy segments during recallChristoph Hellwig
2014-09-10NFS: Fix a compile warning when !(CONFIG_NFS_V3 || CONFIG_NFS_V4)Trond Myklebust
2014-09-10pnfs/blocklayout: correctly decrement extent lengthChristoph Hellwig
2014-09-10pnfs/blocklayout: plug block queuesChristoph Hellwig
2014-09-10pnfs/blocklayout: improve GETDEVICEINFO error reportingChristoph Hellwig
2014-09-10pnfs/blocklayout: reject pnfs blocksize larger than page sizeChristoph Hellwig
2014-09-10pnfs: allow splicing pre-encoded pages into the layoutcommit argsChristoph Hellwig
2014-09-10pnfs: avoid using stale stateids after layoutreturnChristoph Hellwig
2014-09-10pnfs: retry after a bad stateid error from layoutgetChristoph Hellwig
2014-09-10pnfs: don't check sequence on new stateids in layoutgetChristoph Hellwig
2014-09-10pnfs: do not pass uninitialized lsegs to ->free_lsegChristoph Hellwig
2014-09-10nfs: cap request size to fit a kmalloced page arrayChristoph Hellwig
2014-09-10nfs/filelayout: set layoutcommit depending on write verifierPeng Tao
2014-09-10nfs41: add a helper function to set layoutcommit after commitPeng Tao
2014-09-10NFS: Clear up state owner lock usageAnna Schumaker
2014-09-10pnfs: fix filelayout_retry_commit when idx > 0Weston Andros Adamson
2014-09-09Merge branch 'for-next-3.17' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-09-10hfsplus: fix longname handlingSougata Santra
2014-09-10fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi
2014-09-10autofs4: use ACCESS_ONCE rather than rcu_dereference for dentry->d_inodeNeilBrown
2014-09-10autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.NeilBrown
2014-09-10autofs4: avoid taking fs_lock during rcu-walkNeilBrown
2014-09-10autofs4: make "autofs4_can_expire" idempotent.NeilBrown
2014-09-10autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown
2014-09-10autofs4: allow RCU-walk to walk through autofs4NeilBrown
2014-09-10binfmt_misc: expand the register format limit to 1920 bytesMike Frysinger
2014-09-10fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen
2014-09-10mm: introduce common page state for ballooned memoryKonstantin Khlebnikov
2014-09-10mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov
2014-09-10block_dev: implement readpages() to optimize sequential readAkinobu Mita
2014-09-10vfs: guard end of device for mpage interfaceAkinobu Mita
2014-09-10vfs: make guard_bh_eod() more genericAkinobu Mita
2014-09-10not-adding-modules-range-to-kcore-if-its-equal-to-vmcore-range-checkpatch-fixesAndrew Morton
2014-09-10fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He
2014-09-10proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov
2014-09-10proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov
2014-09-10fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov
2014-09-10fs-proc-task_nommuc-shift-mm_access-from-m_start-to-proc_maps_open-checkpatch...Andrew Morton