Age | Commit message (Expand) | Author | Files | Lines |
2020-01-27 | cifs: Fix memory allocation in __smb2_handle_cancelled_cmd() | Paulo Alcantara (SUSE) | 1 | -1/+1 |
2020-01-27 | cifs: Fix mount options set in automount | Paulo Alcantara (SUSE) | 1 | -54/+43 |
2020-01-27 | cifs: fix unitialized variable poential problem with network I/O cache lock p... | Steve French | 1 | -1/+1 |
2020-01-27 | cifs: Fix return value in __update_cache_entry | YueHaibing | 1 | -1/+1 |
2020-01-27 | cifs: Avoid doing network I/O while holding cache lock | Paulo Alcantara (SUSE) | 1 | -264/+283 |
2020-01-27 | cifs: Fix potential deadlock when updating vol in cifs_reconnect() | Paulo Alcantara (SUSE) | 1 | -32/+77 |
2020-01-27 | cifs: Merge is_path_valid() into get_normalized_path() | Paulo Alcantara (SUSE) | 1 | -17/+4 |
2020-01-27 | cifs: Introduce helpers for finding TCP connection | Paulo Alcantara (SUSE) | 1 | -13/+31 |
2020-01-27 | cifs: Get rid of kstrdup_const()'d paths | Paulo Alcantara (SUSE) | 1 | -3/+3 |
2020-01-27 | cifs: Clean up DFS referral cache | Paulo Alcantara (SUSE) | 1 | -286/+279 |
2020-01-27 | cifs: Don't use iov_iter::type directly | David Howells | 1 | -4/+4 |
2020-01-27 | cifs: set correct max-buffer-size for smb2_ioctl_init() | Ronnie Sahlberg | 1 | -2/+7 |
2020-01-27 | cifs: use compounding for open and first query-dir for readdir() | Ronnie Sahlberg | 2 | -12/+87 |
2020-01-27 | cifs: create a helper function to parse the query-directory response buffer | Ronnie Sahlberg | 1 | -46/+63 |
2020-01-27 | cifs: prepare SMB2_query_directory to be used with compounding | Ronnie Sahlberg | 3 | -36/+82 |
2020-01-27 | fs/cifs/cifssmb.c: use true,false for bool variable | zhengbin | 1 | -2/+2 |
2020-01-27 | fs/cifs/smb2ops.c: use true,false for bool variable | zhengbin | 1 | -1/+1 |
2020-01-26 | Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+0 |
2020-01-26 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -7/+10 |
2020-01-26 | io_uring: don't cancel all work on process exit | Jens Axboe | 1 | -4/+0 |
2020-01-26 | Revert "io_uring: only allow submit from owning task" | Jens Axboe | 1 | -6/+0 |
2020-01-26 | afs: Fix characters allowed into cell names | David Howells | 1 | -1/+10 |
2020-01-26 | do_last(): fetch directory ->i_mode and ->i_uid before it's too late | Al Viro | 1 | -7/+10 |
2020-01-25 | Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -9/+29 |
2020-01-25 | btrfs: dev-replace: remove warning for unknown return codes when finished | David Sterba | 1 | -4/+1 |
2020-01-24 | btrfs: scrub: Require mandatory block group RO for dev-replace | Qu Wenruo | 1 | -5/+28 |
2020-01-23 | Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -2/+6 |
2020-01-23 | readdir: make user_access_begin() use the real access range | Linus Torvalds | 1 | -38/+35 |
2020-01-23 | readdir: be more conservative with directory entry names | Linus Torvalds | 1 | -1/+5 |
2020-01-22 | Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+3 |
2020-01-21 | ceph: hold extra reference to r_parent over life of request | Jeff Layton | 1 | -2/+6 |
2020-01-21 | io_uring: fix compat for IORING_REGISTER_FILES_UPDATE | Eugene Syromiatnikov | 1 | -1/+3 |
2020-01-20 | Merge tag 'fixes_for_v5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+6 |
2020-01-17 | Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -28/+56 |
2020-01-17 | Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -46/+114 |
2020-01-17 | Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+3 |
2020-01-17 | btrfs: check rw_devices, not num_devices for balance | Josef Bacik | 1 | -1/+5 |
2020-01-17 | Btrfs: always copy scrub arguments back to user space | Filipe Manana | 1 | -1/+13 |
2020-01-17 | io_uring: only allow submit from owning task | Jens Axboe | 1 | -0/+6 |
2020-01-16 | reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr | Jeff Mahoney | 1 | -2/+6 |
2020-01-16 | fuse: fix fuse_send_readpages() in the syncronous read case | Miklos Szeredi | 1 | -1/+3 |
2020-01-16 | io_uring: ensure workqueue offload grabs ring mutex for poll list | Jens Axboe | 1 | -0/+9 |
2020-01-16 | io_uring: clear req->result always before issuing a read/write request | Bijan Mottahedeh | 1 | -0/+2 |
2020-01-15 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -79/+13 |
2020-01-15 | fix autofs regression caused by follow_managed() changes | Al Viro | 1 | -0/+1 |
2020-01-15 | reimplement path_mountpoint() with less magic | Al Viro | 2 | -79/+12 |
2020-01-15 | io_uring: be consistent in assigning next work from handler | Jens Axboe | 1 | -24/+28 |
2020-01-15 | io-wq: cancel work if we fail getting a mm reference | Jens Axboe | 1 | -4/+8 |
2020-01-14 | Merge branch 'dhowells' (patches from DavidH) | Linus Torvalds | 1 | -10/+8 |
2020-01-14 | afs: Fix afs_lookup() to not clobber the version on a new dentry | David Howells | 1 | -5/+1 |