aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-23cifs: add new cifsiod_wq workqueueGravatar Jeff Layton 1-1/+12
2012-03-23Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-16/+9
2012-03-21cifs: clean up ordering in exit_cifsGravatar Jeff Layton 1-5/+5
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Gravatar Jeff Layton 1-2/+0
2012-03-21CIFS: Delete echo_retries module parmGravatar Pavel Shilovsky 1-5/+0
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-3/+1
2012-03-20clean up the failure exits in cifs_read_super()Gravatar Al Viro 1-4/+1
2012-03-20CIFS: Respect negotiated MaxMpxCountGravatar Pavel Shilovsky 1-4/+4
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-3/+3
2012-01-06vfs: switch ->show_stats to struct dentry *Gravatar Al Viro 1-1/+1
2012-01-03cifs: propagate umode_tGravatar Al Viro 1-1/+1
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 1-1/+1
2011-10-28vfs: do (nearly) lockless generic_file_llseekGravatar Andi Kleen 1-1/+1
2011-10-19Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeffGravatar Steve French 1-1/+1
2011-10-19[CIFS] Show nostrictsync and noperm mount options in /proc/mountsGravatar Steve French 1-0/+4
2011-10-19cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parametersGravatar Jeff Layton 1-1/+1
2011-10-13CIFS: Move byte range lock list from fd to inodeGravatar Pavel Shilovsky 1-1/+2
2011-10-12add new module parameter 'enable_oplocks'Gravatar Steve French 1-1/+5
2011-10-12cifs: Fix typo 'CIFS_NFSD_EXPORT'Gravatar Paul Bolle 1-2/+2
2011-10-12cifs: get rid of unused xid in cifs_get_rootGravatar Jeff Layton 1-3/+0
2011-10-11cifs: Display strictcache mount option in /proc/mountsGravatar Sachin Prabhu 1-0/+2
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootGravatar Pavel Shilovsky 1-4/+6
2011-08-05cifs: cope with negative dentries in cifs_get_rootGravatar Jeff Layton 1-0/+4
2011-07-31cifs: simplify refcounting for oplock breaksGravatar Jeff Layton 1-18/+0
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekGravatar Josef Bacik 1-2/+5
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-1/+1
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-1/+1
2011-07-18Fix cifs_get_root()Gravatar Al Viro 1-71/+29
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoGravatar Jeff Layton 1-3/+3
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerGravatar Jeff Layton 1-1/+1
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Gravatar Al Viro 1-7/+5
2011-06-24cifs: tidy cifs_do_mount() up a bitGravatar Al Viro 1-22/+22
2011-06-24cifs: more breakage on mount failuresGravatar Al Viro 1-7/+4
2011-06-24cifs: close sget() racesGravatar Al Viro 1-3/+9
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Gravatar Al Viro 1-14/+1
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Gravatar Al Viro 1-18/+1
2011-06-24cifs: pull cifs_mount() call upGravatar Al Viro 1-12/+15
2011-06-24sanitize cifs_umount() prototypeGravatar Al Viro 1-4/+2
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Gravatar Al Viro 1-3/+0
2011-06-24cifs: allocate mountdata earlierGravatar Al Viro 1-11/+10
2011-06-24cifs: leak on mount if we share superblockGravatar Al Viro 1-0/+2
2011-06-24cifs: don't pass superblock to cifs_mount()Gravatar Al Viro 1-1/+12
2011-06-24cifs: don't leak nls on mount failureGravatar Al Viro 1-0/+1
2011-06-24cifs: double free on mount failureGravatar Al Viro 1-6/+8
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountGravatar Al Viro 1-11/+1
2011-06-20cifs_permission() doesn't need to bail out in RCU modeGravatar Al Viro 1-3/+0
2011-06-13cifs: show sec= option in /proc/mountsGravatar Jeff Layton 1-0/+33
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-3/+3
2011-05-27CIFS: Add rwpidforward mount optionGravatar Pavel Shilovsky 1-0/+8