summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)Author
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky
2011-08-05cifs: cope with negative dentries in cifs_get_rootJeff Layton
2011-07-31cifs: simplify refcounting for oplock breaksJeff Layton
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-07-18Fix cifs_get_root()Al Viro
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Al Viro
2011-06-24cifs: tidy cifs_do_mount() up a bitAl Viro
2011-06-24cifs: more breakage on mount failuresAl Viro
2011-06-24cifs: close sget() racesAl Viro
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Al Viro
2011-06-24cifs: pull cifs_mount() call upAl Viro
2011-06-24sanitize cifs_umount() prototypeAl Viro
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro
2011-06-24cifs: allocate mountdata earlierAl Viro
2011-06-24cifs: leak on mount if we share superblockAl Viro
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro
2011-06-24cifs: don't leak nls on mount failureAl Viro
2011-06-24cifs: double free on mount failureAl Viro
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountAl Viro
2011-06-20cifs_permission() doesn't need to bail out in RCU modeAl Viro
2011-06-13cifs: show sec= option in /proc/mountsJeff Layton
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky
2011-05-27CIFS: Migrate to shared superblock modelPavel Shilovsky
2011-05-27[CIFS] Migrate from prefixpath logicSteve French
2011-05-27CIFS: Fix memory leak in cifs_do_mountPavel Shilovsky
2011-05-25CIFS: Fix undefined behavior when mount failsPavel Shilovsky
2011-05-24CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney
2011-05-19cifs: Use kstrndup for cifs_sb->mountdataSean Finney
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky
2011-05-19CIFS: directio read/write cleanupsPavel Shilovsky
2011-05-19cifs: Add idmap key and related data structures and functions (try #17 repost)Shirish Pargaonkar
2011-05-19cifs: cleanup: Rename and remove config flagsShirish Pargaonkar
2011-05-19Remove unused CIFSSMBNotify worker functionSteve French
2011-05-19cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar
2011-04-12cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)Jeff Layton
2011-04-12cifs: set ra_pages in backing_dev_infoJeff Layton
2011-04-12Allow user names longer than 32 bytesSteve French
2011-04-12cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton
2011-01-25CIFS: Implement cifs_strict_writev (try #4)Pavel Shilovsky
2011-01-20CIFS: Implement cifs_strict_readv (try #4)Pavel Shilovsky