index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: ensure that cifs_get_root() only traverses directories
Jeff Layton
2013-02-27
1
-0
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
1
-3
/
+3
|
\
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-3
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2013-02-25
1
-4
/
+10
|
\
\
|
|
/
|
/
|
|
*
cifs: Convert struct cifs_sb_info to use kuids and kgids
Eric W. Biederman
2013-02-13
1
-4
/
+10
*
|
Revert "CIFS: Fix write after setting a read lock for read oplock files"
Pavel Shilovsky
2013-01-01
1
-1
/
+0
|
/
*
cifs: eliminate cifsERROR variable
Jeff Layton
2012-12-20
1
-1
/
+0
*
lseek: the "whence" argument is called "whence"
Andrew Morton
2012-12-17
1
-4
/
+4
*
CIFS: Fix write after setting a read lock for read oplock files
Pavel Shilovsky
2012-12-11
1
-0
/
+1
*
cifs: simplify id_to_sid and sid_to_id mapping code
Jeff Layton
2012-12-08
1
-1
/
+0
*
CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2
Steve French
2012-12-05
1
-2
/
+2
*
cifs: fix types on module parameters
Jeff Layton
2012-12-05
1
-6
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
1
-0
/
+5
|
\
|
*
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-10-02
1
-0
/
+5
*
|
cifs: Mangle string used for unc in /proc/mounts
Sachin Prabhu
2012-09-24
1
-1
/
+2
*
|
CIFS: Request SMB2.1 leases
Pavel Shilovsky
2012-09-24
1
-7
/
+21
*
|
CIFS: Turn lock mutex into rw semaphore
Pavel Shilovsky
2012-09-24
1
-1
/
+1
*
|
CIFS: Remove spinlock dependence in brlock processing
Pavel Shilovsky
2012-09-24
1
-0
/
+1
*
|
cifs: remove kmap lock and rsize limit
Jeff Layton
2012-09-24
1
-4
/
+0
*
|
CIFS: Move statfs to ops struct
Pavel Shilovsky
2012-09-24
1
-25
/
+4
*
|
CIFS: Add SMB2 support for cifs_iovec_write
Pavel Shilovsky
2012-09-24
1
-0
/
+4
|
/
*
CIFS: Move building path to root to ops struct
Pavel Shilovsky
2012-07-24
1
-2
/
+2
*
CIFS: Respect SMB2 header/max header size
Pavel Shilovsky
2012-07-24
1
-2
/
+12
*
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
2012-07-24
1
-3
/
+3
*
VFS: Pass mount flags to sget()
David Howells
2012-07-14
1
-5
/
+4
*
cifs: implement i_op->atomic_open()
Miklos Szeredi
2012-07-14
1
-0
/
+1
*
cifs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
2012-07-14
1
-1
/
+0
*
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2012-05-29
1
-7
/
+16
|
\
|
*
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
Sedat Dilek
2012-05-23
1
-1
/
+1
|
*
CIFS: Move locks to cifsFileInfo structure
Pavel Shilovsky
2012-05-16
1
-1
/
+0
|
*
cifs: add a smb_version_operations/values structures and a smb_version enum
Jeff Layton
2012-05-16
1
-0
/
+1
|
*
cifs: display cache= option in /proc/mounts
Jeff Layton
2012-05-16
1
-4
/
+14
|
*
cifs: remove legacy MultiuserMount option
Jeff Layton
2012-05-16
1
-1
/
+0
*
|
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2012-05-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-05-06
1
-1
/
+1
*
|
cifs: fix revalidation test in cifs_llseek()
Dan Carpenter
2012-05-09
1
-1
/
+1
*
|
CIFS: Fix indentation in cifs_show_options
Sachin Prabhu
2012-05-01
1
-1
/
+1
*
|
Use correct conversion specifiers in cifs_show_options
Sachin Prabhu
2012-04-24
1
-4
/
+4
*
|
CIFS: Show backupuid/gid in /proc/mounts
Sachin Prabhu
2012-04-24
1
-0
/
+4
|
/
*
cifs: add new cifsiod_wq workqueue
Jeff Layton
2012-03-23
1
-1
/
+12
*
Merge git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2012-03-23
1
-16
/
+9
|
\
|
*
cifs: clean up ordering in exit_cifs
Jeff Layton
2012-03-21
1
-5
/
+5
|
*
cifs: clean up call to cifs_dfs_release_automount_timer()
Jeff Layton
2012-03-21
1
-2
/
+0
|
*
CIFS: Delete echo_retries module parm
Pavel Shilovsky
2012-03-21
1
-5
/
+0
|
*
CIFS: Respect negotiated MaxMpxCount
Pavel Shilovsky
2012-03-20
1
-4
/
+4
*
|
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-20
1
-3
/
+1
*
|
clean up the failure exits in cifs_read_super()
Al Viro
2012-03-20
1
-4
/
+1
|
/
*
vfs: switch ->show_options() to struct dentry *
Al Viro
2012-01-06
1
-3
/
+3
*
vfs: switch ->show_stats to struct dentry *
Al Viro
2012-01-06
1
-1
/
+1
*
cifs: propagate umode_t
Al Viro
2012-01-03
1
-1
/
+1
[next]