summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-20cifs: decoding negTokenInit with generic ASN1 decoderHyunchul Lee4-588/+85
2021-06-20cifs: avoid starvation when refreshing dfs cachePaulo Alcantara1-40/+105
2021-06-20cifs: enable extended stats by defaultSteve French1-2/+2
2021-06-20cifs: missed ref-counting smb session in findShyam Prasad N1-1/+11
2021-06-20cifs: do not share tcp servers with dfs mountsPaulo Alcantara1-4/+3
2021-06-20cifs: set a minimum of 2 minutes for refreshing dfs cachePaulo Alcantara1-1/+2
2021-06-20cifs: fix path comparison and hash calcPaulo Alcantara1-76/+94
2021-06-20cifs: handle different charsets in dfs cachePaulo Alcantara5-137/+136
2021-06-20cifs: keep referral server sessions alivePaulo Alcantara4-468/+275
2021-06-20cifs: get rid of @noreq param in __dfs_cache_find()Paulo Alcantara1-14/+3
2021-06-20cifs: do not send tree disconnect to ipc sharesPaulo Alcantara1-12/+8
2021-06-20cifs: improve fallocate emulationRonnie Sahlberg1-0/+133
2021-06-20cifs: fix doc warnings in cifs_dfs_ref.cBaokun Li1-1/+1
2021-06-20cifs: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-06-20cifs: Constify static struct genl_opsRikard Falkeborn1-1/+1
2021-06-20cifs: Remove unused inline function is_sysvol_or_netlogon()YueHaibing1-11/+0
2021-06-20cifs: remove duplicated prototypeSteve French1-2/+0
2021-06-20cifs: fix ipv6 formating in cifs_ses_add_channelAurelien Aptel1-1/+1
2021-06-18Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)1-5/+8
2021-06-17Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2021-06-17btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota1-4/+4
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-0/+1
2021-06-15proc: only require mm_struct for writingLinus Torvalds1-1/+3
2021-06-15afs: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2021-06-14fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski1-2/+2
2021-06-13Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-13/+33
2021-06-12Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-12Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+29
2021-06-10io_uring: add feature flag for rsrc tagsPavel Begunkov1-1/+2
2021-06-10io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov1-12/+27
2021-06-10coredump: Limit what can interrupt coredumpsEric W. Biederman1-1/+1
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-15/+54
2021-06-08proc: Track /proc/$pid/attr/ opener mm_structKees Cook1-1/+8
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne1-1/+1
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-126/+135
2021-06-06ext4: Only advertise encrypted_casefold when encryption and unicode are enabledDaniel Rosenberg1-0/+4
2021-06-06ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg1-2/+4
2021-06-06ext4: fix memory leak in ext4_fill_superAlexey Makhalov1-2/+9
2021-06-06ext4: fix fast commit alignment issuesHarshad Shirwadkar2-99/+90
2021-06-06ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin1-20/+23
2021-06-05ocfs2: fix data corruption by fallocateJunxiao Bi1-5/+50
2021-06-04debugfs: Fix debugfs_read_file_str()Dietmar Eggemann1-1/+1
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov1-8/+18
2021-06-04btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani1-2/+2
2021-06-04btrfs: zoned: fix zone number to sector/physical calculationNaohiro Aota1-5/+18
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik1-0/+16
2021-06-03Merge tag 'io_uring-5.13-2021-06-03' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-58/+147
2021-06-03NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust1-2/+7