summaryrefslogtreecommitdiffstats
path: root/fs/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-181-133/+148
|\
| * Merge branch 'work.fdtable' into vfs.fileChristian Brauner2024-10-301-126/+78
| |\
| | * expand_files(): simplify calling conventionsAl Viro2024-10-091-15/+8
| | * make __set_open_fd() set cloexec state as wellAl Viro2024-10-091-5/+4
| | * file.c: merge __{set,clear}_close_on_exec()Al Viro2024-10-071-22/+11
| | * alloc_fdtable(): change calling conventions.Al Viro2024-10-071-46/+29
| | * fs/file.c: add fast path in find_next_fd()Yu Ma2024-10-071-0/+9
| | * fs/file.c: conditionally clear full_fdsYu Ma2024-10-071-1/+3
| | * fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()Yu Ma2024-10-071-19/+14
| | * move close_range(2) into fs/file.c, fold __close_range() into itAl Viro2024-10-071-2/+4
| | * close_files(): don't bother with xchg()Al Viro2024-10-071-1/+1
| | * get rid of ...lookup...fdget_rcu() familyAl Viro2024-10-071-24/+4
| * | fs: port files to file_refChristian Brauner2024-10-301-7/+7
| * | fs: add file_refChristian Brauner2024-10-191-0/+63
| |/
* | Merge patch series "File abstractions needed by Rust Binder"Christian Brauner2024-10-081-0/+7
|\ \ | |/ |/|
| * rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho2024-09-301-0/+7
* | close_range(): fix the logics in descriptor table trimmingAl Viro2024-09-301-61/+34
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-13/+13
|\ \
| * | add struct fd constructors, get rid of __to_fd()Al Viro2024-08-131-13/+13
* | | file: remove outdated comment after close_fd()Joel Savitz2024-08-301-1/+1
| |/ |/|
* | fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro2024-08-061-17/+13
* | protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro2024-08-011-0/+1
|/
* fs/file: fix the check in find_next_fd()Yuntao Wang2024-05-301-2/+2
* get_file_rcu(): no need to check for NULL separatelyAl Viro2024-04-151-7/+2
* fd_is_open(): move to fs/file.cAl Viro2024-04-151-0/+5
* close_on_exec(): pass files_struct instead of fdtableAl Viro2024-04-151-4/+1
* file: remove __receive_fd()Christian Brauner2023-12-121-8/+3
* file: remove pointless wrapperChristian Brauner2023-12-121-14/+9
* file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner2023-12-121-5/+9
* Improve __fget_files_rcu() code generation (and thus __fget_light())Linus Torvalds2023-12-121-18/+33
* file, i915: fix file reference for mmap_singleton()Christian Brauner2023-10-251-0/+25
* backing file: free directlyChristian Brauner2023-10-191-0/+3
* file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-18/+107
* Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-14/+16
|\
| * fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)2023-08-191-1/+2
| * file: mostly eliminate spurious relocking in __range_closeMateusz Guzik2023-08-041-13/+14
* | fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner2023-08-061-1/+1
* | file: reinstate f_pos locking optimization for regular filesLinus Torvalds2023-08-041-1/+17
* | file: always lock position for FMODE_ATOMIC_POSChristian Brauner2023-07-241-4/+2
|/
* fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o2023-03-101-0/+1
* fs: use acquire ordering in __fget_light()Jann Horn2022-10-311-1/+10
* gfs2: Add glockfd debugfs fileAndreas Gruenbacher2022-06-291-0/+1
* fix the breakage in close_fd_get_file() calling conventions changeAl Viro2022-06-051-2/+1
* Unify the primitives for file descriptor closingAl Viro2022-05-151-48/+29
* fs: remove fget_many and fput_many interfaceGou Hao2022-05-151-20/+13
* fs: fix fd table size alignment properlyLinus Torvalds2022-03-301-2/+1
* fs: fd tables have to be multiples of BITS_PER_LONGLinus Torvalds2022-03-301-0/+30
* fget: clarify and improve __fget_files() implementationLinus Torvalds2021-12-131-16/+56
* fget: check that the fd still exists after getting a ref to itLinus Torvalds2021-12-031-0/+4
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-111-0/+6
|\