summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-24nilfs2: remove space before commaRyusuke Konishi2-4/+4
2016-05-24nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi1-1/+1
2016-05-24nilfs2: constify nilfs_sc_operations structuresJulia Lawall1-5/+5
2016-05-24fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki1-3/+1
2016-05-24fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki1-1/+1
2016-05-24fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki1-1/+1
2016-05-24ELF/MIPS build fixRalf Baechle1-0/+8
2016-05-22Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds19-604/+1431
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds28-1788/+1530
2016-05-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-66/+111
2016-05-21Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-116/+532
2016-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+9
2016-05-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-8/+72
2016-05-21fs/efs/super.c: fix return valueHeloise1-2/+2
2016-05-21dax: move RADIX_DAX_ definitions to dax.cNeilBrown1-0/+9
2016-05-21fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko1-37/+3
2016-05-21lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko5-5/+5
2016-05-21procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis1-1/+41
2016-05-21procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones1-1/+19
2016-05-21userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov1-13/+28
2016-05-21mm,writeback: don't use memory reserves for wb_start_writebackTetsuo Handa1-1/+2
2016-05-21tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMURich Felker1-6/+2
2016-05-21Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds9-32/+60
2016-05-21f2fs: fix to update dirty page count correctlyChao Yu1-3/+4
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim5-13/+16
2016-05-20f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim1-0/+4
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-74/+135
2016-05-20CIFS: Remove some obsolete commentsSteve French1-6/+1
2016-05-20cifs: Create dedicated keyring for spnego operationsSachin Prabhu3-2/+71
2016-05-20mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman1-5/+5
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-05-20ocfs2: clean up an unneeded goto in ocfs2_put_slot()Guozhonghua1-5/+1
2016-05-20ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao1-3/+2
2016-05-20ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recpiaojun1-2/+1
2016-05-20ocfs2: fix comment in struct ocfs2_extended_slotGuozhonghua1-1/+1
2016-05-20fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2-36/+43
2016-05-20fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara3-21/+81
2016-05-19ocfs2/cluster: block BH in TCP callbacksEric Dumazet1-8/+9
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds4-10/+25
2016-05-18f2fs: make exit_f2fs_fs more clearTiezhu Yang1-5/+5
2016-05-18f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2-14/+15
2016-05-18f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim4-8/+14
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim3-7/+12