Age | Commit message (Expand) | Author | Files | Lines |
2022-01-10 | exfat: fix missing REQ_SYNC in exfat_update_bhs() | Yuezhang.Mo | 1 | -1/+2 |
2022-01-10 | exfat: remove argument 'sector' from exfat_get_dentry() | Yuezhang.Mo | 5 | -52/+33 |
2022-01-10 | exfat: move super block magic number to magic.h | Namjae Jeon | 2 | -1/+1 |
2022-01-10 | exfat: fix i_blocks for files truncated over 4 GiB | Christophe Vu-Brugier | 3 | -6/+6 |
2022-01-10 | exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() | Christophe Vu-Brugier | 4 | -18/+17 |
2022-01-10 | exfat: make exfat_find_location() static | Christophe Vu-Brugier | 2 | -4/+2 |
2022-01-10 | exfat: fix typos in comments | Christophe Vu-Brugier | 2 | -2/+2 |
2022-01-10 | exfat: simplify is_valid_cluster() | Christophe Vu-Brugier | 1 | -3/+1 |
2022-01-08 | Merge tag 'xfs-5.16-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+2 |
2021-12-30 | fs/mount_setattr: always cleanup mount_kattr | Christian Brauner | 1 | -5/+4 |
2021-12-23 | Merge tag '5.16-rc5-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 3 | -8/+26 |
2021-12-23 | Merge tag 'io_uring-5.16-2021-12-23' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+7 |
2021-12-22 | io_uring: zero iocb->ki_pos for stream file types | Jens Axboe | 1 | -3/+7 |
2021-12-22 | xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate | Darrick J. Wong | 1 | -1/+2 |
2021-12-21 | Merge tag 'nfsd-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2 | -11/+8 |
2021-12-19 | Merge tag '5.16-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -14/+44 |
2021-12-18 | NFSD: Fix READDIR buffer overflow | Chuck Lever | 2 | -11/+8 |
2021-12-17 | Merge tag 'zonefs-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2021-12-17 | ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 | Marcos Del Sol Vives | 2 | -7/+21 |
2021-12-17 | cifs: sanitize multiple delimiters in prepath | Thiago Rafael Becker | 1 | -1/+37 |
2021-12-17 | cifs: ignore resource_id while getting fscache super cookie | Shyam Prasad N | 2 | -13/+7 |
2021-12-17 | Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -24/+54 |
2021-12-17 | Merge tag 'io_uring-5.16-2021-12-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+2 |
2021-12-17 | zonefs: add MODULE_ALIAS_FS | Naohiro Aota | 1 | -0/+1 |
2021-12-16 | ksmbd: fix uninitialized symbol 'pntsd_size' | Namjae Jeon | 1 | -0/+4 |
2021-12-16 | ksmbd: fix error code in ndr_read_int32() | Dan Carpenter | 1 | -1/+1 |
2021-12-16 | afs: Fix mmap | David Howells | 2 | -2/+4 |
2021-12-15 | Merge tag 'ceph-for-5.16-rc6' of git://github.com/ceph/ceph-client | Linus Torvalds | 3 | -14/+25 |
2021-12-15 | btrfs: fix missing blkdev_put() call in btrfs_scan_one_device() | Shin'ichiro Kawasaki | 1 | -2/+4 |
2021-12-15 | btrfs: fix warning when freeing leaf after subvolume creation failure | Filipe Manana | 1 | -3/+4 |
2021-12-15 | btrfs: fix invalid delayed ref after subvolume creation failure | Filipe Manana | 6 | -22/+31 |
2021-12-15 | btrfs: check WRITE_ERR when trying to read an extent buffer | Josef Bacik | 1 | -0/+8 |
2021-12-14 | btrfs: fix missing last dir item offset update when logging directory | Filipe Manana | 1 | -0/+1 |
2021-12-14 | btrfs: fix double free of anon_dev after failure to create subvolume | Filipe Manana | 1 | -0/+8 |
2021-12-14 | btrfs: fix memory leak in __add_inode_ref() | Jianglei Nie | 1 | -0/+1 |
2021-12-13 | fget: clarify and improve __fget_files() implementation | Linus Torvalds | 1 | -16/+56 |
2021-12-13 | io-wq: drop wqe lock before creating new worker | Jens Axboe | 1 | -0/+2 |
2021-12-11 | Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+11 |
2021-12-11 | Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -8/+27 |
2021-12-10 | Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -10/+35 |
2021-12-10 | Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2 | -31/+36 |
2021-12-10 | Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -9/+15 |
2021-12-10 | Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+76 |
2021-12-10 | Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -45/+153 |
2021-12-10 | io-wq: check for wq exit after adding new worker task_work | Jens Axboe | 1 | -6/+25 |
2021-12-10 | io_uring: ensure task_work gets run as part of cancelations | Jens Axboe | 1 | -2/+4 |
2021-12-10 | nfsd: fix use-after-free due to delegation race | J. Bruce Fields | 1 | -2/+7 |
2021-12-10 | nfsd: Fix nsfd startup race (again) | Alexander Sverdlin | 2 | -7/+8 |
2021-12-09 | aio: Fix incorrect usage of eventfd_signal_allowed() | Xie Yongji | 1 | -1/+1 |
2021-12-09 | aio: fix use-after-free due to missing POLLFREE handling | Eric Biggers | 1 | -31/+106 |