aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-3/+1
2012-03-20clean up the failure exits in cifs_read_super()Al Viro1-4/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-1/+1
2012-01-03cifs: propagate umode_tAl Viro1-1/+1
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-1/+1
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-1/+1
2011-10-19Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeffSteve French1-1/+1
2011-10-19[CIFS] Show nostrictsync and noperm mount options in /proc/mountsSteve French1-0/+4
2011-10-19cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parametersJeff Layton1-1/+1
2011-10-13CIFS: Move byte range lock list from fd to inodePavel Shilovsky1-1/+2
2011-10-12add new module parameter 'enable_oplocks'Steve French1-1/+5
2011-10-12cifs: Fix typo 'CIFS_NFSD_EXPORT'Paul Bolle1-2/+2
2011-10-12cifs: get rid of unused xid in cifs_get_rootJeff Layton1-3/+0
2011-10-11cifs: Display strictcache mount option in /proc/mountsSachin Prabhu1-0/+2
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky1-4/+6
2011-08-05cifs: cope with negative dentries in cifs_get_rootJeff Layton1-0/+4
2011-07-31cifs: simplify refcounting for oplock breaksJeff Layton1-18/+0
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+5
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-07-18Fix cifs_get_root()Al Viro1-71/+29
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton1-3/+3
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton1-1/+1
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Al Viro1-7/+5
2011-06-24cifs: tidy cifs_do_mount() up a bitAl Viro1-22/+22
2011-06-24cifs: more breakage on mount failuresAl Viro1-7/+4
2011-06-24cifs: close sget() racesAl Viro1-3/+9
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro1-14/+1
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Al Viro1-18/+1
2011-06-24cifs: pull cifs_mount() call upAl Viro1-12/+15
2011-06-24sanitize cifs_umount() prototypeAl Viro1-4/+2
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro1-3/+0
2011-06-24cifs: allocate mountdata earlierAl Viro1-11/+10
2011-06-24cifs: leak on mount if we share superblockAl Viro1-0/+2
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro1-1/+12
2011-06-24cifs: don't leak nls on mount failureAl Viro1-0/+1
2011-06-24cifs: double free on mount failureAl Viro1-6/+8
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountAl Viro1-11/+1
2011-06-20cifs_permission() doesn't need to bail out in RCU modeAl Viro1-3/+0
2011-06-13cifs: show sec= option in /proc/mountsJeff Layton1-0/+33
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-3/+3
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky1-0/+8
2011-05-27CIFS: Migrate to shared superblock modelPavel Shilovsky1-1/+18
2011-05-27[CIFS] Migrate from prefixpath logicSteve French1-3/+98
2011-05-27CIFS: Fix memory leak in cifs_do_mountPavel Shilovsky1-9/+10
2011-05-25CIFS: Fix undefined behavior when mount failsPavel Shilovsky1-27/+17
2011-05-24CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky1-31/+57
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French1-2/+4