| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix that several functions handle incorrect value of mapchars | Nakajima Akira | 2015-05-10 | 1 | -0/+2 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -1/+1 |
* | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | 1 | -12/+0 |
* | cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper | Al Viro | 2014-11-19 | 1 | -2/+1 |
* | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2014-10-11 | 1 | -3/+4 |
|\ |
|
| * | locks: plumb a "priv" pointer into the setlease routines | Jeff Layton | 2014-10-07 | 1 | -3/+4 |
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2014-08-20 | 1 | -2/+22 |
|\ \
| |/
|/| |
|
| * | enable fallocate punch hole ("fallocate -p") for SMB3 | Steve French | 2014-08-17 | 1 | -0/+19 |
| * | cifs: handle lease F_UNLCK requests properly | Jeff Layton | 2014-08-15 | 1 | -2/+3 |
* | | 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 |