OSDN Git Service

ipmi: Remove uses of return value of seq_printf
[android-x86/kernel.git] / fs /
2015-02-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-02-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-02-19 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2015-02-19 Linus TorvaldsMerge tag 'edac_fixes_for_3.20' of git://git./linux...
2015-02-19 Linus TorvaldsMerge tag 'platform-drivers-x86-v3.20-1' of git://git...
2015-02-19 Linus TorvaldsMerge branch 'kconfig' of git://git./linux/kernel/git...
2015-02-19 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2015-02-19 Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2015-02-19 Yan, Zhengceph: return error for traceless reply race
2015-02-19 Yan, Zhengceph: fix dentry leaks
2015-02-19 Yan, Zhengceph: re-send requests when MDS enters reconnecting...
2015-02-19 Ilya Dryomovceph: show nocephx_require_signatures and notcp_nodelay...
2015-02-19 Yan, Zhengceph: fix atomic_open snapdir
2015-02-19 Yan, Zhengceph: properly mark empty directory as complete
2015-02-19 Yan, Zhengclient: include kernel version in client metadata
2015-02-19 Yan, Zhengceph: provide seperate {inode,file}_operations for...
2015-02-19 Yan, Zhengceph: fix request time stamp encoding
2015-02-19 Yan, Zhengceph: fix reading inline data when i_size > PAGE_SIZE
2015-02-19 Yan, Zhengceph: avoid block operation when !TASK_RUNNING (ceph_md...
2015-02-19 Yan, Zhengceph: avoid block operation when !TASK_RUNNING (ceph_ge...
2015-02-19 Yan, Zhengceph: avoid block operation when !TASK_RUNNING (ceph_md...
2015-02-19 Yan, Zhengceph: improve reference tracking for snaprealm
2015-02-19 Yan, Zhengceph: properly zero data pages for file holes.
2015-02-19 Rickard Strandqvistceph: acl: Remove unused function
2015-02-19 Yan, Zhengceph: handle SESSION_FORCE_RO message
2015-02-18 Linus TorvaldsMerge tag 'locks-v3.20-2' of git://git.samba.org/jlayto...
2015-02-18 Linus TorvaldsMerge tag 'asm-generic-for-linus' of git://git./linux...
2015-02-18 Linus TorvaldsMerge tag 'pci-v3.20-fixes-1' of git://git./linux/kerne...
2015-02-18 Linus TorvaldsMerge tag 'virtio-next-for-linus' of git://git./linux...
2015-02-18 Linus TorvaldsMerge tag 'mfd-for-linus-3.20' of git://git./linux...
2015-02-18 Linus TorvaldsMerge tag 'pwm/for-3.20-rc1' of git://git./linux/kernel...
2015-02-18 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2015-02-18 Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
2015-02-18 Linus TorvaldsMerge tag 'firewire-updates' of git://git./linux/kernel...
2015-02-18 Linus TorvaldsMerge tag 'for-linus-20150216' of git://git.infradead...
2015-02-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2015-02-18 Linus TorvaldsMerge tag 'md/3.20-fixes' of git://neil.brown.name/md
2015-02-18 Linus TorvaldsMerge tag 'please-pull-fixmcelog' of git://git./linux...
2015-02-18 Linus TorvaldsMerge tag 'docs-fix' of git://git.lwn.net/linux-2.6
2015-02-18 Linus TorvaldsMerge branch 'for-3.20' of git://linux-nfs.org/~bfields...
2015-02-18 Linus TorvaldsMerge branch 'lazytime' of git://git./linux/kernel...
2015-02-17 Linus TorvaldsMerge branch 'iov_iter' of git://git./linux/kernel...
2015-02-17 Linus TorvaldsMerge branch 'getname2' of git://git./linux/kernel...
2015-02-17 Linus TorvaldsMerge branch 'debugfs_automount' of git://git./linux...
2015-02-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-02-17 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-02-17 Fabian Frederickfs/affs/super.c: fix switch indentation
2015-02-17 Fabian Frederickfs/affs/inode.c: remove double extern affs_symlink_inod...
2015-02-17 Fabian Frederickfs/affs/bitmap.c: remove unnecessary return
2015-02-17 Fabian Frederickfs/affs/amigaffs.c: remove else after return
2015-02-17 Fabian Frederickfs/affs: define AFFSNAMEMAX to replace constant use
2015-02-17 Fabian Frederickfs/affs: use unsigned int for string lengths
2015-02-17 Fabian Frederickfs/affs/super.c: destroy sbi mutex in affs_kill_sb()
2015-02-17 Fabian Frederickfs/affs/file.c: fix direct IO writes beyond EOF
2015-02-17 Fabian Frederickfs/affs/file.c: replace if/BUG by BUG_ON
2015-02-17 Geert Uytterhoevenfs/affs: fix casting in printed messages
2015-02-17 Chris Masoneventfd: don't take the spinlock in eventfd_poll
2015-02-17 WANG Chaovmcore: fix PT_NOTE n_namesz, n_descsz overflow issue
2015-02-17 Fred Choufs: fat: use MSDOS_SB macro to get msdos_sb_info
2015-02-17 Fabian Frederickfs/reiserfs/inode.c: replace 0 by NULL for pointers
2015-02-17 Fabian Frederickfs/ufs/super.c: fix potential race condition
2015-02-17 Fabian Frederickfs/ufs/super.c: remove unnecessary casting
2015-02-17 Fabian Frederickfs/coda/dir.c: forward declaration clean-up
2015-02-17 Fabian Frederickfs/befs/linuxvfs.c: remove unnecessary casting
2015-02-17 Linus TorvaldsMerge branch 'parisc-3.20-1' of git://git./linux/kernel...
2015-02-17 Linus TorvaldsMerge tag 'nios2-v3.20-rc1' of git://git.rocketboards...
2015-02-17 Linus TorvaldsMerge tag 'suspend-to-idle-3.20-rc1' of git://git....
2015-02-17 Jeff Laytonlocks: fix list insertion when lock is split in two
2015-02-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-02-17 Jeff Laytonlocks: remove conditional lock release in middle of...
2015-02-17 Jeff Laytonlocks: only remove leases associated with the file...
2015-02-17 Linus TorvaldsMerge tag '64bit-for-linus' of git://git./linux/kernel...
2015-02-17 Linus TorvaldsMerge tag 'defconfig-for-linus' of git://git./linux...
2015-02-17 Linus TorvaldsMerge tag 'drivers-for-linus' of git://git./linux/kerne...
2015-02-17 Linus TorvaldsMerge tag 'dt-for-linus' of git://git./linux/kernel...
2015-02-17 Linus TorvaldsMerge tag 'soc-for-linus' of git://git./linux/kernel...
2015-02-17 David Howellsdebugfs: Provide a file creation function that also...
2015-02-17 Linus TorvaldsMerge tag 'cleanup-for-linus' of git://git./linux/kerne...
2015-02-17 Linus TorvaldsMerge tag 'fixes-non-critical-for-linus' of git://git...
2015-02-17 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-02-17 Helge Dellerfs/binfmt_som: Drop kernel support for HP-UX SOM binaries
2015-02-17 Brian NorrisMerge JFFS2 updates from David Woodhouse
2015-02-17 Joseph Qiocfs2: set append dio as a ro compat feature
2015-02-17 Joseph Qiocfs2: wait for orphan recovery first once append O_DIR...
2015-02-17 Joseph Qiocfs2: complete the rest request through buffer io
2015-02-17 Joseph Qiocfs2: do not fallback to buffer I/O write if appending
2015-02-17 Joseph Qiocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
2015-02-17 Joseph Qiocfs2: implement ocfs2_direct_IO_write
2015-02-17 Joseph Qiocfs2: add orphan recovery types in ocfs2_recover_orphans
2015-02-17 Joseph Qiocfs2: add functions to add and remove inode in orphan dir
2015-02-17 Joseph Qiocfs2: prepare some interfaces used in append direct io
2015-02-17 Matthew Wilcoxdax: does not work correctly with virtual aliasing...
2015-02-17 Ross Zwislerext4: add DAX functionality
2015-02-17 Matthew Wilcoxdax: add dax_zero_page_range
2015-02-17 Matthew Wilcoxext2: get rid of most mentions of XIP in ext2
2015-02-17 Matthew Wilcoxext2: remove ext2_aops_xip
2015-02-17 Matthew Wilcoxvfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_F...
2015-02-17 Matthew Wilcoxext2: remove xip.c and xip.h
2015-02-17 Matthew Wilcoxext2: remove ext2_use_xip
2015-02-17 Matthew Wilcoxext2: remove ext2_xip_verify_sb()
next