aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds19-604/+1431
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds28-1788/+1530
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-66/+111
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-116/+532
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+9
2016-05-20Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-8/+72
2016-05-20fs/efs/super.c: fix return valueHeloise1-2/+2
2016-05-20dax: move RADIX_DAX_ definitions to dax.cNeilBrown1-0/+9
2016-05-20fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko1-37/+3
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko5-5/+5
2016-05-20procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis1-1/+41
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones1-1/+19
2016-05-20userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov1-13/+28
2016-05-20mm,writeback: don't use memory reserves for wb_start_writebackTetsuo Handa1-1/+2
2016-05-20tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMURich Felker1-6/+2
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds9-32/+60
2016-05-20f2fs: 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-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-74/+135
2016-05-19CIFS: Remove some obsolete commentsSteve French1-6/+1
2016-05-19cifs: Create dedicated keyring for spnego operationsSachin Prabhu3-2/+71
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman1-5/+5
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-05-19ocfs2: clean up an unneeded goto in ocfs2_put_slot()Guozhonghua1-5/+1
2016-05-19ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao1-3/+2
2016-05-19ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recpiaojun1-2/+1
2016-05-19ocfs2: fix comment in struct ocfs2_extended_slotGuozhonghua1-1/+1
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2-36/+43
2016-05-19fsnotify: 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/linux-securityLinus 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
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim3-19/+47
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim5-19/+22
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-62/+45
2016-05-18Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-21/+14
2016-05-18Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+15
2016-05-18xfs: concurrent readdir hangs on data buffer locksDave Chinner1-9/+14
2016-05-18Revert "btrfs: switch to ->iterate_shared()"Al Viro1-1/+1
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-383/+167
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds22-563/+338
2016-05-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-69/+121
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-6/+6
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-15/+35
2016-05-17btrfs: Switch to generic xattr handlersAndreas Gruenbacher3-30/+11