Linux: Test for __vfs_write rather than __vfs_read
[openafs.git] / src / afs / LINUX / osi_compat.h
2017-10-03 Damien DiederenLinux: Test for __vfs_write rather than __vfs_read 28/12728/3
2017-02-26 Sergio GelatoLINUX: Debian/Ubuntu build regression on kernel 3.16.39 23/12523/3
2016-07-26 Anders KaseorgLinux 4.7: Follow key_alloc API change 45/12345/2
2016-07-14 Joe GorseLinux 4.6: rm PAGE_CACHE_* and page_cache_{get,release... 97/12297/5
2016-06-10 Benjamin KadukLinux 4.5: don't access i_mutex directly 68/12268/5
2016-03-21 Michael LaßLinux 4.4: Use locks_lock_file_wait 70/12170/5
2015-05-20 Marc DionneLinux 4.1: Don't define or use ->write directly
2015-05-20 Marc DionneLinux 4.1: No need for do_sync_read
2015-01-08 Marc DionneLinux 3.19: struct nameidata becomes opaque
2015-01-08 Marc DionneLinux 3.19: No more f_dentry
2015-01-08 Marc DionneLinux: d_alias becomes d_u.d_alias
2014-10-31 Marc DionneLinux 3.18: d_invalidate can no longer return an error
2013-12-11 Jeff LaytonLinux: stop trying to use getname/putname
2013-11-13 Anders KaseorgLinux: Get rid of !STRUCT_KEY_UID_IS_KUID_T case
2013-11-05 Anders KaseorgLinux: Fix build with CONFIG_UIDGID_STRICT_TYPE_CHECKS...
2013-10-08 Christof Hankelinux-kernel-module: move keyring-specific
2013-09-09 Marc DionneLinux 3.11: Adapt to d_count changes
2013-05-28 Marc DionneLinux 3.10: Replace create_proc_entry() with proc_create()
2013-04-20 Andrew DeasonLINUX: Sometimes let dentry_open handle refcounts
2013-04-17 Andrew DeasonLINUX: Avoid duplicate mntget in afs_dentry_open
2013-01-21 Marc DionneLinux 3.8: vmtruncate removal
2013-01-21 Marc DionneLinux 3.8: session_keyring changes
2012-11-19 Marc DionneLinux: change test for new putname API
2012-10-30 Marc DionneLinux: remove unused afs_set_name inline functions
2012-10-20 Marc DionneLinux: Rework handling of names in the lookup functions
2012-10-20 Marc DionneLinux: fix afs_putname wrapper for pre-3.7 kernels
2012-10-18 Marc DionneLinux 3.7: putname is no longer exported
2012-08-30 Michael MeffieLINUX: make d_automount work properly on rhel5 kernels
2012-08-30 Andrew DeasonLINUX: Use struct vfs_path on RHEL5
2012-08-17 Marc DionneLinux 3.6: dentry_open API change
2012-06-07 Marc DionneLinux 3.5: encode_fh API change
2011-06-05 Simon WilkinsonLinux CM: Update wait code
2011-04-01 Marc DionneLinux: Fix fallout from path_lookup commit
2011-03-28 Marc DionneLinux: 2.6.39: replace path_lookup with kern_path
2011-02-26 Andrew DeasonLINUX: Include key-related headers in osi_compat.h
2011-02-26 Anders KaseorgLinux: Reduce key_alloc flags confusion
2011-02-17 Andrew DeasonLINUX: Fix osi_compat.h include guard
2010-12-04 Andrew DeasonLINUX: Define zero_user_segment
2010-10-13 Andrew DeasonLINUX: Build fixes for older kernels
2010-08-12 Marc DionneLinux: adapt to truncate sequence changes
2010-07-02 Rainer ToebbickeProtect truncate_inode_pages when called from osi_VM_Fl...
2010-06-28 Marc DionneLinux: Use filehandles for all 2.6 kernels
2010-05-19 Simon WilkinsonLinux: Use positional r/w, not llseek
2010-05-18 matt@linuxbox.comlinux PageCheck may be PageFsMisc
2010-04-28 Marc DionneLinux: specify void argument for afs_try_to_freeze...
2010-04-27 Marc DionneLinux autoconf: fix name for struct cred test
2010-04-27 Simon WilkinsonLinux: Add autoconf macro for structure checks
2010-04-27 Simon WilkinsonLinux: Macroise kernel function autoconf tests
2010-04-27 Simon WilkinsonLinux: Tidy up freezer code
2010-04-26 Simon WilkinsonLinux: Use kernel network helper functions
2010-04-26 Simon WilkinsonLinux: Don't roll our own llseek
2010-03-06 Simon WilkinsonLinux: Fix builds on RHEL4
2010-01-27 Marc DionneLinux: don't count pag keys against root's keyring...
2009-12-31 Simon WilkinsonLinux: Check for multiple silly renames
2009-12-22 Andrew DeasonFix typo in afs_linux_cred_is_current
2009-12-20 Simon WilkinsonLinux: Simplify keyring compatibility code
2009-10-16 Marc DionneLinux: kmem_cache_create fix and cleanup
2009-10-11 Simon WilkinsonRevert "Linux: kmem_cache_create fix and cleanup"
2009-10-09 Marc DionneLinux: kmem_cache_create fix and cleanup
2009-10-03 Simon WilkinsonRationalise some #ifdefs in the LINUX osi layer