aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-12allow link_path_walk() to take ERR_PTR()Gravatar Al Viro 1-33/+5
2018-07-12make path_init() unconditionally paired with terminate_walk()Gravatar Al Viro 1-16/+16
2018-07-12make alloc_file() staticGravatar Al Viro 1-2/+1
2018-07-12new helper: alloc_file_clone()Gravatar Al Viro 2-4/+13
2018-07-12create_pipe_files(): switch the first allocation to alloc_file_pseudo()Gravatar Al Viro 1-26/+8
2018-07-12anon_inode_getfile(): switch to alloc_file_pseudo()Gravatar Al Viro 1-23/+6
2018-07-12hugetlb_file_setup(): switch to alloc_file_pseudo()Gravatar Al Viro 1-37/+16
2018-07-12new wrapper: alloc_file_pseudo()Gravatar Al Viro 2-16/+31
2018-07-12switch atomic_open() and lookup_open() to returning 0 in all success casesGravatar Al Viro 1-17/+17
2018-07-12->atomic_open(): return 0 in all success casesGravatar Al Viro 2-17/+17
2018-07-12get rid of 'opened' in path_openat() and the helpers downstreamGravatar Al Viro 1-14/+8
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Gravatar Al Viro 12-20/+12
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Gravatar Al Viro 3-15/+13
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Gravatar Al Viro 9-12/+11
2018-07-12IMA: don't propagate opened through the entire thingGravatar Al Viro 2-3/+2
2018-07-12introduce FMODE_CREATED and switch to itGravatar Al Viro 9-15/+19
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDGravatar Al Viro 3-13/+5
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Gravatar Al Viro 3-19/+6
2018-07-12lift fput() on late failures into path_openat()Gravatar Al Viro 1-16/+12
2018-07-12fold put_filp() into fput()Gravatar Al Viro 3-20/+10
2018-07-12introduce FMODE_OPENEDGravatar Al Viro 2-1/+3
2018-07-12security_file_open(): lose cred argumentGravatar Al Viro 1-1/+1
2018-07-12get rid of cred argument of vfs_open() and do_dentry_open()Gravatar Al Viro 3-12/+9
2018-07-12pass ->f_flags value to alloc_empty_file()Gravatar Al Viro 4-13/+9
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsGravatar Al Viro 4-6/+5
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeGravatar Al Viro 5-22/+17
2018-07-10make sure do_dentry_open() won't return positive as an errorGravatar Al Viro 1-0/+2
2018-07-10create_pipe_files(): use fput() if allocation of the second file failsGravatar Al Viro 1-4/+3
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Gravatar Al Viro 2-21/+1
2018-07-10fold security_file_free() into file_free()Gravatar Al Viro 1-6/+4
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Gravatar Al Viro 1-1/+0
2018-06-27proc: add proc_seq_releaseGravatar Chunyu Hu 1-1/+10
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 4-4/+4
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 10-124/+152
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 20-645/+879
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-136/+112
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 3-9/+14
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 2-2/+2
2018-06-15docs: Fix more broken referencesGravatar Mauro Carvalho Chehab 2-2/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupGravatar David Howells 3-20/+107
2018-06-15afs: Display manually added cells in dynamic root mountGravatar David Howells 6-27/+199
2018-06-15afs: Enable IPv6 DNS lookupsGravatar David Howells 2-2/+2
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversGravatar David Howells 1-2/+8
2018-06-15afs: Handle CONFIG_PROC_FS=nGravatar David Howells 2-2/+10
2018-06-15proc: Make inline name size calculation automaticGravatar David Howells 4-12/+16
2018-06-15orangefs: simplify compat ioctl handlingGravatar Al Viro 1-42/+12
2018-06-15signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Gravatar Al Viro 1-25/+25
2018-06-14eventpoll: switch to ->poll_maskGravatar Ben Noordhuis 1-5/+10
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLGravatar Christoph Hellwig 1-2/+2
2018-06-14eventfd: only return events requested in poll_mask()Gravatar Avi Kivity 1-2/+2