Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e11787a2313c41a1f4469d797b2d9bc6fe0642b1
/
fs
/
cifs
/
cifsfs.c
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
ecdb69e
cifs: Mangle string used for unc in /proc/mounts
by Sachin Prabhu
· 12 years ago
b8c32db
CIFS: Request SMB2.1 leases
by Pavel Shilovsky
· 12 years ago
1b4b55a
CIFS: Turn lock mutex into rw semaphore
by Pavel Shilovsky
· 12 years ago
f45d341
CIFS: Remove spinlock dependence in brlock processing
by Pavel Shilovsky
· 12 years ago
71953fc
cifs: remove kmap lock and rsize limit
by Jeff Layton
· 12 years ago
76ec5e3
CIFS: Move statfs to ops struct
by Pavel Shilovsky
· 12 years ago
3331914
CIFS: Add SMB2 support for cifs_iovec_write
by Pavel Shilovsky
· 12 years ago
9224dfc
CIFS: Move building path to root to ops struct
by Pavel Shilovsky
· 12 years ago
3792c17
CIFS: Respect SMB2 header/max header size
by Pavel Shilovsky
· 13 years ago
6d5786a
CIFS: Rename Get/FreeXid and make them work with unsigned int
by Pavel Shilovsky
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 12 years ago
d2c1271
cifs: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
e6f9f8d
cifs: don't bother with ->i_dentry in ->destroy_inode()
by Al Viro
· 12 years ago
442a9ff
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
ea4b574
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
by Sedat Dilek
· 13 years ago
fbd35ac
CIFS: Move locks to cifsFileInfo structure
by Pavel Shilovsky
· 13 years ago
23db65f
cifs: add a smb_version_operations/values structures and a smb_version enum
by Jeff Layton
· 12 years ago
d06b505
cifs: display cache= option in /proc/mounts
by Jeff Layton
· 12 years ago
5e500ed
cifs: remove legacy MultiuserMount option
by Jeff Layton
· 12 years ago
48a5730
cifs: fix revalidation test in cifs_llseek()
by Dan Carpenter
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
156d179
CIFS: Fix indentation in cifs_show_options
by Sachin Prabhu
· 13 years ago
28f8881
Use correct conversion specifiers in cifs_show_options
by Sachin Prabhu
· 13 years ago
3c7c87f
CIFS: Show backupuid/gid in /proc/mounts
by Sachin Prabhu
· 13 years ago
da472fc
cifs: add new cifsiod_wq workqueue
by Jeff Layton
· 13 years ago
1c3ddfe
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
3dd9330
cifs: clean up ordering in exit_cifs
by Jeff Layton
· 13 years ago
815465c
cifs: clean up call to cifs_dfs_release_automount_timer()
by Jeff Layton
· 13 years ago
6dae51a
CIFS: Delete echo_retries module parm
by Pavel Shilovsky
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
064326c
clean up the failure exits in cifs_read_super()
by Al Viro
· 13 years ago
10b9b98
CIFS: Respect negotiated MaxMpxCount
by Pavel Shilovsky
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
6413237
vfs: switch ->show_stats to struct dentry *
by Al Viro
· 13 years ago
5206efd
cifs: propagate umode_t
by Al Viro
· 13 years ago
f362f98
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
ef3d0fd
vfs: do (nearly) lockless generic_file_llseek
by Andi Kleen
· 13 years ago
fbcae3e
Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeff
by Steve French
· 13 years ago
71c424b
[CIFS] Show nostrictsync and noperm mount options in /proc/mounts
by Steve French
· 13 years ago
fef33df
cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parameters
by Jeff Layton
· 13 years ago
d59dad2
CIFS: Move byte range lock list from fd to inode
by Pavel Shilovsky
· 13 years ago
e750473
add new module parameter 'enable_oplocks'
by Steve French
· 13 years ago
f3a6a60
cifs: Fix typo 'CIFS_NFSD_EXPORT'
by Paul Bolle
· 13 years ago
4a29a0b
cifs: get rid of unused xid in cifs_get_root
by Jeff Layton
· 13 years ago
875cd04
cifs: Display strictcache mount option in /proc/mounts
by Sachin Prabhu
· 13 years ago
5b980b0
CIFS: Fix ERR_PTR dereference in cifs_get_root
by Pavel Shilovsky
· 13 years ago
80975d2
cifs: cope with negative dentries in cifs_get_root
by Jeff Layton
· 13 years ago
ad63594
cifs: simplify refcounting for oplock breaks
by Jeff Layton
· 13 years ago
06222e4
fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
by Josef Bacik
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
fec11dd
Fix cifs_get_root()
by Al Viro
· 13 years ago
04db79b
cifs: factor smb_vol allocation out of cifs_setup_volume_info
by Jeff Layton
· 13 years ago
f9e59bc
cifs: have cifs_cleanup_volume_info not take a double pointer
by Jeff Layton
· 13 years ago
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
Next »