summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-15vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds1-21/+18
2014-09-15[SMB3] Fix oops when creating symlinks on smb3Steve French1-2/+6
2014-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-22/+38
2014-09-15vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds1-9/+10
2014-09-15[CIFS] Fix setting time before epoch (negative time values)Steve French1-4/+16
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-14fix bogus read_seqretry() checks introduced in b37199eAl Viro1-2/+2
2014-09-14move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro1-2/+6
2014-09-13vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-12GFS2: fix d_splice_alias() misusesAl Viro1-2/+3
2014-09-12Merge tag 'nfs-for-3.17-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-36/+18
2014-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-101/+203
2014-09-12nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to small...Peng Tao2-2/+5
2014-09-12NFS: Move NFS v3 acl functions to nfs3_fs.hAnna Schumaker2-0/+20
2014-09-12NFS: Remove v3 not compiled check from validate_mount_data()Anna Schumaker1-11/+0
2014-09-12NFS: Move v3 declarations out of internal.hAnna Schumaker3-7/+16
2014-09-12NFS: Unconditionally enable commit codeAnna Schumaker2-75/+0
2014-09-12pNFS/blocklayout: Remove a couple of unused variablesTrond Myklebust2-4/+1
2014-09-12pnfs: enable CB_NOTIFY_DEVICEID supportChristoph Hellwig2-11/+23
2014-09-12pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsingChristoph Hellwig5-148/+530
2014-09-12pnfs/blocklayout: move all rpc_pipefs related code into a single fileChristoph Hellwig6-408/+378
2014-09-12pnfs/blocklayout: refactor extent processingChristoph Hellwig1-102/+105
2014-09-12pnfs/blocklayout: move extent processing to blocklayout.cChristoph Hellwig3-188/+186
2014-09-12pnfs/blocklayout: allocate separate pages for the layoutcommit payloadChristoph Hellwig3-34/+91
2014-09-12pnfs: remove GETDEVICELIST implementationChristoph Hellwig5-214/+1
2014-09-12pnfs/objlayout: fix endianess annotation in objio_alloc_deviceid_nodeChristoph Hellwig1-1/+1
2014-09-12pnfs/blocklayout: remove some debuggingChristoph Hellwig1-8/+0
2014-09-12NFS: remove BUG possibility in nfs4_open_and_get_stateNeilBrown1-3/+7
2014-09-11nfsd: update mtime on truncateChristoph Hellwig1-0/+10
2014-09-11GFS2: Don't use MAXQUOTAS valueJan Kara1-2/+5
2014-09-11GFS2: Hash the negative dentry during inode lookupBenjamin Coddington1-1/+3
2014-09-11f2fs: remove lengthy inode->i_inoJaegeuk Kim1-7/+8
2014-09-11Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2-3/+4
2014-09-11fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin1-1/+1
2014-09-11fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin1-2/+2
2014-09-11eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss1-1/+2
2014-09-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-231/+187
2014-09-10nfs: add __acquires and __releases annotations to seqfile start/stop routinesJeff Layton1-0/+4
2014-09-10nfs: fix RCU cl_xprt handling in nfs_swap_activate/deactivateJeff Layton1-2/+14
2014-09-10nfs: setattr can only change regular file sizesChristoph Hellwig1-1/+3
2014-09-10pnfs/blocklayout: use the device id cacheChristoph Hellwig5-250/+65
2014-09-10pnfs: add a nfs4_get_deviceid helperChristoph Hellwig1-0/+7
2014-09-10pnfs: add a common GETDEVICELIST implementationChristoph Hellwig2-0/+31
2014-09-10pnfs: factor GETDEVICEINFO implementationsChristoph Hellwig8-312/+182
2014-09-10pnfs/blocklayout: return layouts on setattrChristoph Hellwig1-1/+2
2014-09-10pnfs/blocklayout: implement the return_range methodChristoph Hellwig1-0/+30
2014-09-10pnfs/blocklayout: rewrite extent trackingChristoph Hellwig6-1212/+651
2014-09-10pnfs/blocklayout: don't set pages uptodateChristoph Hellwig1-23/+1
2014-09-10pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelistChristoph Hellwig1-435/+63