deliverable/linux.git
2014-09-30  Trond MyklebustMerge branch 'bugfixes' into linux-next
2014-09-30  Andy AdamsonNFSv4.1: Fix an NFSv4.1 state renewal regression
2014-09-28  Trond MyklebustNFSv4: fix open/lock state recovery error handling
2014-09-28  Trond MyklebustNFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTI...
2014-09-26  David HowellsNFS: Fabricate fscache server index key correctly
2014-09-26  Trond MyklebustSUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETR...
2014-09-25  Trond MyklebustNFSv3: Fix missing includes of nfs3_fs.h
2014-09-25  NeilBrownNFS/SUNRPC: Remove other deadlock-avoidance mechanisms...
2014-09-25  NeilBrownNFS: avoid waiting at all in nfs_release_page when...
2014-09-25  NeilBrownNFS: avoid deadlocks with loop-back mounted NFS filesys...
2014-09-25  NeilBrownMM: export page_wakeup functions
2014-09-25  NeilBrownSCHED: add some "wait..on_bit...timeout()" interfaces.
2014-09-25  NeilBrownNFS: don't use STABLE writes during writeback.
2014-09-25  NeilBrownNFSv4: use exponential retry on NFS4ERR_DELAY for async...
2014-09-25  Jason Baronrpc: Add -EPERM processing for xs_udp_send_request()
2014-09-25  Jason Baronrpc: return sent and err from xs_sendpages()
2014-09-25  Benjamin Coddingtonlockd: Try to reconnect if statd has moved
2014-09-25  Benjamin CoddingtonSUNRPC: Don't wake tasks during connection abort
2014-09-25  Olga KornievskaiaFixing lease renewal
2014-09-25  Fabian Fredericknfs: fix duplicate proc entries
2014-09-21  Trond Myklebustpnfs/blocklayout: Fix a 64-bit division/remainder issue...
2014-09-18  Trond MyklebustNFSv4: Fix another bug in the close/open_downgrade...
2014-09-18  Steve DicksonNFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()
2014-09-15  Stephen Rothwellpnfs/blocklayout: include vmalloc.h for __vmalloc
2014-09-12  Peng Taonfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return...
2014-09-12  Anna SchumakerNFS: Move NFS v3 acl functions to nfs3_fs.h
2014-09-12  Anna SchumakerNFS: Remove v3 not compiled check from validate_mount_d...
2014-09-12  Anna SchumakerNFS: Move v3 declarations out of internal.h
2014-09-12  Anna SchumakerNFS: Unconditionally enable commit code
2014-09-12  Trond MyklebustpNFS/blocklayout: Remove a couple of unused variables
2014-09-12  Christoph Hellwigpnfs: enable CB_NOTIFY_DEVICEID support
2014-09-12  Christoph Hellwigpnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsing
2014-09-12  Christoph Hellwigpnfs/blocklayout: move all rpc_pipefs related code...
2014-09-12  Christoph Hellwigpnfs/blocklayout: refactor extent processing
2014-09-12  Christoph Hellwigpnfs/blocklayout: move extent processing to blocklayout.c
2014-09-12  Christoph Hellwigpnfs/blocklayout: allocate separate pages for the layou...
2014-09-12  Christoph Hellwigpnfs: remove GETDEVICELIST implementation
2014-09-12  Christoph Hellwigpnfs/objlayout: fix endianess annotation in objio_alloc...
2014-09-12  Christoph Hellwigpnfs/blocklayout: remove some debugging
2014-09-12  NeilBrownNFS: remove BUG possibility in nfs4_open_and_get_state
2014-09-10  Jeff Laytonnfs: add __acquires and __releases annotations to seqfi...
2014-09-10  Jeff Laytonnfs: fix RCU cl_xprt handling in nfs_swap_activate...
2014-09-10  Christoph Hellwignfs: setattr can only change regular file sizes
2014-09-10  Christoph Hellwigpnfs/blocklayout: use the device id cache
2014-09-10  Christoph Hellwigpnfs: add a nfs4_get_deviceid helper
2014-09-10  Christoph Hellwigpnfs: add a common GETDEVICELIST implementation
2014-09-10  Christoph Hellwigpnfs: factor GETDEVICEINFO implementations
2014-09-10  Christoph Hellwigpnfs/blocklayout: return layouts on setattr
2014-09-10  Christoph Hellwigpnfs/blocklayout: implement the return_range method
2014-09-10  Christoph Hellwigpnfs/blocklayout: rewrite extent tracking
2014-09-10  Christoph Hellwigpnfs/blocklayout: don't set pages uptodate
2014-09-10  Christoph Hellwigpnfs/blocklayout: remove read-modify-write handling...
2014-09-10  Christoph Hellwigpnfs: add return_range method
2014-09-10  Christoph Hellwigpnfs: add flag to force read-modify-write in ->write_begin
2014-09-10  Christoph Hellwigpnfs: force a layout commit when encountering busy...
2014-09-10  Trond MyklebustNFS: Fix a compile warning when !(CONFIG_NFS_V3 ||...
2014-09-10  Christoph Hellwigpnfs/blocklayout: correctly decrement extent length
2014-09-10  Christoph Hellwigpnfs/blocklayout: plug block queues
2014-09-10  Christoph Hellwigpnfs/blocklayout: improve GETDEVICEINFO error reporting
2014-09-10  Christoph Hellwigpnfs/blocklayout: reject pnfs blocksize larger than...
2014-09-10  Christoph Hellwigpnfs: allow splicing pre-encoded pages into the layoutc...
2014-09-10  Christoph Hellwigpnfs: avoid using stale stateids after layoutreturn
2014-09-10  Christoph Hellwigpnfs: retry after a bad stateid error from layoutget
2014-09-10  Christoph Hellwigpnfs: don't check sequence on new stateids in layoutget
2014-09-10  Christoph Hellwigpnfs: do not pass uninitialized lsegs to ->free_lseg
2014-09-10  Christoph Hellwignfs: cap request size to fit a kmalloced page array
2014-09-10  Peng Taonfs/filelayout: set layoutcommit depending on write...
2014-09-10  Peng Taonfs41: add a helper function to set layoutcommit after...
2014-09-10  Anna SchumakerNFS: Clear up state owner lock usage
2014-09-10  Chris Perlrpc: xs_bind - do not bind when requesting a random...
2014-09-10  Weston Andros... pnfs: fix filelayout_retry_commit when idx > 0
2014-09-09  Jeff Laytonnfs: revert "nfs4: queue free_lock_state job submission...
2014-09-08  Cong Wangnfs: fix kernel warning when removing proc entry
2014-09-07  Linus TorvaldsLinux 3.17-rc4
2014-09-07  Sudip MukherjeeDocumentation: new page link in SubmittingPatches
2014-09-07  Paul BolleDocumentation: NFS/RDMA: Document separate Kconfig...
2014-09-07  Masanari IidaDocumentation: misc-devices: Rename freefall.c from...
2014-09-07  Jose Manuel... Documentation: i2c: rename variable "register" to ...
2014-09-07  Rob JonesDocumentation: seq_file: Document seq_open_private...
2014-09-07  Linus TorvaldsMerge tag 'pm+acpi-3.17-rc4' of git://git./linux/kernel...
2014-09-07  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-09-07  Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2014-09-07  Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2014-09-07  Alexey Khoroshilovufs: fix deadlocks introduced by sb mutex merge
2014-09-06  Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2014-09-06  Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2014-09-06  Linus TorvaldsMerge tag 'xfs-for-linus-3.17-rc3' of git://git./linux...
2014-09-06  Linus TorvaldsMerge tag 'for-linus-20140905' of git://git.infradead...
2014-09-06  Thomas Gleixnertimekeeping: Update timekeeper before updating vsyscall...
2014-09-06  Thomas Gleixnercompat: nanosleep: Clarify error handling
2014-09-05  Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2014-09-05  Kevin HilmanMerge tag 'at91-fixes' of git://github.com/at91linux...
2014-09-05  Pawel Mollbus: arm-ccn: Move event cleanup routine
2014-09-05  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-09-05  Alexandre BelloniARM: at91/dt: rm9200: fix usb clock definition
2014-09-05  Alexandre BelloniARM: at91: rm9200: fix clock registration
2014-09-05  Gaël PORTAYARM: at91/dt: sam9g20: set at91sam9g20 pllb driver
2014-09-05  Johannes Weinermm: memcontrol: revert use of root_mem_cgroup res_counter
2014-09-05  Anton AltaparmakovExport sync_filesystem() for modular ->remount_fs(...
2014-09-05  Linus TorvaldsMerge tag 'regulator-v3.17-rc3' of git://git./linux...
next
This page took 0.040356 seconds and 5 git commands to generate.