| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | cifs: support RENAME_NOREPLACE | Miklos Szeredi | 2014-08-07 | 1 | -1/+1 |
|/ |
|
* | cifs: revalidate mapping prior to satisfying read_iter request with cache=loose | Jeff Layton | 2014-06-19 | 1 | -2/+15 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 1 | -28/+27 |
|\ |
|
| * | cifs: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -16/+15 |
| * | cifs: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -8/+8 |
| * | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 2014-05-06 | 1 | -4/+4 |
* | | cifs: Set client guid on per connection basis | Sachin Prabhu | 2014-05-21 | 1 | -8/+0 |
* | | fs/cifs/cifs.c: replace seq_printf by seq_puts | Fabian Frederick | 2014-05-21 | 1 | -40/+40 |
* | | cifs: convert booleans in cifsInodeInfo to a flags field | Jeff Layton | 2014-05-21 | 1 | -5/+1 |
|/ |
|
* | cifs: Wait for writebacks to complete before attempting write. | Sachin Prabhu | 2014-04-16 | 1 | -1/+13 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 | 1 | -1/+0 |
|\ |
|
| * | cifs: ->rename() without ->lookup() makes no sense | Al Viro | 2014-04-01 | 1 | -1/+0 |
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-04-04 | 1 | -0/+1 |
|\ \ |
|
| * | | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 2014-03-13 | 1 | -0/+1 |
| |/ |
|
* | | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-03 | 1 | -1/+1 |
* | | fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() | Fabian Frederick | 2014-04-03 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-11-13 | 1 | -1/+1 |
|\ |
|
| * | new helper: kfree_put_link() | Al Viro | 2013-10-24 | 1 | -1/+1 |
* | | cifs: Fix inability to write files >2GB to SMB2/3 shares | Jan Klos | 2013-10-07 | 1 | -2/+4 |
|/ |
|
* | CIFS: Respect epoch value from create lease context v2 | Pavel Shilovsky | 2013-09-09 | 1 | -0/+1 |
* | CIFS: Replace clientCanCache* bools with an integer | Pavel Shilovsky | 2013-09-08 | 1 | -16/+17 |
* | cifs: display iocharset= option in /proc/mounts | Jeff Layton | 2013-09-08 | 1 | -0/+15 |
* | cifs: set sb->s_d_op before calling d_make_root() | Jeff Layton | 2013-07-31 | 1 | -6/+5 |
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2013-07-03 | 1 | -4/+7 |
|\ |
|
| * | cifs: add new fields to cifs_ses to track requested security flavor | Jeff Layton | 2013-06-24 | 1 | -4/+7 |
* | | locks: protect most of the file_lock handling with i_lock | Jeff Layton | 2013-06-29 | 1 | -1/+1 |
* | | [readdir] convert cifs | Al Viro | 2013-06-29 | 1 | -1/+1 |
|/ |
|
* | cifs: stop printing the unc= option in /proc/mounts | Jeff Layton | 2013-05-24 | 1 | -3/+0 |
* | [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg | Joe Perches | 2013-05-04 | 1 | -15/+21 |
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2013-03-21 | 1 | -0/+24 |
|\ |
|
| * | cifs: delay super block destruction until all cifsFileInfo objects are gone | Mateusz Guzik | 2013-03-13 | 1 | -0/+24 |
* | | fs: Limit sys_mount to only request filesystem modules. (Part 3) | Eric W. Biederman | 2013-03-11 | 1 | -0/+1 |
|/ |
|
* | 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 |