pandora-kernel.git
2014-07-23 Chuck Leversvcrdma: Double the default credit limit
2014-07-23 Jeff Laytonnfsd: ensure that st_access_bmap and st_deny_bmap are...
2014-07-22 Chuck Leversvcrdma: Add zero padding if the client doesn't send it
2014-07-22 Jeff Laytonnfsd: bump dl_time when unhashing delegation
2014-07-21 Trond Myklebustnfsd: Move the delegation reference counter into the...
2014-07-21 Jeff Laytonnfsd: fix race that grants unrecallable delegation
2014-07-21 J. Bruce Fieldsnfsd4: CREATE_SESSION should update backchannel immediately
2014-07-18 Trond MyklebustSUNRPC: xdr_get_next_encode_buffer should be declared...
2014-07-18 Chuck Leversvcrdma: Select NFSv4.1 backchannel transport based...
2014-07-17 J. Bruce Fieldsnfsd4: zero op arguments beyond the 8th compound op
2014-07-17 Jeff Laytonnfsd: silence sparse warning about accessing credentials
2014-07-17 Trond Myklebustnfsd: Ensure stateids remain unique until they are...
2014-07-17 Jeff Laytonnfsd: nfs4_alloc_init_lease should take a nfs4_file arg
2014-07-17 Jeff Laytonnfsd: Avoid taking state_lock while holding inode lock...
2014-07-16 Jeff Laytonnfsd: eliminate nfsd4_init_callback
2014-07-11 Kinglong MeeNFSD: Fix bad checking of space for padding in splice...
2014-07-11 Kinglong MeeNFSD: Check acl returned from get_acl/posix_acl_from_mode
2014-07-11 Steve Wisesvcrdma: send_write() must not overflow the device...
2014-07-11 Jeff Laytonnfsd: cleanup and rename nfs4_check_open
2014-07-11 Jeff Laytonnfsd: make deny mode enforcement more efficient and...
2014-07-11 Jeff Laytonnfsd: always hold the fi_lock when bumping fi_access...
2014-07-11 Jeff Laytonnfsd: clean up reset_union_bmap_deny
2014-07-11 Jeff Laytonnfsd: set stateid access and deny bits in nfs4_get_vfs_file
2014-07-11 Jeff Laytonnfsd: shrink st_access_bmap and st_deny_bmap
2014-07-11 Jeff Laytonnfsd: remove nfs4_file_put_fd
2014-07-11 Jeff Laytonnfsd: refactor nfs4_file_get_access and nfs4_file_put_a...
2014-07-10 Trond Myklebustnfsd: clean up helper __release_lock_stateid
2014-07-10 Trond Myklebustnfsd: Add locking to the nfs4_file->fi_fds[] array
2014-07-10 Trond Myklebustnfsd: Add fine grained protection for the nfs4_file...
2014-07-10 Jeff Laytonnfsd: reduce some spinlocking in put_client_renew
2014-07-10 Jeff Laytonnfsd: close potential race between delegation break...
2014-07-10 Kinglong MeeNFSD: Fix memory leak in encoding denied lock
2014-07-10 Trond Myklebustnfsd: Convert nfs4_check_open_reclaim() to work with...
2014-07-10 Trond Myklebustnfsd: Always use lookup_clientid() in nfsd4_process_open1
2014-07-10 Trond Myklebustnfsd: Convert nfsd4_process_open1() to work with lookup...
2014-07-10 Jeff Laytonnfsd: Allow struct nfsd4_compound_state to cache the...
2014-07-10 Jeff Laytonnfsd: add a nfserrno mapping for -E2BIG to nfserr_fbig
2014-07-10 Jeff Laytonnfsd: properly convert return from commit_metadata...
2014-07-10 Trond Myklebustnfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstat...
2014-07-10 Trond Myklebustnfsd: Don't get a session reference without a client...
2014-07-10 Jeff Laytonnfsd: clean up nfsd4_release_lockowner
2014-07-10 Trond Myklebustnfsd: NFSv4 lock-owners are not associated to a specifi...
2014-07-10 Jeff Laytonnfsd: Allow lockowners to hold several stateids
2014-07-08 Trond Myklebustnfsd: lock owners are not per open stateid
2014-07-08 Trond Myklebustnfsd: clean up nfsd4_close_open_stateid
2014-07-08 Jeff Laytonnfsd: declare v4.1+ openowners confirmed on creation
2014-07-08 Trond Myklebustnfsd: Cleanup nfs4svc_encode_compoundres
2014-07-08 Trond Myklebustnfsd: nfs4_preprocess_seqid_op should only set *stpp...
2014-07-08 Jeff Laytonnfsd: add a new /proc/fs/nfsd/max_connections file
2014-07-08 Trond Myklebustnfsd: Ensure that nfsd_create_setattr commits files...
2014-07-08 Kinglong MeeNFSD: Remove iattr parameter from nfsd_symlink()
2014-07-08 Trond Myklebustnfsd: Protect addition to the file_hashtbl
2014-07-08 Christoph Hellwignfsd: fix file access refcount leak when nfsd4_truncate...
2014-07-08 Kinglong MeeNFSD: Avoid warning message when compile at i686 arch
2014-07-08 J. Bruce Fieldsnfsd4: replace defer_free by svcxdr_tmpalloc
2014-07-08 J. Bruce Fieldsnfsd4: remove nfs4_acl_new
2014-07-08 J. Bruce Fieldsnfsd4: define svcxdr_dupstr to share some common code
2014-07-08 J. Bruce Fieldsnfsd4: remove unused defer_free argument
2014-07-08 J. Bruce Fieldsnfsd4: rename cr_linkname->cr_data
2014-07-08 J. Bruce Fieldsnfsd: let nfsd_symlink assume null-terminated data
2014-07-08 J. Bruce Fieldsnfsd: make NFSv2 null terminate symlink data
2014-07-08 J. Bruce Fieldsnfsd: fix rare symlink decoding bug
2014-06-23 Jeff Laytonnfsd: properly handle embedded newlines in fault_inject...
2014-06-23 Jeff Laytonnfsd: fix return of nfs4_acl_write_who
2014-06-23 Jeff Laytonnfsd: add appropriate __force directives to filehandle...
2014-06-23 Jeff Laytonnfsd: nfsd_splice_read and nfsd_readv should return...
2014-06-23 Jeff Laytonnfsd: clean up sparse endianness warnings in nfscache.c
2014-06-23 Jeff Laytonnfsd: add __force to opaque verifier field casts
2014-06-23 Kinglong MeeNFSD: Using exp_get for export getting
2014-06-23 Kinglong MeeNFSD: Using path_get when assigning path for export
2014-06-23 Kinglong MeeSUNRPC/NFSD: Change to type of bool for rq_usedeferral...
2014-06-23 Kinglong MeeNFSD: Using min/max/min_t/max_t for calculate
2014-06-22 Linus TorvaldsLinux 3.16-rc2
2014-06-22 Linus TorvaldsMerge branch 'i2c/for-next' of git://git./linux/kernel...
2014-06-22 Linus TorvaldsMerge tag 'locks-v3.16-2' of git://git.samba.org/jlayto...
2014-06-22 Linus TorvaldsMerge branch 'rc-fixes' of git://git./linux/kernel...
2014-06-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-06-22 Linus TorvaldsMerge branch 'for-3.16' of git://linux-nfs.org/~bfields...
2014-06-21 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2014-06-21 Linus TorvaldsMerge branch 'locking-urgent-for-linus.patch' of git...
2014-06-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-06-21 Linus TorvaldsMerge tag 'for-linus' of git://github.com/gxt/linux
2014-06-21 Linus TorvaldsMerge tag 'char-misc-3.16-rc2' of git://git./linux...
2014-06-21 Linus TorvaldsMerge tag 'staging-3.16-rc2' of git://git./linux/kernel...
2014-06-21 Linus TorvaldsMerge tag 'tty-3.16-rc2' of git://git./linux/kernel...
2014-06-21 Linus TorvaldsMerge tag 'usb-3.16-rc2' of git://git./linux/kernel...
2014-06-20 Dmitry TorokhovMAINTAINERS: add entry for VMware Balloon driver
2014-06-20 Linus TorvaldsMerge tag 'pm+acpi-3.16-rc2' of git://git./linux/kernel...
2014-06-20 Linus TorvaldsMerge tag 'sound-3.16-rc2' of git://git./linux/kernel...
2014-06-20 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2014-06-20 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2014-06-20 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2014-06-20 Alexander Shiyanw1: mxc_w1: Fix incorrect "presence" status
2014-06-20 Denis Carikliimx-drm: parallel-display: Fix DPMS default state.
2014-06-20 Yi Zhangstaging: android: timed_output: fix use after free...
2014-06-20 Stephen Boydunicore32: Remove ARCH_HAS_CPUFREQ config option
2014-06-20 Guan XuetaoUniCore32: Change git tree location information in...
2014-06-20 Chen Gangarch: unicore32: ksyms: export '__cpuc_coherent_kern_ra...
2014-06-20 Chen Gangarch: unicore32: ksyms: export 'pm_power_off' to avoid...
2014-06-20 Chen Gangarch: unicore32: ksyms: export additional find_first_...
next