summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | smb3: do not try to cache root directory if dir leases not supportedSteve French2020-10-211-1/+4
| * | | | smb3: fix stat when special device file and mounted with modefromsidSteve French2020-10-211-1/+6
| * | | | cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero2020-10-211-2/+10
| * | | | SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula2020-10-211-5/+7
| * | | | cifs: make const array static, makes object smallerColin Ian King2020-10-201-3/+5
| * | | | SMB3.1.1: Fix ids returned in POSIX query dirSteve French2020-10-203-5/+7
| * | | | smb3: add dynamic trace point to trace when credits obtainedSteve French2020-10-203-9/+18
| * | | | smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French2020-10-201-3/+13
| * | | | cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N2020-10-191-1/+1
| * | | | smb3.1.1: set gcm256 when requestedSteve French2020-10-194-6/+17
| * | | | smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French2020-10-192-6/+6
| * | | | smb3.1.1: print warning if server does not support requested encryption typeSteve French2020-10-191-2/+13
| * | | | smb3.1.1: add new module load parm enable_gcm_256Steve French2020-10-154-2/+14
| * | | | smb3.1.1: add new module load parm require_gcm_256Steve French2020-10-153-4/+15
| * | | | cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCESStefan Metzmacher2020-10-151-1/+1
| * | | | SMB3.1.1: add defines for new signing negotiate contextSteve French2020-10-151-0/+14
| * | | | cifs: handle -EINTR in cifs_setattrRonnie Sahlberg2020-10-151-4/+9
| * | | | Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula2020-10-154-2/+32
| * | | | cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg2020-10-111-14/+16
| * | | | cifs: return cached_fid from open_shrootRonnie Sahlberg2020-10-113-13/+23
| * | | | update structure definitions from updated protocol documentationSteve French2020-10-111-7/+57
| * | | | smb3: add defines for new crypto algorithmsSteve French2020-10-111-0/+2
| * | | | Convert trailing spaces and periods in path componentsBoris Protopopov2020-10-111-1/+7
| |/ / /
* | | | Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-233-438/+679
|\ \ \ \
| * | | | vfs: move the generic write and copy checks out of mmDarrick J. Wong2020-10-151-0/+143
| * | | | vfs: move the remap range helpers to remap_range.cDarrick J. Wong2020-10-152-476/+477
| * | | | vfs: move generic_remap_checks out of mmDarrick J. Wong2020-10-142-1/+99
| |/ / /
* | | | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-233-8/+9
|\ \ \ \
| * | | | task_work: cleanup notification modesJens Axboe2020-10-173-8/+9
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-2231-388/+4282
|\ \ \ \ \
| * | | | | ext4: fix invalid inode checksumLuo Meng2020-10-211-5/+6
| * | | | | ext4: add fast commit stats in procfsHarshad Shirwadkar2020-10-213-1/+37
| * | | | | ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar2020-10-211-1/+5
| * | | | | ext4: fast commit recovery pathHarshad Shirwadkar2020-10-2113-127/+1769
| * | | | | jbd2: fast commit recovery pathHarshad Shirwadkar2020-10-212-4/+68
| * | | | | ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-2112-29/+1535
| * | | | | jbd2: add fast commit machineryHarshad Shirwadkar2020-10-213-1/+241
| * | | | | ext4 / jbd2: add fast commit initializationHarshad Shirwadkar2020-10-216-6/+83
| * | | | | ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar2020-10-212-5/+26
| * | | | | ext4: Detect already used quota file earlyJan Kara2020-10-181-0/+5
| * | | | | jbd2: avoid transaction reuse after reformattingchangfengnan2020-10-181-12/+66
| * | | | | ext4: use the normal helper to get the actual inodeKaixu Xia2020-10-181-2/+2
| * | | | | ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani2020-10-182-2/+2
| * | | | | ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira2020-10-182-11/+101
| * | | | | ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira2020-10-181-7/+44
| * | | | | jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira2020-10-183-12/+26
| * | | | | jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira2020-10-182-20/+18
| * | | | | ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)2020-10-182-9/+31
| * | | | | ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)2020-10-182-7/+7
| * | | | | ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)2020-10-183-2/+13