aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French7-143/+88
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French5-206/+112
2022-03-23cifs: fix incorrect use of list iterator after the loopXiaomeng Tong1-2/+4
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara2-72/+56
2022-03-23cifs: fix bad fids sent over wirePaulo Alcantara4-53/+46
2022-03-23cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg1-10/+35
2022-03-23cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg2-12/+13
2022-03-22cifs: writeback fixDavid Howells1-1/+7
2022-03-21cifs: do not skip link targets when an I/O failsPaulo Alcantara1-3/+11
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N6-7/+50
2022-03-18cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-03-18Adjust cifssb maximum read sizeRohith Surabattula2-0/+13
2022-03-18cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg1-4/+14
2022-03-18cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-18Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi1-11/+11
2022-03-16smb3: fix incorrect session setup check for multiuser mountsSteve French1-1/+2
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds3-8/+35
2022-03-11cachefiles: Fix volume coherency attributeDavid Howells1-3/+20
2022-03-11afs: Fix potential thrashing in afs writebackDavid Howells1-1/+8
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells1-1/+2
2022-03-11watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells1-3/+5
2022-03-08Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-6/+20
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds13-28/+230
2022-03-05proc: fix documentation and description of pagemapYun Zhou1-1/+2
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2-6/+6
2022-03-04btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana1-0/+28
2022-03-03cachefiles: Fix incorrect length to fallocate()David Howells1-1/+1
2022-03-02Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-1/+1
2022-03-02btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang1-1/+8
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transaction()Omar Sandoval1-1/+31
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik7-1/+91
2022-03-02btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue1-9/+9
2022-03-02btrfs: do not WARN_ON() if we have PageError setJosef Bacik1-3/+13
2022-03-02btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2022-03-02btrfs: subpage: fix a wrong check on subpage->writersQu Wenruo1-1/+1
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang1-1/+1
2022-03-01Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-7/+18
2022-03-01binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook1-7/+18
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+3
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2022-02-25tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)1-2/+3
2022-02-25Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-0/+14
2022-02-25Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-84/+296
2022-02-24Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+17
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo3-4/+17
2022-02-23btrfs: autodefrag: only scan one inode onceQu Wenruo1-62/+22
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo3-0/+24