lib: rename lib/find_next_bit.c to lib/find_bit.c
[deliverable/linux.git] / fs /
2015-04-15  Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-04-15  Joe Perchesproc: remove use of seq_printf return value
2015-04-15  Rasmus Villemoeslib/string_helpers.c: change semantics of string_escape_mem
2015-04-15  Iulia Mandakernel: conditionally support non-root users, groups...
2015-04-15  Chen Hanxiao/proc/PID/status: show all sets of pid according to ns
2015-04-15  Boaz Harroshdax: unify ext2/4_{dax,}_file_operations
2015-04-15  Boaz Harroshdax: use pfn_mkwrite to update c/mtime + freeze protection
2015-04-15  David Rientjesfs, jfs: remove slab object constructor
2015-04-15  Mike Kravetzhugetlbfs: accept subpool min_size mount option and...
2015-04-15  Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge tag 'sound-4.1-rc1' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge tag 'locks-v4.1-1' of git://git.samba.org/jlayton...
2015-04-15  Linus TorvaldsMerge branch 'exec_domain_rip_v2' of git://git./linux...
2015-04-15  Linus TorvaldsMerge tag 'for-linus-4.1' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge tag 'upstream-4.1-rc1' of git://git.infradead...
2015-04-15  Linus TorvaldsMerge branch 'for-linus-2' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge branch 'kconfig' of git://git./linux/kernel/git...
2015-04-15  Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2015-04-15  Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2015-04-15  Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-04-15  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2015-04-15  Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2015-04-15  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge tag 'pm+acpi-4.1-rc1' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge branch 'i2c/for-next' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge tag 'vfio-v4.1-rc1' of git://github.com/awilliam...
2015-04-15  Linus TorvaldsMerge tag 'pinctrl-v4.1-1' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge tag 'backlight-for-linus-4.1' of git://git./linux...
2015-04-15  Linus TorvaldsMerge tag 'mfd-for-linus-4.1' of git://git./linux/kerne...
2015-04-14  Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-04-14  David Rientjesmm, mempool: do not allow atomic resizing
2015-04-14  Kees Cookmm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
2015-04-14  Kees Cookmm: split ET_DYN ASLR from mmap ASLR
2015-04-14  Michael Davidsonfs/binfmt_elf.c: fix bug in loading of PIE binaries
2015-04-14  Vladimir Davydovcleancache: remove limit on the number of cleancache...
2015-04-14  Vladimir Davydovcleancache: zap uuid arg of cleancache_init_shared_fs
2015-04-14  Vladimir Davydovocfs2: copy fs uuid to superblock
2015-04-14  Konstantin Khlebnikovpage_writeback: clean up mess around cancel_dirty_page()
2015-04-14  Andrew Mortonocfs2: make mlog_errno return the errno
2015-04-14  alex chenocfs2: check if the ocfs2 lock resource has been initia...
2015-04-14  Joe Perchesocfs2: logging: remove static buffer, use vsprintf...
2015-04-14  Chengyu Songocfs2: incorrect check for debugfs returns
2015-04-14  Jakub Wilkocfs2: fix a typo in the copyright statement
2015-04-14  Joseph Qiocfs2: fix possible uninitialized variable access
2015-04-14  Daeseok Younocfs2: remove goto statement in ocfs2_check_dir_for_entry()
2015-04-14  Joseph Qiocfs2: rollback the cleared bits if error occurs after...
2015-04-14  Joseph Qiocfs2: use ENOENT instead of EEXIST when get system...
2015-04-14  Joseph Qiocfs2: use actual name length when find entry in ocfs2_...
2015-04-14  Dan Carpenterocfs2: dereferencing freed pointers in ocfs2_reflink()
2015-04-14  Joseph Qiocfs2: fix typo in ocfs2_reserve_local_alloc_bits
2015-04-14  Joseph Qiocfs2: do not use ocfs2_zero_extend during direct IO
2015-04-14  Joseph Qiocfs2: take inode lock when get clusters
2015-04-14  Joseph Qiocfs2: no need get dinode bh when zeroing extend
2015-04-14  Joseph Qiocfs2: fix a typing error in ocfs2_direct_IO_write
2015-04-14  Daeseok Younocfs2: avoid a pointless delay in o2cb_cluster_check()
2015-04-14  Markus Elfringocfs2: one function call less in user_cluster_connect...
2015-04-14  Markus Elfringocfs2: one function call less in ocfs2_init_slot_info...
2015-04-14  Markus Elfringocfs2: one function call less in ocfs2_merge_rec_right...
2015-04-14  Markus Elfringocfs2: one function call less in ocfs2_merge_rec_left...
2015-04-14  Markus Elfringocfs2: less function calls in ocfs2_figure_merge_contig...
2015-04-14  Markus Elfringocfs2: less function calls in ocfs2_convert_inline_data...
2015-04-14  Markus Elfringocfs2: delete unnecessary checks before three function...
2015-04-14  Linus TorvaldsMerge tag 'gfs2-merge-window' of git://git./linux/kerne...
2015-04-14  Linus TorvaldsMerge tag 'jfs-4.1' of git://github.com/kleikamp/linux...
2015-04-14  Linus TorvaldsMerge tag 'please-pull-pstore' of git://git./linux...
2015-04-14  David S. MillerMerge git://git./linux/kernel/git/pablo/nf-next
2015-04-14  Linus TorvaldsMerge branch 'for-linus-1' of git://git./linux/kernel...
2015-04-14  Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2015-04-14  Russell KingMerge branch 'devel-stable' into for-next
2015-04-14  Linus TorvaldsMerge branch 'timers-nohz-for-linus' of git://git....
2015-04-14  Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2015-04-14  David S. MillerMerge git://git./linux/kernel/git/davem/net
2015-04-14  Linus TorvaldsMerge tag 'trace-v4.1' of git://git./linux/kernel/git...
2015-04-14  Linus TorvaldsMerge tag 'trace-4.1-tracefs' of git://git./linux/kerne...
2015-04-14  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-04-14  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-04-14  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-04-14  Dmitry TorokhovMerge branch 'next' into for-linus
2015-04-14  Rafael J. WysockiMerge branches 'powercap' and 'pm-devfreq'
2015-04-14  Rafael J. WysockiMerge branch 'acpi-scan'
2015-04-14  Linus TorvaldsMerge tag 'staging-4.1-rc1' of git://git./linux/kernel...
2015-04-14  Linus TorvaldsMerge tag 'driver-core-4.1-rc1' of git://git./linux...
2015-04-14  Linus TorvaldsMerge tag 'usb-4.1-rc1' of git://git./linux/kernel...
2015-04-13  Linus TorvaldsMerge branch 'for-4.1' of git://git./linux/kernel/git...
2015-04-13  Linus TorvaldsMerge branch 'for-4.1' of git://git./linux/kernel/git...
2015-04-13  Linus TorvaldsMerge branch 'for-4.1' of git://git./linux/kernel/git...
2015-04-13  Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2015-04-13  Linus TorvaldsMerge tag 'pci-v4.1-changes' of git://git./linux/kernel...
2015-04-13  Linus TorvaldsMerge tag 'hsi-for-4.1' of git://git./linux/kernel...
2015-04-13  Linus TorvaldsMerge tag 'for-v4.1' of git://git.infradead.org/battery-2.6
2015-04-13  David S. MillerMerge branch 'for-davem' of git://git./linux/kernel...
2015-04-13  Linus TorvaldsMerge tag 'regulator-v4.1' of git://git./linux/kernel...
2015-04-13  Linus TorvaldsMerge tag 'spi-v4.1' of git://git./linux/kernel/git...
2015-04-13  Linus TorvaldsMerge tag 'regmap-v4.1' of git://git./linux/kernel...
2015-04-13  Linus TorvaldsMerge tag 'mmc-v4.1' of git://git.linaro.org/people...
2015-04-13  Linus TorvaldsMerge tag 'edac_for_4.1' of git://git./linux/kernel...
2015-04-13  Jiri KosinaMerge branch 'for-4.1/sensor-hub' into for-linus
2015-04-13  Jiri KosinaMerge branches 'for-4.0/upstream-fixes', 'for-4.1/geniu...
2015-04-13  Linus TorvaldsMerge tag 'hwmon-for-linus-v4.1' of git://git./linux...
next
This page took 0.054789 seconds and 7 git commands to generate.