Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9403c9c598e91d473c0582066e47ed2289292e45
/
fs
/
cifs
/
cifsfs.c
9403c9c
cifs: propagate errors from cifs_get_root() to mount(2)
by Al Viro
· 13 years ago
5c4f1ad
cifs: tidy cifs_do_mount() up a bit
by Al Viro
· 13 years ago
fa18f1b
cifs: more breakage on mount failures
by Al Viro
· 13 years ago
ee01a14
cifs: close sget() races
by Al Viro
· 13 years ago
d757d71
cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()
by Al Viro
· 13 years ago
98ab494
cifs: move cifs_umount() call into ->kill_sb()
by Al Viro
· 13 years ago
97d1152
cifs: pull cifs_mount() call up
by Al Viro
· 13 years ago
2a9b995
sanitize cifs_umount() prototype
by Al Viro
· 13 years ago
2ced6f6
cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()
by Al Viro
· 13 years ago
5d3bc60
cifs: allocate mountdata earlier
by Al Viro
· 13 years ago
d687ca38
cifs: leak on mount if we share superblock
by Al Viro
· 13 years ago
2c6292a
cifs: don't pass superblock to cifs_mount()
by Al Viro
· 13 years ago
ca171ba
cifs: don't leak nls on mount failure
by Al Viro
· 13 years ago
6d68617
cifs: double free on mount failure
by Al Viro
· 13 years ago
dd85446
take bdi setup/destruction into cifs_mount/cifs_umount
by Al Viro
· 13 years ago
ec12781
cifs_permission() doesn't need to bail out in RCU mode
by Al Viro
· 13 years ago
3e71551
cifs: show sec= option in /proc/mounts
by Jeff Layton
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
d4ffff1
CIFS: Add rwpidforward mount option
by Pavel Shilovsky
· 13 years ago
25c7f41
CIFS: Migrate to shared superblock model
by Pavel Shilovsky
· 13 years ago
f87d39d
[CIFS] Migrate from prefixpath logic
by Steve French
· 13 years ago
641a58d
CIFS: Fix memory leak in cifs_do_mount
by Pavel Shilovsky
· 13 years ago
b2e5cd3
CIFS: Fix undefined behavior when mount fails
by Pavel Shilovsky
· 13 years ago
724d9f1
CIFS: Simplify mount code for further shared sb capability
by Pavel Shilovsky
· 14 years ago
156ecb2
[CIFS] Fix to problem with getattr caused by invalidate simplification patch
by Steve French
· 13 years ago
c4aca0c
cifs: Change key name to cifs.idmap, misc. clean-up
by Shirish Pargaonkar
· 14 years ago
f14bcf7
cifs: Unconditionally copy mount options to superblock info
by Sean Finney
· 14 years ago
5167f11
cifs: Use kstrndup for cifs_sb->mountdata
by Sean Finney
· 14 years ago
6feb989
CIFS: Simplify invalidate part (try #5)
by Pavel Shilovsky
· 14 years ago
0b81c1c
CIFS: directio read/write cleanups
by Pavel Shilovsky
· 14 years ago
4d79dba
cifs: Add idmap key and related data structures and functions (try #17 repost)
by Shirish Pargaonkar
· 14 years ago
2572087
cifs: cleanup: Rename and remove config flags
by Shirish Pargaonkar
· 14 years ago
0eff0e2
Remove unused CIFSSMBNotify worker function
by Steve French
· 14 years ago
9b6763e
cifs: Remove unused inode number while fetching root inode
by Shirish Pargaonkar
· 14 years ago
ca83ce3
cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)
by Jeff Layton
· 14 years ago
2b6c26a
cifs: set ra_pages in backing_dev_info
by Jeff Layton
· 14 years ago
8727c8a
Allow user names longer than 32 bytes
by Steve French
· 14 years ago
bdf1b03
cifs: replace /proc/fs/cifs/Experimental with a module parm
by Jeff Layton
· 14 years ago
72432ff
CIFS: Implement cifs_strict_writev (try #4)
by Pavel Shilovsky
· 14 years ago
a70307e
CIFS: Implement cifs_strict_readv (try #4)
by Pavel Shilovsky
· 14 years ago
7a6a19b
CIFS: Implement cifs_file_strict_mmap (try #2)
by Pavel Shilovsky
· 14 years ago
8be7e6b
CIFS: Implement cifs_strict_fsync
by Pavel Shilovsky
· 14 years ago
fda3594
[CIFS] cifs: reconnect unresponsive servers
by Steve French
· 14 years ago
1c929cf
switch cifs
by Al Viro
· 14 years ago
20054bd
cifs: use CreationTime like an i_generation field
by Jeff Layton
· 14 years ago
acc6f11
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
a9f1b85
CIFS: Simplify ipv*_connect functions into one (try #4)
by Pavel Shilovsky
· 14 years ago
8846399
cifs: remove Local_System_Name
by Jeff Layton
· 14 years ago
6d20e84
cifs: add attribute cache timeout (actimeo) tunable
by Suresh Jayaraman
· 14 years ago
476428f
cifs: display fsc in /proc/mounts
by Suresh Jayaraman
· 14 years ago
c672362
cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer
by Pavel Shilovsky
· 14 years ago
b647c35
cifs: convert tlink_tree to a rbtree
by Jeff Layton
· 14 years ago
51ee4b8
locks: let the caller free file_lock on ->setlease failure
by Christoph Hellwig
· 14 years ago
05fa313
locks: fix setlease methods to free passed-in lock
by J. Bruce Fields
· 14 years ago
b4020c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
d753ed9
convert cifs
by Al Viro
· 14 years ago
eb4b756
cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
by Jeff Layton
· 14 years ago
d2ecad9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
3f9bcca
cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock
by Suresh Jayaraman
· 14 years ago
4477288
cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
by Jeff Layton
· 14 years ago
d7c86ff
cifs: don't use vfsmount to pin superblock for oplock breaks
by Jeff Layton
· 14 years ago
0dd12c2
cifs: initialize tlink_tree_lock and tlink_tree
by Jeff Layton
· 14 years ago
29e07c8
cifs: fix cifs_show_options to show "username=" or "multiuser"
by Jeff Layton
· 14 years ago
13cfb73
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
by Jeff Layton
· 14 years ago
b89f432
fs/locks.c: prepare for BKL removal
by Arnd Bergmann
· 14 years ago
b0991aa
BKL: Remove BKL from CifsFS
by Jan Blunck
· 15 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
0d424ad
cifs: add cifs_sb_master_tcon and convert some callers to use it
by Jeff Layton
· 14 years ago
a6e8a84
cifs: add function to get a tcon from cifs_sb
by Jeff Layton
· 14 years ago
ba00ba6
cifs: make various routines use the cifsFileInfo->tcon pointer
by Jeff Layton
· 14 years ago
d3bf522
[CIFS] Fix ordering of cleanup on module init failure
by Steve French
· 14 years ago
736a332
cifs: add "mfsymlinks" mount option
by Stefan Metzmacher
· 14 years ago
3eb9a88
cifs: Allow binding to local IP address.
by Ben Greear
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
45321ac
Make ->drop_inode() just return whether inode needs to be dropped
by Al Viro
· 14 years ago
1fc7995
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
3b7433b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
1a4240f
DNS: Separate out CIFS DNS Resolver code
by Wang Lei
· 14 years ago
9451a9a
cifs: define inode-level cache object and register them
by Suresh Jayaraman
· 14 years ago
f579cf3
cifs: register CIFS for caching
by Suresh Jayaraman
· 14 years ago
9b64697
cifs: use workqueue instead of slow-work
by Tejun Heo
· 14 years ago
4c0c03c
CIFS: Fix a malicious redirect problem in the DNS lookup code
by David Howells
· 14 years ago
12420ac
cifs: implement drop_inode superblock op
by Jeff Layton
· 14 years ago
baa4563
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 14 years ago
aa3e557
[CIFS] drop quota operation stubs
by Steve French
· 14 years ago
bdfae14
[CIFS] Remove unused cifs_oplock_cachep
by Steve French
· 15 years ago
d54ff73
[CIFS] Fix lease break for writes
by Steve French
· 15 years ago
04912d6
cifs: rename "extended_security" to "global_secflags"
by Jeff Layton
· 15 years ago
8044f7f
cifs: add bdi backing to mount session
by Jens Axboe
· 15 years ago
b6b38f7
[CIFS] Neaten cERROR and cFYI macros, reduce text space
by Joe Perches
· 15 years ago
810627a0
[CIFS] Add mmap for direct, nobrl cifs mount types
by Pavel Shilovsky
· 15 years ago
abab095
cifs: add cifs_revalidate_file
by Jeff Layton
· 15 years ago
df2cf17
cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry
by Jeff Layton
· 15 years ago
a994b8f
[CIFS] Enable mmap on forcedirectio mounts
by Steve French
· 15 years ago
0109d7e
SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()
by David Howells
· 15 years ago
07e2e6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
0f59e61
[CIFS] Fix build break when keys support turned off
by Steve French
· 15 years ago
Next »