• Linus Torvalds's avatar
    Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs · de16588a
    Linus Torvalds authored
    Pull misc vfs updates from Christian Brauner:
     "This contains the usual miscellaneous features, cleanups, and fixes
      for vfs and individual filesystems.
    
      Features:
    
       - Block mode changes on symlinks and rectify our broken semantics
    
       - Report file modifications via fsnotify() for splice
    
       - Allow specifying an explicit timeout for the "rootwait" kernel
         command line option. This allows to timeout and reboot instead of
         always waiting indefinitely for the root device to show up
    
       - Use synchronous fput for the close system call
    
      Cleanups:
    
       - Get rid of open-coded lockdep workarounds for async io submitters
         and replace it all with a single consolidated helper
    
       - Simplify epoll allocation helper
    
       - Convert simple_write_begin and simple_write_end to use a folio
    
       - Convert page_cache_pipe_buf_confirm() to use a folio
    
       - Simplify __range_close to avoid pointless locking
    
       - Disable per-c...
    de16588a
attr.c 15.4 KB