aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-17xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong1-12/+12
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein1-2/+17
2018-07-17configfs: fix registered group removalMike Christie1-0/+11
2018-07-17btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo1-8/+9
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar69-638/+751
2018-07-15f2fs: do checkpoint in kill_sbJaegeuk Kim1-3/+13
2018-07-15f2fs: allow wrong configured dio to buffered writeJaegeuk Kim1-8/+14
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
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/linux into timers/coreThomas Gleixner38-416/+379
2018-07-12new helper: open_with_fake_path()Al Viro1-0/+18
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-12kernel: add kcompat_sys_{f,}statfs64()Mark Rutland1-2/+12
2018-07-11xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino1-2/+3
2018-07-11xfs: remove unused iolock arg from xfs_break_dax_layoutsEric Sandeen1-2/+1
2018-07-11xfs: kill __xfs_buf_submit_common()Brian Foster1-49/+34
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster3-53/+33
2018-07-11xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster1-39/+41
2018-07-11xfs: refactor buffer submission into a common helperBrian Foster2-49/+37