summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: Do not restrict writes to btrfs devicesJan Kara2023-11-181-0/+2
| * | block: Add config option to not allow writing to mounted devicesJan Kara2023-11-184-1/+97
| * | block: Remove blkdev_get_by_*() functionsJan Kara2023-11-182-69/+30
| * | bcachefs: Convert to bdev_open_by_path()Jan Kara2023-11-182-9/+11
| * | fs: handle freezing from multiple devicesChristian Brauner2023-11-182-33/+129
| * | fs: remove dead checkChristian Brauner2023-11-181-5/+0
| * | nilfs2: simplify device handlingJan Kara2023-11-181-8/+0
| * | fs: streamline thaw_super_lockedChristoph Hellwig2023-11-181-23/+20
| * | ext4: simplify device handlingChristian Brauner2023-11-181-3/+0
| * | xfs: simplify device handlingChristian Brauner2023-11-181-16/+3
| * | fs: simplify setup_bdev_super() callsChristian Brauner2023-11-181-16/+0
| * | blkdev: comment fs_holder_opsChristian Brauner2023-11-181-0/+5
| * | porting: document block device freeze and thaw changesChristian Brauner2023-11-181-0/+12
| * | fs: remove unused helperChristian Brauner2023-11-181-40/+14
| * | super: remove bd_fsfreeze_sbChristian Brauner2023-11-181-5/+2
| * | fs: remove get_active_super()Christian Brauner2023-11-182-29/+0
| * | bdev: implement freeze and thaw holder operationsChristian Brauner2023-11-183-54/+112
| * | bdev: add freeze and thaw holder operationsChristian Brauner2023-11-181-0/+10
| * | bdev: surface the error from sync_blockdev()Christian Brauner2023-11-181-1/+1
| * | bdev: rename freeze and thaw helpersChristian Brauner2023-11-188-23/+27
| * | fs: massage locking helpersChristian Brauner2023-11-181-44/+61
| |/
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-0883-456/+784
|\ \
| * | reiserfs: fix uninit-value in comp_keysEdward Adam Davis2023-12-281-1/+1
| * | Merge branch 'vfs.file'Christian Brauner2023-12-2116-92/+95
| |\ \
| | * | file: remove __receive_fd()Christian Brauner2023-12-126-16/+8
| | * | file: stop exposing receive_fd_user()Christian Brauner2023-12-124-9/+11
| | * | fs: replace f_rcuhead with f_task_workChristian Brauner2023-12-122-4/+6
| | * | file: remove pointless wrapperChristian Brauner2023-12-123-16/+11
| | * | file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner2023-12-124-8/+12
| | * | Improve __fget_files_rcu() code generation (and thus __fget_light())Linus Torvalds2023-12-122-24/+44
| | * | file: massage cleanup of files that failed to openAl Viro2023-12-123-17/+5
| | |/
| * | watch_queue: fix kcalloc() arguments orderDmitry Antipov2023-12-211-1/+1
| * | ntfs: dir.c: fix kernel-doc function parameter warningsRandy Dunlap2023-12-211-1/+2
| * | fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn2023-12-215-16/+16
| * | selftests/overlayfs: verify device and inode numbers in /proc/pid/mapsAndrei Vagin2023-12-215-0/+218
| * | fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin2023-12-212-6/+15
| * | eventfd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-121-2/+2
| * | fs: super: use GFP_KERNEL instead of GFP_USER for super block allocationAlexander Mikhalitsyn2023-12-121-1/+1
| * | fs/hfsplus: wrapper.c: fix kernel-doc warningsRandy Dunlap2023-12-121-2/+3
| * | fs: add Jan Kara as reviewerChristian Brauner2023-12-121-0/+1
| * | fs/inode: Make relatime_need_update return boolHao Ge2023-12-121-6/+6
| * | pipe: wakeup wr_wait after setting max_usageLukas Schauer2023-12-121-2/+5
| * | fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()Jann Horn2023-11-281-5/+12
| * | fs: reformat idmapped mounts entryChristian Brauner2023-11-281-10/+10
| * | mnt_idmapping: decouple from namespacesChristian Brauner2023-11-283-17/+106
| * | mnt_idmapping: remove nop checkChristian Brauner2023-11-281-28/+8
| * | mnt_idmapping: remove check_fsmapping()Christian Brauner2023-11-283-19/+3
| * | fs/aio: obey min_nr when doing wakeupsKent Overstreet2023-11-281-10/+57
| * | eventfd: make eventfd_signal{_mask}() voidChristian Brauner2023-11-282-34/+22
| * | eventfd: simplify eventfd_signal_mask()Christian Brauner2023-11-283-8/+8