aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds7-127/+71
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2020-10-22io_uring: remove req cancel in ->flush()Pavel Begunkov1-23/+5
2020-10-22io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe1-4/+56
2020-10-21ext4: fix invalid inode checksumLuo Meng1-5/+6
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar3-1/+37
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar1-1/+5
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar13-127/+1769
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar2-4/+68
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar12-29/+1535
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar3-1/+241
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar6-6/+83
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar2-5/+26
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada1-5/+0
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada5-20/+9
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada3-14/+10
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada1-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2-74/+47
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian1-1/+1
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon3-3/+3
2020-10-21xfs: cancel intents immediately if process_intents failsDarrick J. Wong1-0/+8
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French1-1/+4
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French1-1/+6
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero1-2/+10
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-21io_uring: don't reuse linked_timeoutPavel Begunkov1-1/+3
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-396/+451
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong3-18/+46
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo7-8/+152
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe3-14/+18
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das4-1/+11
2020-10-20gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher1-1/+1
2020-10-20gfs2: Eliminate gl_vmBob Peterson3-30/+16
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson1-4/+7
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson1-2/+1
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds16-115/+397
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-289/+432
2020-10-20cifs: make const array static, makes object smallerColin Ian King1-3/+5
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French3-5/+7
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French3-9/+18
2020-10-20smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French1-3/+13
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds36-508/+992
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds14-490/+2629
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds2-13/+218
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1
2020-10-19smb3.1.1: set gcm256 when requestedSteve French4-6/+17
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French2-6/+6
2020-10-19smb3.1.1: print warning if server does not support requested encryption typeSteve French1-2/+13
2020-10-19io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov1-4/+13
2020-10-19io_uring: do poll's hash_node init in common codePavel Begunkov1-2/+1