Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
8f92df6ad49da958d97e171762d0a97a3dc738f1
/
fs
/
cifs
/
cifsfs.c
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
810627a
[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
3bc303c
cifs: convert oplock breaks to use slow_work facility (try #4)
by Jeff Layton
· 15 years ago
6d729e4
fs: Make unload_nls() NULL pointer safe
by Thomas Gleixner
· 15 years ago
0d54b21
const: make struct super_block::s_qcop const
by Alexey Dobriyan
· 15 years ago
1b49c55
cifs: protect GlobalOplock_Q with its own spinlock
by Jeff Layton
· 15 years ago
8e047d0
cifs: use tcon pointer in cifs_show_options
by Jeff Layton
· 15 years ago
4486d6e
cifs: show noforceuid/noforcegid mount options (try #2)
by Jeff Layton
· 15 years ago
aeaaf25
cifs: remove cifsInodeInfo->inUse counter
by Jeff Layton
· 15 years ago
ad8034f
[CIFS] remove bkl usage from umount begin
by Steve French
· 15 years ago
b48a485
cifs: fix problems with earlier patches
by Jeff Layton
· 15 years ago
61f98ff
cifs: display scopeid in /proc/mounts
by Jeff Layton
· 15 years ago
340481a
cifs: have cifs_show_options show forceuid/forcegid options
by Jeff Layton
· 15 years ago
8616e0f
cifs: remove unneeded NULL checks from cifs_show_options
by Jeff Layton
· 15 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
bd433d4
cifs: rename cifs_iget to cifs_root_iget
by Jeff Layton
· 15 years ago
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
67e5520
vfs: umount_begin BKL pushdown
by Alessio Igor Bogani
· 16 years ago
5144ebf
cifs: remove dnotify thread code
by Jeff Layton
· 16 years ago
fbec9ab
cifs: vary timeout on writes past EOF based on offset (try #5)
by Jeff Layton
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
6badd79
kill ->dir_notify()
by Al Viro
· 16 years ago
bf66542
cifs: update for new IP4/6 address printing
by Stephen Rothwell
· 16 years ago
61e7480
[CIFS] various minor cleanups pointed out by checkpatch script
by Steve French
· 16 years ago
954d7a1
cifs: make dnotify thread experimental code
by Jeff Layton
· 16 years ago
8090902
cifs: display addr and prefixpath options in /proc/mounts
by Jeff Layton
· 16 years ago
f1987b4
cifs: reinstate sharing of tree connections
by Jeff Layton
· 16 years ago
14fbf50
cifs: reinstate sharing of SMB sessions sans races
by Jeff Layton
· 16 years ago
e7ddee9
cifs: disable sharing session and tcon and add new TCP sharing code
by Jeff Layton
· 16 years ago
fb39601
[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix
by Steve French
· 16 years ago
3b79521
[CIFS] Fix cifs reconnection flags
by Steve French
· 16 years ago
db563fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
f696a36
[PATCH] move executable checking into ->permission()
by Miklos Szeredi
· 16 years ago
3222a3e
[PATCH] fix ->llseek for more directories
by Christoph Hellwig
· 16 years ago
84210e9
[CIFS] improve setlease handling
by Steve French
· 16 years ago
9a8165f
cifs: track DeletePending flag in cifsInodeInfo
by Jeff Layton
· 16 years ago
54b4602
[CIFS] remove trailing whitespace
by Steve French
· 16 years ago
2c731af
[CIFS] if get root inode fails during mount, cleanup tree connection
by Steve French
· 16 years ago
ad8b15f
[CIFS] list entry can not return null
by Steve French
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
9465efc
Remove BKL from remote_llseek v2
by Andi Kleen
· 16 years ago
79ee9a8
[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled
by Steve French
· 16 years ago
89562b7
[CIFS] add missing seq_printf to cifs_show_options for hard mount option
by Steve French
· 16 years ago
2b280fa
[CIFS] add more complete mount options to cifs_show_options
by Steve French
· 16 years ago
f9ddcca
[CIFS] BKL-removal: convert CIFS over to unlocked_ioctl
by Steve French
· 16 years ago
4b18f2a
[CIFS] convert usage of implicit booleans to bool
by Steve French
· 17 years ago
39da984
[CIFS] Fix statfs formatting
by Steve French
· 17 years ago
42faad9
[PATCH] restore sane ->umount_begin() API
by Al Viro
· 17 years ago
78d31a3
cifs: timeout dfs automounts +little fix.
by Igor Mammedov
· 17 years ago
Next »