aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-22eventfd: document lockless access in eventfd_pollGravatar Paolo Bonzini 1-2/+40
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesGravatar Jann Horn 3-9/+29
2016-03-22fat: add config option to set UTF-8 mount option by defaultGravatar Maciej S. Szmigiero 2-2/+20
2016-03-22ext4: in ext4_dir_llseek, check syscall bitness directlyGravatar Andy Lutomirski 1-1/+1
2016-03-22ocfs2: check/fix inode block for online file checkGravatar Gang He 2-9/+218
2016-03-22ocfs2: create/remove sysfile for online file checkGravatar Gang He 1-0/+5
2016-03-22ocfs2: sysfile interfaces for online file checkGravatar Gang He 4-1/+660
2016-03-22ocfs2: export ocfs2_kset for online file checkGravatar Gang He 2-1/+4
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 35-681/+1091
2016-03-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 13-437/+463
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 66-1590/+2178
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 33-2360/+2627
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 3-31/+232
2016-03-21btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sumsGravatar Chris Mason 1-0/+10
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+20
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 22-410/+459
2016-03-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 12-91/+109
2016-03-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+5
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextGravatar Al Viro 22-410/+459
2016-03-18splice: handle zero nr_pages in splice_to_pipe()Gravatar Rabin Vincent 1-0/+3
2016-03-17f2fs: submit node page write bios when really requiredGravatar Jaegeuk Kim 1-11/+1
2016-03-17f2fs: add missing argument to f2fs_setxattr stubGravatar Arnd Bergmann 1-1/+2
2016-03-17f2fs: fix to avoid unneeded unlock_new_inodeGravatar Chao Yu 1-3/+3
2016-03-17f2fs: clean up opened code with f2fs_update_dentryGravatar Chao Yu 1-16/+6
2016-03-17f2fs: declare static functionsGravatar Jaegeuk Kim 1-2/+2
2016-03-17f2fs: use cryptoapi crc32 functionsGravatar Keith Mok 4-24/+45
2016-03-17f2fs: modify the readahead method in ra_node_page()Gravatar Fan Li 1-5/+4
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openGravatar Jaegeuk Kim 3-1/+28
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoGravatar Jaegeuk Kim 21-1322/+1172
2016-03-17Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2016-03-17Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 9-79/+46
2016-03-17Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 1-12/+62
2016-03-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 27-1459/+1099
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 5-75/+38
2016-03-17lib: update single-char callers of strtobool()Gravatar Kees Cook 4-48/+20
2016-03-17btrfs: use radix_tree_iter_retry()Gravatar Matthew Wilcox 1-2/+1
2016-03-17proc-vmcore: wrong data type casting fixGravatar Dave Young 1-2/+5
2016-03-17proc/base: make prompt shell start from new line after executing "cat /proc/$...Gravatar Minfei Huang 1-1/+1
2016-03-17procfs: add conditional compilation checkGravatar Eric Engestrom 1-0/+2
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceGravatar John Stultz 1-0/+67
2016-03-17timer: convert timer_slack_ns from unsigned long to u64Gravatar John Stultz 2-5/+5
2016-03-17mm: introduce page reference manipulation functionsGravatar Joonsoo Kim 1-1/+1
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionGravatar Igor Redko 1-30/+1
2016-03-17/proc/kpageflags: return KPF_SLAB for slab tail pagesGravatar Naoya Horiguchi 1-0/+2
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesGravatar Naoya Horiguchi 1-2/+4
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-22/+0
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+14
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+92
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 18-296/+329
2016-03-16Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 18-298/+501