aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
Commit message (Expand)AuthorAge
* Fix cifs_get_root()Al Viro2011-07-18
* cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton2011-07-07
* cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton2011-07-06
* cifs: propagate errors from cifs_get_root() to mount(2)Al Viro2011-06-24
* cifs: tidy cifs_do_mount() up a bitAl Viro2011-06-24
* cifs: more breakage on mount failuresAl Viro2011-06-24
* cifs: close sget() racesAl Viro2011-06-24
* cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro2011-06-24
* cifs: move cifs_umount() call into ->kill_sb()Al Viro2011-06-24
* cifs: pull cifs_mount() call upAl Viro2011-06-24
* sanitize cifs_umount() prototypeAl Viro2011-06-24
* cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro2011-06-24
* cifs: allocate mountdata earlierAl Viro2011-06-24
* cifs: leak on mount if we share superblockAl Viro2011-06-24
* cifs: don't pass superblock to cifs_mount()Al Viro2011-06-24
* cifs: don't leak nls on mount failureAl Viro2011-06-24
* cifs: double free on mount failureAl Viro2011-06-24
* take bdi setup/destruction into cifs_mount/cifs_umountAl Viro2011-06-24
* cifs_permission() doesn't need to bail out in RCU modeAl Viro2011-06-20
* cifs: show sec= option in /proc/mountsJeff Layton2011-06-13
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-27
* CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-26
* CIFS: Migrate to shared superblock modelPavel Shilovsky2011-05-26
* [CIFS] Migrate from prefixpath logicSteve French2011-05-26
* CIFS: Fix memory leak in cifs_do_mountPavel Shilovsky2011-05-26
* CIFS: Fix undefined behavior when mount failsPavel Shilovsky2011-05-25
* CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky2011-05-23
* [CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French2011-05-20
* cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar2011-05-19
* cifs: Unconditionally copy mount options to superblock infoSean Finney2011-05-19
* cifs: Use kstrndup for cifs_sb->mountdataSean Finney2011-05-19
* CIFS: Simplify invalidate part (try #5)Pavel Shilovsky2011-05-19
* CIFS: directio read/write cleanupsPavel Shilovsky2011-05-19
* cifs: Add idmap key and related data structures and functions (try #17 repost)Shirish Pargaonkar2011-05-19
* cifs: cleanup: Rename and remove config flagsShirish Pargaonkar2011-05-19
* Remove unused CIFSSMBNotify worker functionSteve French2011-05-19
* cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar2011-05-19
* cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)Jeff Layton2011-04-12
* cifs: set ra_pages in backing_dev_infoJeff Layton2011-04-11
* Allow user names longer than 32 bytesSteve French2011-04-11
* cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton2011-04-11
* CIFS: Implement cifs_strict_writev (try #4)Pavel Shilovsky2011-01-25
* CIFS: Implement cifs_strict_readv (try #4)Pavel Shilovsky2011-01-20
* CIFS: Implement cifs_file_strict_mmap (try #2)Pavel Shilovsky2011-01-20
* CIFS: Implement cifs_strict_fsyncPavel Shilovsky2011-01-20
* [CIFS] cifs: reconnect unresponsive serversSteve French2011-01-20
* switch cifsAl Viro2011-01-12
* cifs: use CreationTime like an i_generation fieldJeff Layton2011-01-09
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-01-09
|\
| * fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07