summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: update internal module version numberSteve French2020-03-292-3/+5
* cifs: Allocate encryption header through kmallocLong Li2020-03-291-11/+17
* cifs: smbd: Check and extend sender credits in interrupt contextLong Li2020-03-292-24/+15
* cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li2020-03-293-24/+20
* smb3: use SMB2_SIGNATURE_SIZE defineSteve French2020-03-271-1/+1
* CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin2020-03-231-1/+1
* CIFS: check new file size when extending file by fallocateMurphy Zhou2020-03-231-0/+4
* SMB3: Minor cleanup of protocol definitionsSteve French2020-03-231-4/+11
* SMB3: Additional compression structuresSteve French2020-03-231-1/+16
* SMB3: Add new compression flagsSteve French2020-03-231-1/+7
* cifs: smb2pdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-19/+19
* cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers2020-03-231-1/+4
* cifs: cifspdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-9/+9
* CIFS: Warn less noisily on default mountSteve French2020-03-231-5/+6
* fs/cifs: fix gcc warning in sid_to_idQiujun Huang2020-03-231-2/+3
* cifs: allow unlock flock and OFD lock across forkMurphy Zhou2020-03-231-1/+6
* cifs: do d_move in renameSteve French2020-03-232-2/+4
* cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-236-35/+66
* cifs: plumb smb2 POSIX dir enumerationAurelien Aptel2020-03-232-7/+109
* cifs: add smb2 POSIX info levelAurelien Aptel2020-03-234-0/+142
* cifs: rename posix create rspAurelien Aptel2020-03-232-7/+15
* cifs: print warning mounting with vers=1.0Steve French2020-03-231-0/+3
* smb3: fix performance regression with setting mtimeSteve French2020-03-231-11/+12
* cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Stefan Metzmacher2020-03-231-1/+1
* cifs: use mod_delayed_work() for &server->reconnect if already queuedStefan Metzmacher2020-03-231-2/+2
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-233-9/+2
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-237-59/+169
* cifs: do not ignore the SYNC flags in getattrSteve French2020-03-231-5/+17
* Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-222-2/+6
|\
| * btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana2020-03-201-2/+2
| * btrfs: fix log context list corruption after rename whiteout errorFilipe Manana2020-03-131-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-03-221-4/+4
|\ \
| * | epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev2020-03-221-4/+4
* | | Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-212-3/+22
|\ \ \ | |/ / |/| |
| * | io_uring: make sure accept honor rlimit nofileJens Axboe2020-03-201-1/+4
| * | io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe2020-03-202-2/+10
| * | io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}Pavel Begunkov2020-03-141-0/+8
* | | Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-03-192-2/+4
|\ \ \
| * | | CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou2020-03-171-1/+1
| * | | CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N2020-03-171-0/+2
| * | | cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter2020-03-171-1/+1
* | | | locks: reinstate locks_delete_block optimizationLinus Torvalds2020-03-182-7/+50
|/ / /
* | | Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-151-0/+1
|\ \ \
| * | | futex: Fix inode life-time issuePeter Zijlstra2020-03-061-0/+1
* | | | Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-03-135-2/+13
|\ \ \ \
| * | | | nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-02-253-1/+3
| * | | | NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew2020-02-251-0/+2
| * | | | NFS: Don't hard-code the fs_type when submountingScott Mayhew2020-02-251-1/+1
| * | | | NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew2020-02-211-0/+7
* | | | | Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-03-132-3/+5
|\ \ \ \ \