Age | Commit message (Expand) | Author | Files | Lines |
2022-03-31 | cifs: fix NULL ptr dereference in smb2_ioctl_query_info() | Paulo Alcantara | 1 | -59/+65 |
2022-03-31 | cifs: prevent bad output lengths in smb2_ioctl_query_info() | Paulo Alcantara | 1 | -6/+10 |
2022-03-31 | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c... | Steve French | 5 | -191/+119 |
2022-03-29 | smb3: cleanup and clarify status of tree connections | Steve French | 7 | -33/+40 |
2022-03-27 | smb3: move defines for query info and query fsinfo to smbfs_common | Steve French | 5 | -603/+335 |
2022-03-27 | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_common | Steve French | 7 | -143/+88 |
2022-03-25 | [smb3] move more common protocol header definitions to smbfs_common | Steve French | 5 | -206/+112 |
2022-03-23 | cifs: fix incorrect use of list iterator after the loop | Xiaomeng Tong | 1 | -2/+4 |
2022-03-23 | ksmbd: store fids as opaque u64 integers | Paulo Alcantara | 2 | -72/+56 |
2022-03-23 | cifs: fix bad fids sent over wire | Paulo Alcantara | 4 | -53/+46 |
2022-03-23 | cifs: change smb2_query_info_compound to use a cached fid, if available | Ronnie Sahlberg | 1 | -10/+35 |
2022-03-23 | cifs: convert the path to utf16 in smb2_query_info_compound | Ronnie Sahlberg | 2 | -12/+13 |
2022-03-22 | cifs: writeback fix | David Howells | 1 | -1/+7 |
2022-03-22 | cifs: do not skip link targets when an I/O fails | Paulo Alcantara | 1 | -3/+11 |
2022-03-19 | cifs: use a different reconnect helper for non-cifsd threads | Shyam Prasad N | 6 | -7/+50 |
2022-03-19 | cifs: we do not need a spinlock around the tree access during umount | Ronnie Sahlberg | 1 | -2/+0 |
2022-03-19 | Adjust cifssb maximum read size | Rohith Surabattula | 2 | -0/+13 |
2022-03-19 | cifs: truncate the inode and mapping when we simulate fcollapse | Ronnie Sahlberg | 1 | -4/+14 |
2022-03-19 | cifs: fix handlecache and multiuser | Ronnie Sahlberg | 1 | -3/+10 |
2022-03-18 | Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 1 | -1/+2 |
2022-03-17 | ocfs2: fix crash when initialize filecheck kobj fails | Joseph Qi | 1 | -11/+11 |
2022-03-17 | smb3: fix incorrect session setup check for multiuser mounts | Steve French | 1 | -1/+2 |
2022-03-11 | Merge branch 'davidh' (fixes from David Howells) | Linus Torvalds | 3 | -8/+35 |
2022-03-11 | cachefiles: Fix volume coherency attribute | David Howells | 1 | -3/+20 |
2022-03-11 | afs: Fix potential thrashing in afs writeback | David Howells | 1 | -1/+8 |
2022-03-11 | watch_queue: Fix lack of barrier/sync/lock between post and read | David Howells | 1 | -1/+2 |
2022-03-11 | watch_queue, pipe: Free watchqueue state after clearing pipe ring | David Howells | 1 | -3/+5 |
2022-03-08 | Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -6/+20 |
2022-03-07 | fuse: fix pipe buffer lifetime for direct_io | Miklos Szeredi | 3 | -1/+13 |
2022-03-06 | Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 13 | -28/+230 |
2022-03-05 | proc: fix documentation and description of pagemap | Yun Zhou | 1 | -1/+2 |
2022-03-05 | mm: refactor vm_area_struct::anon_vma_name usage code | Suren Baghdasaryan | 2 | -6/+6 |
2022-03-04 | btrfs: fallback to blocking mode when doing async dio over multiple extents | Filipe Manana | 1 | -0/+28 |
2022-03-03 | cachefiles: Fix incorrect length to fallocate() | David Howells | 1 | -1/+1 |
2022-03-02 | Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2022-03-02 | btrfs: add missing run of delayed items after unlink during log replay | Filipe Manana | 1 | -0/+18 |
2022-03-02 | btrfs: qgroup: fix deadlock between rescan worker and remove qgroup | Sidong Yang | 1 | -1/+8 |
2022-03-02 | btrfs: fix relocation crash due to premature return from btrfs_commit_transac... | Omar Sandoval | 1 | -1/+31 |
2022-03-02 | btrfs: do not start relocation until in progress drops are done | Josef Bacik | 7 | -1/+91 |
2022-03-02 | btrfs: tree-checker: use u64 for item data end to avoid overflow | Su Yue | 1 | -9/+9 |
2022-03-02 | btrfs: do not WARN_ON() if we have PageError set | Josef Bacik | 1 | -3/+13 |
2022-03-02 | btrfs: fix lost prealloc extents beyond eof after full fsync | Filipe Manana | 1 | -12/+31 |
2022-03-02 | btrfs: subpage: fix a wrong check on subpage->writers | Qu Wenruo | 1 | -1/+1 |
2022-03-02 | erofs: fix ztailpacking on > 4GiB filesystems | Gao Xiang | 1 | -1/+1 |
2022-03-01 | Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+18 |
2022-03-01 | binfmt_elf: Avoid total_mapping_size for ET_EXEC | Kees Cook | 1 | -7/+18 |
2022-02-26 | Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+3 |
2022-02-26 | Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+5 |
2022-02-26 | tracefs: Set the group ownership in apply_options() not parse_options() | Steven Rostedt (Google) | 1 | -2/+3 |
2022-02-26 | Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con... | Linus Torvalds | 1 | -0/+14 |