aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-06cifs: switch to ->read_iter()Al Viro1-4/+2
2013-10-24new helper: kfree_put_link()Al Viro1-2/+0
2013-09-25[CIFS] update cifs.ko versionSteve French1-1/+1
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2013-06-29[readdir] convert cifsAl Viro1-1/+1
2013-06-24Update cifs version numberSteve French1-1/+1
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik1-0/+4
2012-09-24Update cifs version numberSteve French1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14kill struct opendataAl Viro1-1/+1
2012-07-14make ->atomic_open() return intAl Viro1-3/+3
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-1/+1
2012-07-14cifs: implement i_op->atomic_open()Miklos Szeredi1-0/+3
2012-05-03[CIFS] Update cifs version to 1.78Steve French1-1/+1
2012-03-27[CIFS] Update CIFS version number to 1.77Steve French1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-10-28[CIFS] Update cifs version to 1.76Steve French1-1/+1
2011-10-12cifs: Fix typo 'CIFS_NFSD_EXPORT'Paul Bolle1-2/+2
2011-08-18update cifs version to 1.75Steve French1-1/+1
2011-07-31cifs: simplify refcounting for oplock breaksJeff Layton1-4/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+2
2011-07-12[CIFS] update cifs to version 1.74Steve French1-1/+1
2011-06-14[CIFS] update cifs version to 1.73Steve French1-1/+1
2011-05-19[CIFS] Update cifs to version 1.72Steve French1-1/+1
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky1-1/+3
2011-05-19CIFS: directio read/write cleanupsPavel Shilovsky1-4/+4
2011-05-19cifs: cleanup: Rename and remove config flagsShirish Pargaonkar1-2/+2
2011-05-19cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar1-1/+1
2011-02-21[CIFS] update cifs versionSteve French1-1/+1
2011-01-31[CIFS] Update cifs minor versionSteve French1-1/+1
2011-01-25CIFS: Implement cifs_strict_writev (try #4)Pavel Shilovsky1-1/+3
2011-01-20CIFS: Implement cifs_strict_readv (try #4)Pavel Shilovsky1-1/+3
2011-01-20CIFS: Implement cifs_file_strict_mmap (try #2)Pavel Shilovsky1-0/+1
2011-01-20CIFS: Implement cifs_strict_fsyncPavel Shilovsky1-2/+6
2011-01-19[CIFS] Update cifs version numberSteve French1-1/+1
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()David Howells1-0/+6
2010-10-25[CIFS] Fix checkpatch warnings and bump cifs version numberSteve French1-1/+1
2010-10-18[CIFS] Fix minor checkpatch warning and update cifs versionSteve French1-1/+1
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton1-4/+2
2010-10-07[CIFS] Various small checkpatch cleanupsSteve French1-1/+1
2010-08-02[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabledSteve French1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-04-27[CIFS] Fix lease break for writesSteve French1-1/+1
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French1-1/+1
2010-03-09cifs: add cifs_revalidate_fileJeff Layton1-0/+1
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton1-1/+1
2010-01-01[CIFS] Add support for TCP_NODELAYSteve French1-1/+1