Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
[linux-flexiantxendom0-3.2.10.git] / fs / cifs / dir.c
2012-05-03 Ian Kentcifs - check S_AUTOMOUNT in revalidate
2012-03-20 Pavel ShilovskyCIFS: Respect negotiated MaxMpxCount
2012-02-27 Jeff Laytoncifs: fix dentry refcount leak when opening a FIFO...
2012-02-08 Jeff Laytoncifs: request oplock when doing open on lookup
2012-01-04 Al Viroswitch ->mknod() to umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2011-10-18 Gerlando FalautoCIFS: fix automount for DFS shares
2011-10-13 Shirish Pargaonkarcifs: Add mount options for backup intent (try #6)
2011-10-13 Steve Frenchadd new module parameter 'enable_oplocks'
2011-08-16 Jeff Laytoncifs: demote cERROR in build_path_from_dentry to cFYI
2011-07-26 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2011-07-25 Pavel ShilovskyCIFS: Fix oops while mounting with prefixpath
2011-07-25 Steve French[CIFS] Redundant null check after dereference
2011-07-25 Pavel ShilovskyCIFS: Fix oops while mounting with prefixpath
2011-07-20 Al Virocifs_lookup(): LOOKUP_OPEN is set only on the last...
2011-07-20 Al ViroLOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only...
2011-07-20 Al Virono need to check for LOOKUP_OPEN in ->create() instances
2011-07-17 Al Virocifs: build_path_from_dentry() race fix
2011-05-27 Steve French[CIFS] Rename three structures to avoid camel case
2011-05-27 Steve French[CIFS] Migrate from prefixpath logic
2011-05-26 Pavel ShilovskyCIFS: Use pid saved from cifsFileInfo in writepages...
2011-03-31 Lucas De MarchiFix common misspellings
2011-01-16 David HowellsCIFS: Use d_automount() rather than abusing follow_link()
2011-01-13 Al Viroswitch cifs
2011-01-09 Jeff Laytoncifs: switch cifs_open and cifs_create to use CIFSSMBUn...
2011-01-09 Steve French[CIFS] Fix minor merge conflict in fs/cifs/dir.c
2011-01-09 Steve FrenchMerge branch 'master' of /linux/kernel/git/torvalds...
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: change d_hash for rcu-walk
2011-01-07 Nick Pigginfs: change d_compare for rcu-walk
2011-01-07 Nick Piggincifs: dont overwrite dentry name in d_revalidate
2011-01-06 Nick Piggincifs: don't overwrite dentry name in d_revalidate
2010-10-18 Jeff Laytoncifs: move cifs_new_fileinfo to file.c
2010-10-18 Jeff Laytoncifs: eliminate pfile pointer from cifsFileInfo
2010-10-18 Jeff Laytoncifs: clean up cifs_reopen_file
2010-10-18 Jeff Laytoncifs: eliminate the inode argument from cifs_new_fileinfo
2010-10-18 Jeff Laytoncifs: eliminate oflags option from cifs_new_fileinfo
2010-10-18 Jeff Laytoncifs: fix flags handling in cifs_posix_open
2010-10-12 Jeff Laytoncifs: don't use vfsmount to pin superblock for oplock...
2010-10-12 Jeff Laytoncifs: keep dentry reference in cifsFileInfo instead...
2010-10-06 Jeff Laytoncifs: have find_readable/writable_file filter by fsuid
2010-10-06 Jeff Laytoncifs: have cifsFileInfo hold a reference to a tlink...
2010-10-06 Jeff Laytoncifs: add refcounted and timestamped container for...
2010-09-29 Jeff Laytoncifs: have cifs_new_fileinfo take a tcon arg
2010-09-29 Jeff Laytoncifs: add cifs_sb_master_tcon and convert some callers...
2010-09-29 Jeff Laytoncifs: add function to get a tcon from cifs_sb
2010-09-29 Jeff Laytoncifs: add tcon field to cifsFileInfo struct
2010-09-29 Suresh Jayaramancifs: fix broken oplock handling
2010-08-16 Jeff Laytoncifs: consolidate error handling in several functions
2010-08-16 Jeff Laytoncifs: clean up error handling in cifs_mknod
2010-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-02 Suresh Jayaramancifs: remove an potentially confusing, obsolete comment
2010-07-22 Tejun Heocifs: use workqueue instead of slow-work
2010-06-16 Jeff Laytoncifs: pass instantiated filp back after open call
2010-06-16 Jeff Laytoncifs: move cifs_new_fileinfo call out of cifs_posix_open
2010-05-17 Jeff Laytoncifs: fix noserverino handling when unix extensions...
2010-05-11 Suresh Jayaramancifs: propagate cifs_new_fileinfo() error back to the...
2010-05-10 Suresh Jayaramancifs: add comments explaining cifs_new_fileinfo behavior
2010-04-22 Steve French[CIFS] Allow null nd (as nfs server uses) on create
2010-04-21 Joe Perches[CIFS] Neaten cERROR and cFYI macros, reduce text space
2010-03-06 Jeff Laytoncifs: overhaul cifs_revalidate and rename to cifs_reval...
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-11-25 Steve French[CIFS] Fix sparse warning
2009-11-24 Steve French[CIFS] Duplicate data on appending to some Samba servers
2009-11-24 Steve French[CIFS] fix oops in cifs_lookup during net boot
2009-09-24 Jeff Laytoncifs: eliminate cifs_init_private
2009-09-24 Jeff Laytoncifs: convert oplock breaks to use slow_work facility...
2009-09-15 Jeff Laytoncifs: have cifsFileInfo hold an extra inode reference
2009-09-15 Jeff Laytoncifs: fix oplock request handling in posix codepath
2009-09-01 Dave Kleikampcifs: Replace wrtPending with a real reference count
2009-07-09 Jeff Laytoncifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
2009-07-08 Jeff Laytoncifs: fix regression with O_EXCL creates and optimize...
2009-07-01 Jeff Laytoncifs: add new cifs_iget function and convert unix codep...
2009-06-25 Suresh Jayaramancifs: Fix incorrect return code being printed in cFYI...
2009-05-23 Steve French[CIFS] Avoid open on possible directories since Samba...
2009-05-21 Steve French[CIFS] fix posix open regression
2009-05-08 Steve French[CIFS] Fix double list addition in cifs posix open...
2009-04-17 Steve French[CIFS] Fix build break caused by change to new current_...
2009-04-17 Steve French[CIFS] Fix sparse warnings
2009-04-17 Steve French[CIFS] Add support for posix open during lookup
2009-04-17 Steve French[CIFS] Endian convert UniqueId when reporting inode...
2009-04-01 Al ViroNew helper - current_umask()
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Al Viroconstify dentry_operations: CIFS
2009-03-12 Steve French[CIFS] reopen file via newer posix open protocol operat...
2009-02-21 Steve French[CIFS] improve posix semantics of file create
2009-01-29 Steve French[CIFS] some cleanup to dir.c prior to addition of posix...
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-12-26 Steve French[CIFS] various minor cleanups pointed out by checkpatch...
2008-11-13 David HowellsCRED: Wrap task credential accesses in the CIFS filesystem
2008-08-06 Jeff Layton[CIFS] cifs_mkdir and cifs_create should respect the...
2008-08-06 Jeff Laytonbundle up Unix SET_PATH_INFO args into a struct and...
2008-05-23 Jeff Laytonwhen creating new inodes, use file_mode/dir_mode exclus...
2008-05-15 Steve French[CIFS] suppress duplicate warning
2008-05-15 Steve French[CIFS] Fix paths when share is in DFS to include proper...
2008-05-11 Jeff Layton[CIFS] when not using unix extensions, check for and...
2008-04-29 Steve French[CIFS] convert usage of implicit booleans to bool
2008-03-14 Steve French[CIFS] file create with acl support enabled is slow
2008-02-07 Steve French[CIFS] reduce checkpatch warnings
next