Age | Commit message (Expand) | Author | Files | Lines |
2023-12-06 | fs/ntfs3: Fix multithreaded stress test | Konstantin Komarov | 1 | -7/+14 |
2023-12-06 | fs/ntfs3: Reduce stack usage | Konstantin Komarov | 1 | -120/+98 |
2023-12-06 | fs/ntfs3: Print warning while fixing hard links count | Konstantin Komarov | 1 | -1/+1 |
2023-12-06 | fs/ntfs3: Correct hard links updating when dealing with DOS names | Konstantin Komarov | 1 | -2/+14 |
2023-12-06 | fs/ntfs3: Improve ntfs_dir_count | Konstantin Komarov | 1 | -7/+3 |
2023-12-06 | fs/ntfs3: Modified fix directory element type detection | Konstantin Komarov | 1 | -5/+25 |
2023-12-06 | fs/ntfs3: Improve alternative boot processing | Konstantin Komarov | 1 | -18/+17 |
2023-12-03 | Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -34/+54 |
2023-12-02 | Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2023-12-02 | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 36 | -228/+394 |
2023-12-01 | Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 3 | -10/+182 |
2023-11-30 | smb: client, common: fix fortify warnings | Dmitry Antipov | 5 | -31/+40 |
2023-11-30 | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 3 | -10/+182 |
2023-11-30 | cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved | David Howells | 1 | -0/+3 |
2023-11-30 | cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved | David Howells | 1 | -2/+8 |
2023-11-29 | bcachefs: Extra kthread_should_stop() calls for copygc | Kent Overstreet | 2 | -4/+10 |
2023-11-29 | bcachefs: Convert gc_alloc_start() to for_each_btree_key2() | Kent Overstreet | 1 | -4/+5 |
2023-11-29 | bcachefs: Fix race between btree writes and metadata drop | Kent Overstreet | 1 | -0/+4 |
2023-11-29 | bcachefs: move journal seq assertion | Kent Overstreet | 2 | -3/+3 |
2023-11-29 | bcachefs: -EROFS doesn't count as move_extent_start_fail | Kent Overstreet | 1 | -0/+4 |
2023-11-29 | smb: client: report correct st_size for SMB and NFS symlinks | Paulo Alcantara | 1 | -0/+2 |
2023-11-29 | smb: client: fix missing mode bits for SMB symlinks | Paulo Alcantara | 1 | -1/+1 |
2023-11-29 | bcachefs: trace_move_extent_start_fail() now includes errcode | Kent Overstreet | 3 | -17/+14 |
2023-11-29 | bcachefs: Fix split_race livelock | Kent Overstreet | 1 | -1/+5 |
2023-11-29 | bcachefs: Fix bucket data type for stripe buckets | Kent Overstreet | 1 | -2/+6 |
2023-11-29 | bcachefs: Add missing validation for jset_entry_data_usage | Kent Overstreet | 4 | -31/+53 |
2023-11-29 | bcachefs: Fix zstd compress workspace size | Kent Overstreet | 2 | -7/+11 |
2023-11-28 | Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -10/+62 |
2023-11-28 | Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 9 | -141/+162 |
2023-11-27 | debugfs: add API to allow debugfs operations cancellation | Johannes Berg | 3 | -1/+118 |
2023-11-27 | debugfs: annotate debugfs handlers vs. removal with lockdep | Johannes Berg | 3 | -0/+28 |
2023-11-27 | debugfs: fix automount d_fsdata usage | Johannes Berg | 3 | -9/+36 |
2023-11-27 | Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -48/+30 |
2023-11-26 | Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 10 | -375/+314 |
2023-11-26 | bcachefs: bpos is misaligned on big endian | Kent Overstreet | 1 | -1/+5 |
2023-11-26 | bcachefs: Fix ec + durability calculation | Kent Overstreet | 1 | -18/+12 |
2023-11-26 | bcachefs: Data update path won't accidentaly grow replicas | Kent Overstreet | 5 | -67/+96 |
2023-11-25 | Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -5/+21 |
2023-11-24 | Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -3/+18 |
2023-11-24 | btrfs: send: ensure send_fd is writable | Jann Horn | 1 | -1/+1 |
2023-11-24 | btrfs: free the allocated memory if btrfs_alloc_page_array() fails | Qu Wenruo | 1 | -3/+8 |
2023-11-24 | btrfs: fix 64bit compat send ioctl arguments not initializing version member | David Sterba | 1 | -0/+1 |
2023-11-24 | Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -56/+97 |
2023-11-24 | afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY | David Howells | 1 | -1/+3 |
2023-11-24 | afs: Fix file locking on R/O volumes to operate in local mode | David Howells | 1 | -0/+2 |
2023-11-24 | afs: Return ENOENT if no cell DNS record can be found | David Howells | 1 | -0/+10 |
2023-11-24 | bcachefs: deallocate_extra_replicas() | Kent Overstreet | 1 | -0/+27 |
2023-11-24 | bcachefs: Proper refcounting for journal_keys | Kent Overstreet | 6 | -11/+42 |
2023-11-24 | bcachefs: preserve device path as device name | Brian Foster | 3 | -2/+7 |
2023-11-24 | bcachefs: Fix an endianness conversion | Kent Overstreet | 1 | -1/+1 |