Age | Commit message (Expand) | Author |
2020-05-03 | Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-05-02 | Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-05-02 | Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2020-05-01 | Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-05-01 | io_uring: punt splice async because of inode mutex | Pavel Begunkov |
2020-05-01 | io_uring: check non-sync defer_list carefully | Pavel Begunkov |
2020-05-01 | io_uring: fix extra put in sync_file_range() | Pavel Begunkov |
2020-04-30 | io_uring: use cond_resched() in io_ring_ctx_wait_and_kill() | Xiaoguang Wang |
2020-04-30 | io_uring: use proper references for fallback_req locking | Bijan Mottahedeh |
2020-04-30 | io_uring: only force async punt if poll based retry can't handle it | Jens Axboe |
2020-04-30 | io_uring: enable poll retry for any file with ->read_iter / ->write_iter | Jens Axboe |
2020-04-30 | NFS: Fix a race in __nfs_list_for_each_server() | Trond Myklebust |
2020-04-30 | fibmap: Warn and return an error in case of block > INT_MAX | Ritesh Harjani |
2020-04-30 | btrfs: fix gcc-4.8 build warning for struct initializer | Arnd Bergmann |
2020-04-28 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2020-04-28 | Fix use after free in get_tree_bdev() | David Howells |
2020-04-28 | NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION | Olga Kornievskaia |
2020-04-27 | Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-04-27 | io_uring: statx must grab the file table for valid fd | Jens Axboe |
2020-04-27 | btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf... | Qu Wenruo |
2020-04-27 | btrfs: fix partial loss of prealloc extent past i_size after fsync | Filipe Manana |
2020-04-27 | propagate_one(): mnt_set_mountpoint() needs mount_lock | Al Viro |
2020-04-26 | Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2020-04-26 | Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-04-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2020-04-25 | NFSv4: Remove unreachable error condition due to rpc_run_task() | Xiyu Yang |
2020-04-24 | proc: Put thread_pid in release_task not proc_flush_pid | Eric W. Biederman |
2020-04-24 | Merge tag 'io_uring-5.7-2020-04-24' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-04-24 | Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-04-24 | Merge tag 'afs-fixes-20200424' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-04-24 | afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate | David Howells |
2020-04-24 | afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH | David Howells |
2020-04-24 | afs: Remove some unused bits | David Howells |
2020-04-23 | dlmfs_file_write(): fix the bogosity in handling non-zero *ppos | Al Viro |
2020-04-23 | Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds |
2020-04-23 | Merge tag 'for-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/link... | Linus Torvalds |
2020-04-23 | btrfs: fix transaction leak in btrfs_recover_relocation | Xiyu Yang |
2020-04-23 | btrfs: fix block group leak when removing fails | Xiyu Yang |
2020-04-23 | btrfs: drop logs when we've aborted a transaction | Josef Bacik |
2020-04-23 | btrfs: fix memory leak of transaction when deleting unused block group | Filipe Manana |
2020-04-22 | cifs: fix uninitialised lease_key in open_shroot() | Paulo Alcantara |
2020-04-22 | cifs: ensure correct super block for DFS reconnect | Paulo Alcantara |
2020-04-22 | cifs: do not share tcons with DFS | Paulo Alcantara |
2020-04-22 | exfat: truncate atimes to 2s granularity | Eric Sandeen |
2020-04-22 | exfat: properly set s_time_gran | Eric Sandeen |
2020-04-22 | exfat: remove 'bps' mount-option | Tetsuhiro Kohada |
2020-04-22 | exfat: Unify access to the boot sector | Tetsuhiro Kohada |
2020-04-22 | exfat: add missing MODULE_ALIAS_FS() | Thomas Backlund |
2020-04-22 | exfat: Fix discard support | Pali Rohár |
2020-04-21 | cifs: minor update to comments around the cifs_tcp_ses_lock mutex | Steve French |