summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bcachefs: Reduce would_deadlock restartsKent Overstreet2024-01-211-0/+7
| * | | bcachefs: bch2_trans_account_disk_usage_change()Kent Overstreet2024-01-213-29/+48
| * | | bcachefs: bch_fs_usage_baseKent Overstreet2024-01-217-47/+45
| * | | bcachefs: bch2_prt_compression_type()Kent Overstreet2024-01-215-6/+15
| * | | bcachefs: helpers for printing data typesKent Overstreet2024-01-2114-64/+64
| * | | bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet2024-01-218-30/+27
| * | | bcachefs: drop to_text code for obsolete bps in alloc keysKent Overstreet2024-01-211-18/+0
| * | | bcachefs: eytzinger_for_each() declares loop iterKent Overstreet2024-01-212-3/+3
| * | | bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet2024-01-211-4/+5
| * | | bcachefs: fix memleak in bch2_split_devsSu Yue2024-01-211-3/+5
* | | | Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-2016-232/+215
|\ \ \ \
| * | | | cifs: update iface_last_update on each query-and-updateShyam Prasad N2024-01-191-1/+3
| * | | | cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2024-01-192-46/+69
| * | | | cifs: new mount option called retransShyam Prasad N2024-01-195-0/+15
| * | | | cifs: reschedule periodic query for server interfacesShyam Prasad N2024-01-191-0/+2
| * | | | smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara2024-01-191-3/+3
| * | | | smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2024-01-192-83/+36
| * | | | smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-194-89/+71
| * | | | smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara2024-01-191-1/+1
| * | | | cifs: new nt status codes from MS-SMB2Shyam Prasad N2024-01-182-0/+4
| * | | | cifs: pick channel for tcon and tdisShyam Prasad N2024-01-181-6/+4
| * | | | cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-01-181-1/+1
| * | | | cifs: minor comment cleanupSteve French2024-01-181-3/+3
| * | | | smb3: show beginning time for per share statsSteve French2024-01-183-2/+6
| * | | | cifs: remove redundant variable tcon_existColin Ian King2024-01-161-3/+3
* | | | | execve: open the executable file before doing anything elseLinus Torvalds2024-01-201-34/+35
* | | | | Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-01-191-2/+2
|\ \ \ \ \
| * | | | | bcachefs: Replace strlcpy() with strscpy()Kees Cook2024-01-181-2/+2
* | | | | | Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-199-48/+89
|\ \ \ \ \ \
| * | | | | | ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro2024-01-151-8/+13
| * | | | | | ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro2024-01-151-2/+0
| * | | | | | ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao2024-01-151-17/+22
| * | | | | | ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li2024-01-151-2/+2
| * | | | | | ceph: send oldest_client_tid when renewing capsXiubo Li2024-01-151-5/+17
| * | | | | | ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li2024-01-151-3/+5
| * | | | | | ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers2024-01-151-0/+1
| * | | | | | ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-01-151-6/+3
| * | | | | | ceph: try to allocate a smaller extent map for sparse readXiubo Li2024-01-153-3/+23
| * | | | | | ceph: reinitialize mds feature bit even when session in openVenky Shankar2024-01-151-1/+1
| * | | | | | ceph: skip reconnecting if MDS is not readyXiubo Li2024-01-151-1/+2
* | | | | | | Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong2024-01-111-1/+1
* | | | | | | | Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds2024-01-197-23/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | ksmbd: only v2 leases handle the directoryNamjae Jeon2024-01-141-0/+6
| * | | | | | | | ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon2024-01-144-18/+13
| * | | | | | | | ksmbd: validate mech token in session setupNamjae Jeon2024-01-143-5/+23
* | | | | | | | | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-1955-2045/+3801
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | netfs: Fix wrong #ifdef hiding waitDavid Howells2024-01-091-1/+1
| * | | | | | | | | cachefiles: Fix signed/unsigned mixupDavid Howells2024-01-091-3/+3
| * | | | | | | | | netfs: Fix the loop that unmarks folios after writing to the cacheDavid Howells2024-01-052-1/+2