OSDN Git Service

hpfs: Remove unessary cast
[uclinux-h8/linux.git] / fs /
2015-06-26 Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2015-06-26 Linus TorvaldsMerge tag 'armsoc-defconfig' of git://git./linux/kernel...
2015-06-26 Linus TorvaldsMerge tag 'armsoc-drivers' of git://git./linux/kernel...
2015-06-26 Trond MyklebustpNFS/flexfiles: Turn off layoutcommit for servers that...
2015-06-26 Linus TorvaldsMerge tag 'armsoc-dt' of git://git./linux/kernel/git...
2015-06-26 Linus TorvaldsMerge tag 'armsoc-soc' of git://git./linux/kernel/git...
2015-06-26 Linus TorvaldsMerge tag 'armsoc-cleanup' of git://git./linux/kernel...
2015-06-26 Trond MyklebustMerge branch 'layoutstats'
2015-06-26 Peng Taopnfs/flexfiles: protect ktime manipulation with mirror...
2015-06-26 Peng Taonfs: provide pnfs_report_layoutstat when NFS42 is disabled
2015-06-26 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-06-26 Vishal Vermafs/block_dev.c: skip rw_page if bdev has integrity
2015-06-26 Ingo MolnarMerge tag 'perf-urgent-for-mingo' of git://git./linux...
2015-06-26 Linus TorvaldsMerge tag 'rtc-v4.2-1' of git://git./linux/kernel/git...
2015-06-26 Linus TorvaldsMerge branch 'i2c/for-4.2' of git://git./linux/kernel...
2015-06-26 Linus TorvaldsMerge branch 'mailbox-for-next' of git://git.linaro...
2015-06-26 Rafael J. WysockiMerge branches 'acpi-video', 'device-properties', ...
2015-06-26 Linus TorvaldsMerge tag 'edac/v4.2-1' of git://git./linux/kernel...
2015-06-26 Linus TorvaldsMerge tag 'media/v4.2-1' of git://git./linux/kernel...
2015-06-26 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2015-06-26 Linus TorvaldsMerge tag 'sound-4.2-rc1' of git://git./linux/kernel...
2015-06-26 Linus TorvaldsMerge branch 'dmi-for-linus' of git://git./linux/kernel...
2015-06-26 Nicolas Ioosscoredump: add __printf attribute to cn_*printf functions
2015-06-26 Nicolas Ioosscoredump: use from_kuid/kgid when formatting corename
2015-06-26 Firo Yangfs/reiserfs: remove unneeded cast
2015-06-26 NeilBrownNILFS2: support NFSv2 export
2015-06-26 Fabian Frederickfs/befs/btree.c: remove unneeded initializations
2015-06-26 Firo Yangfs/minix: remove unneeded cast
2015-06-26 Firo Yangfs/efs: femove unneeded cast
2015-06-26 Rasmus Villemoesfs/ext4/super.c: use strreplace() in ext4_fill_super()
2015-06-26 Rasmus Villemoesfs/jbd2/journal.c: use strreplace()
2015-06-26 Iago López Galeirasfs, proc: introduce CONFIG_PROC_CHILDREN
2015-06-26 Alexey Dobriyanproc: fix PAGE_SIZE limit of /proc/$PID/cmdline
2015-06-25 Linus TorvaldsMerge branch 'for-4.2' of git://git./linux/kernel/git...
2015-06-25 Benjamin Coddingtonnfs: verify open flags before allowing open
2015-06-25 Jeff Laytonnfs: always update creds in mirror, even when we have...
2015-06-25 Jeff Laytonnfs: fix potential credential leak in ff_layout_update_...
2015-06-25 Linus TorvaldsMerge tag 'dm-4.2-changes' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2/writeback' of git://git.kernel...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2/sg' of git://git.kernel.dk/linux...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2/drivers' of git://git.kernel...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2/core' of git://git.kernel.dk...
2015-06-25 Linus TorvaldsMerge tag 'upstream-4.2-rc1' of git://git.infradead...
2015-06-25 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge tag 'for-4.2' of git://git.sourceforge.jp/gitroot...
2015-06-25 Yan, Zhengceph: fix ceph_writepages_start()
2015-06-25 Yan, Zhengceph: rework dcache readdir
2015-06-25 Yan, Zhengceph: switch some GFP_NOFS memory allocation to GFP_KERNEL
2015-06-25 Yan, Zhengceph: pre-allocate data structure that tracks caps...
2015-06-25 Yan, Zhengceph: re-send flushing caps (which are revoked) in...
2015-06-25 Yan, Zhengceph: send TID of the oldest pending caps flush to MDS
2015-06-25 Yan, Zhengceph: track pending caps flushing globally
2015-06-25 Yan, Zhengceph: track pending caps flushing accurately
2015-06-25 Yan, Zhengceph: fix directory fsync
2015-06-25 Yan, Zhengceph: fix flushing caps
2015-06-25 Yan, Zhengceph: don't include used caps in cap_wanted
2015-06-25 Yan, Zhengceph: ratelimit warn messages for MDS closes session
2015-06-25 Ilya Dryomovceph: simplify two mount_timeout sites
2015-06-25 Ilya Dryomovlibceph: store timeouts in jiffies, verify user input
2015-06-25 Yan, Zhengceph: exclude setfilelock requests when calculating...
2015-06-25 Yan, Zhengceph: don't pre-allocate space for cap release messages
2015-06-25 Yan, Zhengceph: make sure syncfs flushes all cap snaps
2015-06-25 Yan, Zhengceph: don't trim auth cap when there are cap snaps
2015-06-25 Yan, Zhengceph: take snap_rwsem when accessing snap realm's cache...
2015-06-25 Yan, Zhengceph: avoid sending unnessesary FLUSHSNAP message
2015-06-25 Yan, Zhengceph: set i_head_snapc when getting CEPH_CAP_FILE_WR...
2015-06-25 Yan, Zhengceph: use empty snap context for uninline_data and...
2015-06-25 Yan, Zhengceph: check OSD caps before read/write
2015-06-25 Yan, Zhenglibceph: allow setting osd_req_op's flags
2015-06-25 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2015-06-25 Kevin HilmanMerge tag 'armsoc-defconfig' into test-merge
2015-06-25 Kevin HilmanMerge tag 'armsoc-drivers' into test-merge
2015-06-25 Kevin HilmanMerge tag 'armsoc-dt' into test-merge
2015-06-25 Kevin HilmanMerge tag 'armsoc-soc' into test-merge
2015-06-25 Kevin HilmanMerge tag 'armsoc-cleanup' into test-merge
2015-06-25 Vinod KoulMerge branch 'topic/omap' into for-linus
2015-06-25 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-06-25 Linus TorvaldsMerge tag 'please-pull-pstore' of git://git./linux...
2015-06-25 Linus TorvaldsMerge tag 'for-f2fs-4.2' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
2015-06-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge tag 'edac_for_4.2_2' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge tag 'pinctrl-v4.2-1' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge tag 'backlight-for-linus-4.2' of git://git./linux...
2015-06-25 Michal Hockomm: do not ignore mapping_gfp_mask in page cache alloca...
2015-06-25 Zhang Zhenmm/hugetlb: reduce arch dependent code about hugetlb_pr...
2015-06-25 Chris Metcalfprocfs: treat parked tasks as sleeping for task state
2015-06-25 Joseph Qiocfs2: mark local functions as static
2015-06-25 Fabian Frederickocfs2: use swap() in ocfs2_double_lock()
2015-06-25 Fabian Frederickocfs2: use swap() in swap_refcount_rec()
2015-06-25 Fabian Frederickocfs2: use swap() in dx_leaf_sort_swap()
2015-06-25 Joseph Qiocfs2: fix wrong check in ocfs2_direct_IO_get_blocks
2015-06-25 Xue jiufeiocfs2: fix NULL pointer dereference in function ocfs2_a...
2015-06-25 alex chenocfs2: o2net: should remove debugfs in o2net_init(...
2015-06-25 WeiWei Wangocfs2: remove OCFS2_IOCB_SEM lock type in direct io
2015-06-25 Joseph Qiocfs2: do not BUG if jbd2_journal_dirty_metadata fails
2015-06-25 Xue jiufeiocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_t...
2015-06-25 Xue jiufeiocfs2: return error when ocfs2_figure_merge_contig_type...
2015-06-25 Joseph Qiocfs2/dlm: cleanup unused function __dlm_wait_on_lockre...
next