aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-01-03btrfs: check for priority ticket granting before flushingJosef Bacik1-1/+14
2022-01-03btrfs: handle priority ticket failures in their respective helpersJosef Bacik1-25/+21
2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota5-13/+87
2022-01-03btrfs: remove unused parameter fs_devices from btrfs_init_workqueuesSu Yue1-3/+2
2022-01-03btrfs: reduce the scope of the tree log mutex during transaction commitFilipe Manana1-34/+42
2022-01-03btrfs: consolidate device_list_mutex in prepare_sprout to its parentAnand Jain1-18/+51
2022-01-03btrfs: switch seeding_dev in init_new_device to boolAnand Jain1-2/+2
2022-01-03btrfs: send: remove unused type parameter to iterate_inode_ref_tOmar Sandoval1-19/+13
2022-01-03btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()Omar Sandoval1-7/+3
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik3-10/+10
2022-01-03btrfs: remove the btrfs_item_end() helperJosef Bacik1-11/+5
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik24-216/+189
2022-01-03btrfs: introduce item_nr token variant helpersJosef Bacik2-40/+57
2022-01-03btrfs: make btrfs_file_extent_inline_item_len take a slotJosef Bacik2-4/+3
2022-01-03btrfs: add btrfs_set_item_*_nr() helpersJosef Bacik2-15/+21
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik8-49/+19
2022-01-03btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana1-89/+69
2022-01-03btrfs: only copy dir index keys when logging a directoryFilipe Manana2-231/+182
2022-01-03btrfs: remove spurious unlock/lock of unused_bgs_lockNikolay Borisov1-2/+0
2022-01-03btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana1-0/+19
2022-01-03btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana1-64/+78
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N5-35/+52
2022-01-02cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N1-0/+5
2022-01-02cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N1-1/+7
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N15-207/+236
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N6-24/+211
2022-01-02cifs: remove redundant assignment to pointer pColin Ian King1-1/+1
2022-01-02fs/writeback: Convert inode_switch_wbs_work_fn to foliosMatthew Wilcox (Oracle)1-11/+13
2021-12-31orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET1-4/+3
2021-12-31orangefs: use default_groups in kobj_typeGreg Kroah-Hartman1-7/+14
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-0/+3
2021-12-30fs/mount_setattr: always cleanup mount_kattrChristian Brauner1-5/+4
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-60/+142
2021-12-31erofs: add on-disk compressed tail-packing inline supportYue Hu5-31/+103
2021-12-31erofs: support inline data decompressionYue Hu2-44/+119
2021-12-31erofs: support unaligned data decompressionGao Xiang1-8/+9
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski3-0/+3
2021-12-29nilfs2: use default_groups in kobj_typeGreg Kroah-Hartman1-3/+10
2021-12-28ksmbd: Fix smb2_get_name() kernel-doc commentYang Li1-1/+1
2021-12-28ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li1-1/+0
2021-12-28ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li1-1/+1
2021-12-28ksmbd: Fix buffer_check_err() kernel-doc commentYang Li1-0/+1
2021-12-28ksmbd: fix multi session connection failureNamjae Jeon5-29/+24
2021-12-28ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon1-10/+12
2021-12-28ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon3-5/+21
2021-12-28ksmbd: Remove unused fields from ksmbd_file struct definitionMarios Makassikis1-10/+0
2021-12-28ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis1-9/+4
2021-12-28ksmbd: use oid registry functions to decode OIDsHyunchul Lee1-123/+19
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang3-21/+36
2021-12-29erofs: tidy up z_erofs_lz4_decompressGao Xiang1-39/+44