afs: afs_osi_Alloc_NoSleep() cleanup
[openafs.git] / src / afs / LINUX /
2010-10-22 Charles Hannumlinux fh_to_dentry can return err
2010-10-19 Chas Williams (CON... Allow private implementations of osi_AllocSmall/LargeSpace
2010-10-18 Derrick Brashearshakeloosevcaches drop xvcache during dentry ops
2010-10-14 Marc DionneLINUX/osi_vnodeops.c: minor coding style fixes
2010-10-14 Andrew DeasonLINUX: old kernel warning fixes
2010-10-13 Andrew DeasonLINUX: Build fixes for older kernels
2010-09-20 Simon WilkinsonLinux: print after BUG() is pretty useless
2010-09-13 Simon WilkinsonLinux: Move keyring includes where they're needed
2010-08-30 Matt Benjamincache bypass Also increment page refcount in readpage
2010-08-26 Simon WilkinsonMake unixuser's vid advisory
2010-08-26 Simon WilkinsonUnix CM: Generalise token storage
2010-08-21 Marc Dionnes390x: only declare afs_sys_setgroups32_page where...
2010-08-17 Marcus Wattsdeath to trailing whitespace
2010-08-17 Marcus Wattsdeath to register
2010-08-12 Marc DionneLinux: switch to evict_inode
2010-08-12 Marc DionneLinux: adapt to truncate sequence changes
2010-08-12 Marc DionneLinux: use %pI4 if NIPQUAD is not available
2010-08-11 Simon WilkinsonLINUX: More flock fixes
2010-08-11 Simon WilkinsonLINUX: Use correct type of error in flock code
2010-07-12 Simon WilkinsonLinux: Use inode lock compat function
2010-07-12 Simon WilkinsonLinux: Actually use freezer compatibility func
2010-07-02 matt@linuxbox.comcache-bypass explicitly reference pages involved in...
2010-07-02 Rainer ToebbickeProtect truncate_inode_pages when called from osi_VM_Fl...
2010-07-02 Simon WilkinsonLinux: Fix pagevec use in cache-bypass
2010-06-28 Andrew DeasonLINUX: Remove LINUX26 conditional in proc2cred
2010-06-28 Marc DionneLinux: Use filehandles for all 2.6 kernels
2010-06-28 Matt Benjaminlinux trivially track host signedness in afs_prototypes.h
2010-06-25 Simon WilkinsonLinux: Check return code from VerifyVCache in mmap
2010-06-17 Simon WilkinsonLinux: Remove the BKL
2010-06-14 Marc DionneLinux: Fix RCU_READ_LOCK test
2010-06-13 Simon WilkinsonLinux: Fix set_cr_group_info and cr_group_info
2010-05-30 Marc DionneLinux: 2.6.35 - fsync no longer takes a dentry
2010-05-25 Simon WilkinsonLinux: Disable syscall probes if we have keyrings
2010-05-19 Marc DionneLinux: remove unused label
2010-05-19 Simon WilkinsonLinux: Use positional r/w, not llseek
2010-05-18 matt@linuxbox.comlinux PageCheck may be PageFsMisc
2010-05-04 Simon WilkinsonRefactor afs_NewVCache
2010-04-28 Simon WilkinsonLinux: Register number sysctls only when desperate
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: Don't preprocess osi_vfs.h
2010-04-27 Simon WilkinsonLinux: Don't waste autoconf checks on cpp defines
2010-04-27 Simon WilkinsonLinux: Add general autoconf macro for Linux kernel
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-27 Simon WilkinsonLinux: Simplify header file checks
2010-04-26 Simon WilkinsonLinux: Don't hide memory management
2010-04-26 Simon WilkinsonLinux: The kernel module always runs in the kernel
2010-04-26 Simon WilkinsonLinux: Use kernel network helper functions
2010-04-26 Simon WilkinsonLinux: Don't pass f_pos down to the filesystem
2010-04-26 Simon WilkinsonLinux: Removed unused define
2010-04-26 Simon WilkinsonLinux: Don't roll our own llseek
2010-04-22 sanketAdding osi_procname macro to different platforms
2010-04-10 Matt SmithFix problems from afs_osi_gcpags reorganization
2010-04-09 Matt SmithMove contents of afs_osi_gcpags to per-OS files
2010-04-07 Simon WilkinsonLinux: kmap() not page_address()
2010-03-27 Chas Williams -... LINUX: you dont need to memset() after allocating crede...
2010-03-24 Simon WilkinsonLinux : Apply more dget_parent() pixie dust
2010-03-21 Simon WilkinsonDon't count root session keyrings against quota
2010-03-06 Simon WilkinsonLinux: Make keyring destructor remove all tokens
2010-03-06 Simon WilkinsonLinux: Fix builds on RHEL4
2010-03-06 Marc DionneLinux: replace invalidate_inode_pages
2010-03-05 Simon WilkinsonLinux : Don't leak GLOCK when writing CellServDB
2010-02-23 Anders KaseorgLinux: Fix conversion of whole-file locks
2010-02-19 Simon WilkinsonLinux: bdi doesn't always have a name
2010-02-17 Derrick Brashearlinux bdi allocate memory
2010-02-11 Simon WilkinsonLinux: Use current_creds() if stashed creds fail
2010-02-09 Derrick Brashearprovide afs_osi_TimedSleep
2010-02-02 Marc DionneLinux: warning fix in osi_file.c
2010-02-02 Simon WilkinsonLinux: Fix breakage in llseek error handling
2010-01-29 Derrick Brashearlinux cache file open fail print error
2010-01-27 Marc DionneLinux: don't count pag keys against root's keyring...
2010-01-25 Simon WilkinsonLinux: Handle llseek failure
2010-01-23 Marc DionneLinux Keyrings: don't ignore error code from session...
2010-01-14 Simon WilkinsonMove GLOCK initialisation to platform directories
2010-01-14 Chas WilliamsQuick fix for readpages when using memcache
2010-01-13 Simon WilkinsonLinux: Rework PAG to group conversions
2010-01-12 Simon WilkinsonUse dget_parent to handle getting inode of parent
2010-01-08 Simon WilkinsonRevert "Linux: Replace invalidate_inode_pages"
2010-01-07 Chas Williams -... LINUX/: ifdef for GFP_NOFS conditionals
2010-01-06 Simon WilkinsonLinux: Mark our super block as not updating access...
2010-01-06 Simon WilkinsonLinux: Use the correct ATIME flag
2010-01-05 Marc DionneLinux: don't oops on writeback if vcache has no stashed...
2009-12-31 Simon WilkinsonLinux: Check for multiple silly renames
2009-12-31 Simon WilkinsonAbstract out Linux sillyrename function
2009-12-31 Simon WilkinsonLinux: #if BLAH should be #if defined(BLAH)
2009-12-30 Michael Meffiemissing brace in afs_get_sb
2009-12-30 Derrick Brashearavoid leaking stat info
2009-12-30 Simon WilkinsonFix ioctl32 inclusion on Sparc 64
2009-12-30 Simon WilkinsonLinux: Replace invalidate_inode_pages
2009-12-22 Andrew DeasonFix typo in afs_linux_cred_is_current
2009-12-21 Michael MeffiePrefix global defines
2009-12-20 Marc DionneLinux: fix sysctl for 2.6.33
2009-12-20 Simon WilkinsonLinux: Simplify keyring compatibility code
2009-12-19 Simon WilkinsonLinux: Don't panic when keys aren't found
2009-12-19 Simon WilkinsonLinux: Flush vcaches when a mount fails
2009-12-10 Simon WilkinsonLinux: Use splice to speed up cache storeback
2009-12-10 Marc DionneLinux: deal with ctl_name removal
2009-11-23 Marc DionneLinux: Keyrings PAG handling changes
next