Age | Commit message (Expand) | Author | Files | Lines |
2021-06-07 | erofs: remove the occupied parameter from z_erofs_pagevec_enqueue() | Yue Hu | 2 | -7/+2 |
2021-06-07 | erofs: fix error return code in erofs_read_superblock() | Wei Yongjun | 1 | -0/+1 |
2021-06-07 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -126/+135 |
2021-06-06 | ext4: Only advertise encrypted_casefold when encryption and unicode are enabled | Daniel Rosenberg | 1 | -0/+4 |
2021-06-06 | ext4: fix no-key deletion for encrypt+casefold | Daniel Rosenberg | 1 | -2/+4 |
2021-06-06 | ext4: fix memory leak in ext4_fill_super | Alexey Makhalov | 1 | -2/+9 |
2021-06-06 | ext4: fix fast commit alignment issues | Harshad Shirwadkar | 2 | -99/+90 |
2021-06-06 | ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed | Ye Bin | 1 | -20/+23 |
2021-06-05 | ocfs2: fix data corruption by fallocate | Junxiao Bi | 1 | -5/+50 |
2021-06-03 | Merge tag 'io_uring-5.13-2021-06-03' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2021-06-03 | Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -58/+147 |
2021-06-03 | ext4: fix accessing uninit percpu counter variable with fast_commit | Ritesh Harjani | 1 | -2/+4 |
2021-06-02 | Revert "gfs2: Fix mmap locking for write faults" | Andreas Gruenbacher | 1 | -3/+1 |
2021-05-31 | Merge tag 'gfs2-v5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 8 | -11/+44 |
2021-05-31 | Merge tag 'fsnotify_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -7/+25 |
2021-05-31 | gfs2: Fix use-after-free in gfs2_glock_shrink_scan | Hillf Danton | 1 | -1/+1 |
2021-05-30 | Merge tag 'xfs-5.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 7 | -86/+139 |
2021-05-30 | io_uring: fix misaccounting fix buf pinned pages | Pavel Begunkov | 1 | -0/+1 |
2021-05-29 | Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+6 |
2021-05-29 | Merge tag 'io_uring-5.13-2021-05-28' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -17/+29 |
2021-05-29 | Merge tag '5.13-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 5 | -57/+150 |
2021-05-28 | Merge tag 'nfs-for-5.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 7 | -29/+20 |
2021-05-28 | btrfs: fix deadlock when cloning inline extents and low on available space | Filipe Manana | 1 | -16/+22 |
2021-05-28 | btrfs: fix fsync failure and transaction abort after writes to prealloc extents | Filipe Manana | 1 | -22/+76 |
2021-05-28 | btrfs: abort in rename_exchange if we fail to insert the second ref | Josef Bacik | 1 | -1/+6 |
2021-05-28 | btrfs: check error value from btrfs_update_inode in tree log | Josef Bacik | 1 | -2/+6 |
2021-05-28 | btrfs: fixup error handling in fixup_inode_link_counts | Josef Bacik | 1 | -6/+7 |
2021-05-28 | btrfs: mark ordered extent and inode with error if we fail to finish | Josef Bacik | 1 | -0/+12 |
2021-05-28 | btrfs: return errors from btrfs_del_csums in cleanup_ref_head | Josef Bacik | 1 | -1/+1 |
2021-05-28 | btrfs: fix error handling in btrfs_del_csums | Josef Bacik | 1 | -5/+5 |
2021-05-28 | btrfs: fix compressed writes that cross stripe boundary | Qu Wenruo | 1 | -5/+12 |
2021-05-27 | cifs: change format of CIFS_FULL_KEY_DUMP ioctl | Aurelien Aptel | 3 | -45/+126 |
2021-05-27 | cifs: fix string declarations and assignments in tracepoints | Shyam Prasad N | 1 | -12/+17 |
2021-05-27 | cifs: set server->cipher_type to AES-128-CCM for SMB3.0 | Aurelien Aptel | 1 | -0/+7 |
2021-05-27 | afs: Fix the nlink handling of dir-over-dir rename | David Howells | 1 | -1/+3 |
2021-05-27 | xfs: bunmapi has unnecessary AG lock ordering issues | Dave Chinner | 1 | -11/+0 |
2021-05-27 | xfs: btree format inode forks can have zero extents | Dave Chinner | 1 | -1/+0 |
2021-05-27 | io_uring: fix data race to avoid potential NULL-deref | Marco Elver | 1 | -2/+7 |
2021-05-27 | nfs: Remove trailing semicolon in macros | Huilong Deng | 2 | -2/+2 |
2021-05-27 | NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config | Zhang Xiaoxu | 1 | -1/+1 |
2021-05-26 | io-wq: Fix UAF when wakeup wqe in hash waitqueue | Zqiang | 1 | -3/+6 |
2021-05-26 | NFS: Clean up reset of the mirror accounting variables | Trond Myklebust | 1 | -8/+1 |
2021-05-26 | NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() | Trond Myklebust | 1 | -7/+5 |
2021-05-26 | NFS: Fix an Oopsable condition in __nfs_pageio_add_request() | Trond Myklebust | 1 | -4/+5 |
2021-05-26 | io_uring/io-wq: close io-wq full-stop gap | Pavel Begunkov | 3 | -12/+16 |
2021-05-25 | proc: Check /proc/$pid/attr/ writes against file opener | Kees Cook | 1 | -0/+4 |
2021-05-25 | Merge tag 'netfs-lib-fixes-20200525' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+2 |
2021-05-25 | afs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 3 | -0/+10 |
2021-05-25 | netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual | David Howells | 1 | -1/+1 |
2021-05-25 | netfs: Pass flags through to grab_cache_page_write_begin() | David Howells | 1 | -1/+1 |