- 50630b3 cifs: Do not use the original cruid when following DFS links for multiuser mounts by Ronnie Sahlberg · 3 years, 6 months ago
- 506c1da cifs: use the expiry output of dns_query to schedule next resolution by Shyam Prasad N · 3 years, 8 months ago
- 03313d1 cifs: prevent NULL deref in cifs_compose_mount_options() by Paulo Alcantara · 3 years, 6 months ago
- aaf36df cifs: fix doc warnings in cifs_dfs_ref.c by Baokun Li · 3 years, 7 months ago
- f6a9bc3 cifs: allocate buffer in the caller of build_path_from_dentry() by Al Viro · 3 years, 10 months ago
- 8d76722 cifs: don't cargo-cult strndup() by Al Viro · 3 years, 10 months ago
- 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
- 607dfc7 cifs: remove various function description warnings by Steve French · 4 years, 1 month ago
- a2a52a8 cifs: get rid of cifs_sb->mountdata by Ronnie Sahlberg · 4 years, 2 months ago
- 4deb075 cifs: remove the devname argument to cifs_compose_mount_options by Ronnie Sahlberg · 4 years, 1 month ago
- 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
- 1542552 cifs: fix potential mismatch of UNC paths by Paulo Alcantara (SUSE) · 4 years, 11 months ago
- 5739375 cifs: Fix mount options set in automount by Paulo Alcantara (SUSE) · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 259594b cifs: use correct format characters by Louis Taylor · 6 years ago
- 4a367dc cifs: Add support for failover in cifs_mount() by Paulo Alcantara · 6 years ago
- 5a65050 cifs: remove set but not used variable 'sep' by YueHaibing · 6 years ago
- 1c78022 cifs: Make use of DFS cache to get new DFS referrals by Paulo Alcantara · 6 years ago
- d9345e0 cifs: Make devname param optional in cifs_compose_mount_options() by Paulo Alcantara · 6 years ago
- 8393072 CIFS: make 'nodfs' mount opt a superblock flag by Aurelien Aptel · 6 years ago
- 268a635 CIFS: add build_path_from_dentry_optional_prefix() by Aurelien Aptel · 8 years ago
- 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
- 11e3164 cifs: remove any preceding delimiter from prefix_path by Sachin Prabhu · 9 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- f34d69c cifs: fix potential overflow in cifs_compose_mount_options by Insu Yun · 9 years ago
- bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 87e747c cifs: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
- d9deef0 cifs: fix composing of mount options for DFS referrals by Jeff Layton · 12 years ago
- 166faf2 cifs: fix potential buffer overrun when composing a new options string by Jeff Layton · 12 years ago
- f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
- 10b8c7d fs/cifs/cifs_dfs_ref.c: fix potential memory leakage by Cong Ding · 12 years ago
- 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 13 years ago
- b802898 cifs: demote DFS referral lookup errors to cFYI by Jeff Layton · 13 years ago
- 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 14 years ago
- 3f391c7 CIFS: Remove pointless variable assignment in cifs_dfs_do_automount() by Jesper Juhl · 14 years ago
- ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 14 years ago
- 01c64fe CIFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
- cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
- 3e24e13 cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync() by Tejun Heo · 14 years ago
- 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
- a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
- 67b7626 CIFS: Make cifs_convert_address() take a const src pointer and a length by David Howells · 14 years ago
- f67909c [CIFS] remove redundant path walking in dfs_do_refmount by Steve French · 14 years ago
- b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 3ad2f3fb tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
- 7e1295d CIFS shouldn't make mountpoints shrinkable by Al Viro · 15 years ago
- 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
- 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
- a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
- 7b91e26 cifs: fix error handling in mount-time DFS referral chasing code by Jeff Layton · 15 years ago
- 9393bd0 switch follow_down() by Al Viro · 16 years ago
- cf398e3 [CIFS] Fix build warning by Steve French · 16 years ago
- 1af28ce Enable dfs submounts to handle remote referrals. by Igor Mammedov · 16 years ago
- c6c0091 [CIFS] Rename compose_mount_options to cifs_compose_mount_options. by Steve French · 16 years ago
- c6fbba0 [CIFS] make sure that DFS pathnames are properly formed by Steve French · 16 years ago
- 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
- 8d66bf5 [PATCH] pass struct path * to do_add_mount() by Al Viro · 16 years ago
- de2db8d Fixed DFS code to work with new 'build_path_from_dentry', that returns full path if share in the dfs, now. by Igor Mammedov · 17 years ago
- bf62fd8 [CIFS] fixed compatibility issue with samba refferal request by Igor Mammedov · 17 years ago
- 78d31a3 cifs: timeout dfs automounts +little fix. by Igor Mammedov · 17 years ago
- 8d14213 [CIFS] make cifs_dfs_automount_list_static by Steve French · 17 years ago
- c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 17 years ago
- 55f78e1 [CIFS] cifs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- 0a3abcf Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 17 years ago
- 8aad018 [CIFS] Fix mixed case name in structure dfs_info3_param by Igor Mammedov · 17 years ago
- 1d957f9 Introduce path_put() by Jan Blunck · 17 years ago
- 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 17 years ago
- 366781c [CIFS] DFS build fixes by Steve French · 17 years ago
- 6d5ae0d [CIFS] DFS support: provide shrinkable mounts by Igor Mammedov · 17 years ago