summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-203-6/+4
|\
| * fs/aio: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao2024-11-071-1/+1
| * alarmtimers: Remove return value from alarm functionsThomas Gleixner2024-11-071-3/+1
| * posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner2024-11-071-2/+2
* | Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-202-4/+4
|\ \
| * | fs/procfs: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-162-4/+4
| |/
* | Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-191-1/+1
|\ \
| * \ Merge tag 'v6.12-rc4' into sched/core, to resolve conflictIngo Molnar2024-10-21126-4699/+5732
| |\ \
| * | | sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers2024-10-141-1/+1
| * | | fs/bcachefs: Fix __wait_on_freeing_inode() definition of waitqueue entryIngo Molnar2024-10-091-1/+2
* | | | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-11-191-0/+1
|\ \ \ \
| * | | | fscrypt: Include <linux/once.h> in fs/crypto/keyring.cUros Bizjak2024-10-031-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-11-195-2/+24
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas2024-11-145-2/+24
| |\ \ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | | * | | binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4Mark Brown2024-10-173-0/+22
| | | | |/ / / | | | |/| | |
| | | | * | | hugetlb: arm64: add mte supportYang Shi2024-10-161-1/+1
| | | |/ / /
| | * / / / mm: Introduce ARCH_HAS_USER_SHADOW_STACKMark Brown2024-10-041-1/+1
| | |/ / /
* | | | | Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds2024-11-191-5/+8
|\ \ \ \ \
| * | | | | btrfs: validate queue limitsChristoph Hellwig2024-11-131-0/+6
| * | | | | block: add a bdev_limits helperChristoph Hellwig2024-10-291-5/+2
| * | | | | Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe2024-10-221-6/+9
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-11-1963-1402/+2409
|\ \ \ \ \ \
| * | | | | | btrfs: send: check for read-only send root under critical sectionFilipe Manana2024-11-111-10/+6
| * | | | | | btrfs: send: check for dead send root under critical sectionFilipe Manana2024-11-111-9/+8
| * | | | | | btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap()Filipe Manana2024-11-111-1/+1
| * | | | | | btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()Filipe Manana2024-11-111-1/+4
| * | | | | | btrfs: fix a typo in btrfs_use_zone_appendChristoph Hellwig2024-11-111-1/+1
| * | | | | | btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()Mark Harmstone2024-11-111-2/+2
| * | | | | | btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()Filipe Manana2024-11-111-4/+1
| * | | | | | btrfs: remove hole from struct btrfs_delayed_nodeFilipe Manana2024-11-111-1/+1
| * | | | | | btrfs: update stale comment for struct btrfs_delayed_ref_node::add_listFilipe Manana2024-11-111-1/+2
| * | | | | | btrfs: add new ioctl to wait for cleaned subvolumesDavid Sterba2024-11-111-0/+128
| * | | | | | btrfs: simplify range tracking in cow_file_range()Haisu Wang2024-11-111-18/+14
| * | | | | | btrfs: remove conditional path allocation in btrfs_read_locked_inode()Leo Martins2024-11-111-17/+29
| * | | | | | btrfs: push cleanup into btrfs_read_locked_inode()Leo Martins2024-11-111-48/+53
| * | | | | | btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()Mark Harmstone2024-11-111-2/+8
| * | | | | | btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone2024-11-116-12/+339
| * | | | | | btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone2024-11-111-11/+18
| * | | | | | btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is setMark Harmstone2024-11-111-11/+44
| * | | | | | btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone2024-11-113-32/+66
| * | | | | | btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()Mark Harmstone2024-11-111-4/+1
| * | | | | | btrfs: remove no longer used delayed ref head search functionalityFilipe Manana2024-11-111-29/+5
| * | | | | | btrfs: track delayed ref heads in an xarrayFilipe Manana2024-11-114-119/+106
| * | | | | | btrfs: add comments regarding locking to struct btrfs_delayed_ref_rootFilipe Manana2024-11-111-3/+17
| * | | | | | btrfs: assert delayed refs lock is held at add_delayed_ref_head()Filipe Manana2024-11-111-0/+1
| * | | | | | btrfs: assert delayed refs lock is held at find_first_ref_head()Filipe Manana2024-11-111-0/+2
| * | | | | | btrfs: assert delayed refs lock is held at find_ref_head()Filipe Manana2024-11-111-2/+2
| * | | | | | btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana2024-11-113-7/+10
| * | | | | | btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana2024-11-114-11/+18
| * | | | | | btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana2024-11-113-13/+15