summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-14fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador1-3/+2
2018-07-14autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli1-9/+13
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka1-1/+2
2018-07-13btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota1-0/+2
2018-07-13btrfs: restore uuid_mutex in btrfs_open_devicesDavid Sterba1-0/+2
2018-07-12ext4: check for allocation block validity with block group lockedTheodore Ts'o2-0/+6
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner38-416/+379
2018-07-12few more cleanups of link_path_walk() callersAl Viro1-19/+11
2018-07-12allow link_path_walk() to take ERR_PTR()Al Viro1-33/+5
2018-07-12make path_init() unconditionally paired with terminate_walk()Al Viro1-16/+16
2018-07-12make alloc_file() staticAl Viro1-2/+1
2018-07-12new helper: alloc_file_clone()Al Viro2-4/+13
2018-07-12create_pipe_files(): switch the first allocation to alloc_file_pseudo()Al Viro1-26/+8
2018-07-12anon_inode_getfile(): switch to alloc_file_pseudo()Al Viro1-23/+6
2018-07-12hugetlb_file_setup(): switch to alloc_file_pseudo()Al Viro1-37/+16
2018-07-12new wrapper: alloc_file_pseudo()Al Viro2-16/+31
2018-07-12switch atomic_open() and lookup_open() to returning 0 in all success casesAl Viro1-17/+17
2018-07-12->atomic_open(): return 0 in all success casesAl Viro2-17/+17
2018-07-12get rid of 'opened' in path_openat() and the helpers downstreamAl Viro1-14/+8
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro12-20/+12
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro3-15/+13
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro9-12/+11
2018-07-12IMA: don't propagate opened through the entire thingAl Viro2-3/+2
2018-07-12introduce FMODE_CREATED and switch to itAl Viro9-15/+19
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro3-13/+5
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Al Viro3-19/+6
2018-07-12lift fput() on late failures into path_openat()Al Viro1-16/+12
2018-07-12fold put_filp() into fput()Al Viro3-20/+10
2018-07-12introduce FMODE_OPENEDAl Viro2-1/+3
2018-07-12security_file_open(): lose cred argumentAl Viro1-1/+1
2018-07-12get rid of cred argument of vfs_open() and do_dentry_open()Al Viro3-12/+9
2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro4-13/+9
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro4-6/+5
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro5-22/+17
2018-07-10make sure do_dentry_open() won't return positive as an errorAl Viro1-0/+2
2018-07-10create_pipe_files(): use fput() if allocation of the second file failsAl Viro1-4/+3
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-1/+0
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2-21/+1
2018-07-10fold security_file_free() into file_free()Al Viro1-6/+4
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-07-08ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2-5/+4
2018-07-08ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-3/+2
2018-07-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-96/+155
2018-07-07Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-54/+132
2018-07-05Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio5-21/+14
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio1-2/+5
2018-07-05cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg5-11/+13