summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* new helper: alloc_file_clone()Al Viro2018-07-122-4/+13
* create_pipe_files(): switch the first allocation to alloc_file_pseudo()Al Viro2018-07-121-26/+8Star
* anon_inode_getfile(): switch to alloc_file_pseudo()Al Viro2018-07-121-23/+6Star
* hugetlb_file_setup(): switch to alloc_file_pseudo()Al Viro2018-07-121-37/+16Star
* new wrapper: alloc_file_pseudo()Al Viro2018-07-122-16/+31
* switch atomic_open() and lookup_open() to returning 0 in all success casesAl Viro2018-07-121-17/+17
* ->atomic_open(): return 0 in all success casesAl Viro2018-07-122-17/+17
* get rid of 'opened' in path_openat() and the helpers downstreamAl Viro2018-07-121-14/+8Star
* get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-1212-20/+12Star
* getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-123-15/+13Star
* getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-129-12/+11Star
* IMA: don't propagate opened through the entire thingAl Viro2018-07-122-3/+2Star
* introduce FMODE_CREATED and switch to itAl Viro2018-07-129-15/+19
* switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro2018-07-123-13/+5Star
* now we can fold open_check_o_direct() into do_dentry_open()Al Viro2018-07-123-19/+6Star
* lift fput() on late failures into path_openat()Al Viro2018-07-121-16/+12Star
* fold put_filp() into fput()Al Viro2018-07-123-20/+10Star
* introduce FMODE_OPENEDAl Viro2018-07-122-1/+3
* security_file_open(): lose cred argumentAl Viro2018-07-121-1/+1
* get rid of cred argument of vfs_open() and do_dentry_open()Al Viro2018-07-123-12/+9Star
* pass ->f_flags value to alloc_empty_file()Al Viro2018-07-124-13/+9Star
* pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro2018-07-124-6/+5Star
* alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-125-22/+17Star
* make sure do_dentry_open() won't return positive as an errorAl Viro2018-07-111-0/+2
* create_pipe_files(): use fput() if allocation of the second file failsAl Viro2018-07-111-4/+3Star
* turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2018-07-112-21/+1Star
* fold security_file_free() into file_free()Al Viro2018-07-111-6/+4Star
* drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-111-1/+0Star
* proc: add proc_seq_releaseChunyu Hu2018-06-281-1/+10
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-164-4/+4
|\
| * fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-152-2/+2
| * docs: Fix more broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* | Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1610-124/+152
|\ \
| * | fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-182-2/+2
| * | fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-181-18/+18
| * | fsnotify: generalize send_to_group()Amir Goldstein2018-05-181-25/+23Star
| * | fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-183-36/+47
| * | fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-181-25/+49
| * | fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-187-42/+38Star
| * | fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-183-19/+18Star
* | | Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-1620-645/+879
|\ \ \
| * | | afs: Optimise callback breaking by not repeating volume lookupDavid Howells2018-06-153-20/+107
| * | | afs: Display manually added cells in dynamic root mountDavid Howells2018-06-156-27/+199
| * | | afs: Enable IPv6 DNS lookupsDavid Howells2018-06-152-2/+2
| * | | afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells2018-06-151-2/+8
| * | | afs: Handle CONFIG_PROC_FS=nDavid Howells2018-06-152-2/+10
| * | | proc: Make inline name size calculation automaticDavid Howells2018-06-154-12/+16
| * | | Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-0316-167/+222
| |\ \ \
| * | | | afs: Implement network namespacingDavid Howells2018-05-238-295/+173Star
| * | | | afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-233-6/+6