summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-09-24CIFS: Add SMB2 support for set_file_sizePavel Shilovsky
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for hardlink operationPavel Shilovsky
2012-09-24CIFS: Move hardlink to ops structSteve French
2012-09-24CIFS: Add SMB2 support for rename operationPavel Shilovsky
2012-09-24CIFS: Move rename to ops structPavel Shilovsky
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky
2012-09-24CIFS: Add writepage support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky
2012-09-24CIFS: Add readpage support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move readpage code to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky
2012-09-24CIFS: Move async write to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky
2012-09-24CIFS: Move async read to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 r/wsize negotiatingPavel Shilovsky
2012-09-24CIFS: Move r/wsize negotiating to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for flushPavel Shilovsky
2012-09-24CIFS: Make flush code use ops structPavel Shilovsky
2012-09-24CIFS: Move reopen code to ops structPavel Shilovsky
2012-09-24CIFS: Move create code use ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for query_file_infoPavel Shilovsky
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky
2012-09-24CIFS: Add open/close file support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move close code to ops structPavel Shilovsky
2012-09-24CIFS: Move open code to ops structPavel Shilovsky
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for unlinkPavel Shilovsky
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky
2012-09-22Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-09-21Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-09-21debugfs: fix u32_array race in format_array_allocLinus Torvalds
2012-09-21debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes
2012-09-18xfs: stop the sync worker before xfs_unmountfsBen Myers
2012-09-18cifs: fix return value in cifsConvertToUTF16Jeff Layton
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi
2012-09-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri
2012-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds
2012-09-14Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-09-14Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks
2012-09-13GFS2: Take account of blockages when using reserved blocksSteven Whitehouse
2012-09-13GFS2: Fix missing allocation data for set/remove xattrSteven Whitehouse
2012-09-13GFS2: Make write size hinting code commonSteven Whitehouse
2012-09-13Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-09-11NFS: fsync() must exit with an error if page writeback failedTrond Myklebust