venus: Remove dedebug
[openafs.git] / src / afs / LINUX / osi_vnodeops.c
32 hours ago Cheyenne WillsLinux-6.9: file_lock mbrs moved to file_lock_core 08/15708/5
2024-02-29 Cheyenne Willsafs: Add afs_xioctl prototyes to afs_prototypes.h 43/15643/4
2024-02-22 Cheyenne Willsafs: Move function prototypes into headers 42/15642/5
2023-11-16 Cheyenne WillsLinux 6.7: convert to inode a/mtime accessor funcs 97/15597/4
2023-11-09 Mark Vitaledir: Introduce struct DirEntryFlex 73/15573/8
2023-10-05 Cheyenne WillsLinux 6.6: Pass request_mask to generic_fillattr 61/15561/7
2023-10-01 Cheyenne WillsLinux 6.6: convert to ctime accessor functions 60/15560/6
2023-09-10 Cheyenne Willslinux: Remove use of wrap_directory_iterator 50/15550/6
2023-08-31 Cheyenne Willslinux: Replace fop iterate with fop iterate_shared 28/15528/7
2023-07-13 Cheyenne WillsLinux 6.5: Replace generic_file_splice_read 86/15486/5
2023-05-12 Andrew DeasonLINUX: Set .getattr for symlinks 23/15423/3
2023-04-14 Andrew DeasonLINUX: Introduce afs_d_alias_foreach 90/15390/4
2023-04-06 Cheyenne WillsLinux 6.3: Use mnt_idmap for inode op functions 47/15347/7
2022-12-22 Cheyenne WillsLinux: Replace lru_cache_add with folio_add_lru 27/15227/2
2022-12-08 Cheyenne WillsLinux: Check for block_dirty_folio 99/15199/5
2022-10-05 Cheyenne WillsLinux-6.0: Replace add_to_page_cache 32/15132/4
2022-08-18 Cheyenne WillsLINUX: Use bitwise & for f_flags test 03/14903/6
2022-07-21 Cheyenne Willslinux: Call put_page if errors in aops->readpages 68/15068/5
2022-07-14 Cheyenne WillsLinux-5.19: Remove flags from aops->write_begin 41/15041/7
2022-07-14 Cheyenne WillsLinux-5.19: Rename aops readpage to read_folio 40/15040/7
2022-07-14 Cheyenne WillsLinux: Introduce file mapping readpage helpers 39/15039/6
2022-07-01 Cheyenne WillsLinux-5.18: replace readpages with readahead 53/14953/13
2022-06-20 Cheyenne Willsafs: introduce get_dcache_readahead 62/14962/8
2022-06-09 Cheyenne Willsafs: introduce afs_alloc_ncr/afs_free_ncr 54/14954/8
2022-03-31 Cheyenne WillsLinux-5.18 replace set_page_dirty with dirty_folio 39/14939/2
2021-10-12 Cheyenne WillsLINUX 5.14: explicitly set set_page_dirty to default 26/14826/2
2021-10-03 Andrew Deasonafs: Remove 'retry' arg from afs_FindVCache 31/14231/4
2021-07-19 Cheyenne WillsCleanup usage of LINUX_VERSION_CODE for older kernels 89/14389/14
2021-03-12 Cheyenne WillsLinux 5.12: Add user_namespace param to inode ops 49/14549/6
2021-01-29 Andrew DeasonLINUX: Fix includes for fatal_signal_pending test 08/14508/2
2020-11-27 Andrew DeasonLINUX: Return errors in our d_revalidate 17/14417/2
2020-08-21 Cheyenne WillsLINUX 5.9: Remove HAVE_UNLOCKED_IOCTL/COMPAT_IOCTL 00/14300/7
2020-07-27 Cheyenne Willsclang-10: use AFS_FALLTHROUGH for case fallthrough 74/14274/9
2020-07-03 Andrew DeasonLINUX: Close cacheFp if no ->readpage in fastpath 52/14252/5
2020-07-03 Cheyenne WillsLINUX: Don't panic on some file open errors 42/14242/9
2020-07-03 Cheyenne WillsLINUX 5.8: use lru_cache_add 49/14249/8
2020-06-23 Andrew Deasonafs: Change VerifyVCache2 calls to VerifyVCache 55/12655/4
2020-05-15 Cheyenne WillsLINUX-5.7: replace __pagevec_lru_add with lru_cache_add... 59/14159/8
2020-05-15 Cheyenne Willslibafs: Abstract the Linux lru cache interface 67/14167/5
2020-04-29 Mark Vitaleafs: fix afs_linux_mmap fstrace entry 68/14168/2
2020-03-09 Cheyenne WillsLINUX 5.6: define time_t and use timespec/timespec64 83/14083/7
2019-10-11 Cheyenne WillsLINUX 5.3: Add comments for fallthrough switch cases 81/13881/3
2019-08-23 Andrew DeasonRemove dead code 83/13683/7
2019-08-01 Yadavendra YadavLINUX: Avoid re-taking global lock in afs_dentry_iput 25/13725/3
2019-07-12 Andrew DeasonLINUX: Unlock page on afs_linux_read_cache errors 72/13672/4
2019-07-12 Andrew Deasonafs: Introduce afs_IsDCacheFresh 35/13435/5
2019-04-05 Andrew DeasonLINUX: Avoid lookup ENOENT on fatal signals 30/13530/2
2019-02-11 Andrew DeasonLINUX: Propagate afs_linux_readdir BlobScan errors 30/13430/3
2018-07-06 Andrew DeasonLINUX: Detect NULL page during write_begin 42/13242/2
2018-05-11 Andrew DeasonLINUX: Return NULL for afs_linux_raw_open error 45/13045/3
2018-03-09 Mark VitaleLINUX: fix RedHat 7.5 ENOTDIR issues 35/12935/6
2018-01-20 Andrew DeasonLINUX: Avoid locking inode in check_dentry_race 68/12868/2
2018-01-02 Mark VitaleLINUX: consolidate duplicate code in canonical_dentry 91/12791/5
2018-01-01 Mark VitaleLINUX: add afs_d_alias_lock & _unlock compat wrappers 90/12790/5
2018-01-01 Mark VitaleLINUX: create afs_linux_dget() compat wrapper 89/12789/5
2017-12-23 Stephan WiesandLinux 4.15: check for 2nd argument to pagevec_init 24/12824/3
2017-12-23 Stephan WiesandLinux: use plain page_cache_alloc 23/12823/2
2017-10-04 Damien DiederenLinux: Use kernel_read/kernel_write when __vfs variants... 29/12729/3
2017-10-03 Damien DiederenLinux: Test for __vfs_write rather than __vfs_read 28/12728/3
2017-07-26 Andrew DeasonLINUX: Workaround d_splice_alias/d_lookup race 38/12638/3
2017-07-05 Andrew Deasonafs_linux_lookup: Avoid d_add on afs_lookup error 37/12637/5
2017-07-05 Andrew DeasonLINUX: Rearrange afs_linux_lookup cleanup 36/12636/3
2017-06-24 Andrew Deasonafs: Improve "Corrupt directory" warning 41/12641/2
2017-04-05 Joe GorseLinux v4.11: getattr takes struct path 72/12572/4
2017-02-23 Mark VitaleLinux 4.10: have_submounts is gone 06/12506/4
2016-10-26 Mark VitaleLinux 4.9: inode_operation rename now takes flags 91/12391/5
2016-10-05 Yadav Yadavendraafs: afs_linux_write_end only commit copied 09/12409/2
2016-09-15 Michael Meffierevert: "LINUX: Fix oops during negative dentry caching" 54/12354/3
2016-09-15 Andrew DeasonRevert "Lockless path through afs_linux_dentry_revalidate" 93/11793/8
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-06-10 Chaskiel GrundmanLinux 4.5: get_link instead of follow_link+put_link 65/12265/7
2016-06-10 Benjamin KadukLinux 4.5: no highmem in symlink ops 64/12264/4
2016-05-05 Chas WilliamsLINUX: dcache updates for mkdir and sillyrename 41/12141/4
2016-04-07 Stephan WiesandLinux: Fix misleading indentation and other whitespace 53/12253/2
2016-03-21 Stephan WiesandLinux 4.4: Do not use splice() 17/12217/5
2016-01-23 Chas WilliamsLINUX: don't cache negative entries for dynroot 40/12140/4
2016-01-23 Marcio Barbosaafs: do not allow two shutdown sequences in parallel 16/12016/8
2015-09-15 Michael MeffieLINUX: Fix oops during negative dentry caching
2015-08-31 Michael Meffiereturn an error from afs_readdir when out of buffers
2015-08-30 Andrew DeasonLINUX: Restore negative dentry caching
2015-08-26 Marc DionneLinux: Only use automount for volume roots
2015-08-22 Andrew Deasonafs: Stop abusing ENOENT
2015-08-21 Andrew Deasonafs: Clarify vcache->mvid accesses
2015-08-21 Andrew Deasonafs: Use named constants for mvstat
2015-07-23 Marc DionneLinux 4.2: Changes in link operation APIs
2015-07-23 Marc DionneLinux 4.2: total_link_count is no longer accessible
2015-05-26 Marc DionneLinux: mmap: Apply recursion check only to recursion...
2015-05-20 Marc DionneLinux 4.1: Don't define or use ->write directly
2015-02-25 Anders KaseorgLinux 4: struct address_space no longer has backing_dev...
2015-02-04 Daria BrashearLINUX: ensure mvid is set on root vnodes
2015-02-04 Jeffrey Altmanafs: refactor afs_linux_dentry_revalidate
2015-01-31 Andrew Deasonafs: Zero uninitialized uio structs
2015-01-22 Marc DionneLinux: d_splice_alias may drop inode reference on error
2015-01-14 Andrew DeasonLINUX: Remove fix_bad_parent
2014-10-31 Andrew DeasonLINUX: Avoid d_revalidate failure on mtpt mismatch
2014-10-15 Marc DionneLinux 3.17: Deal with d_splice_alias errors
2014-08-06 Andrew DeasonLINUX: Avoid premature RO volume lock error
2014-08-06 Andrew DeasonLINUX: Check afs_lookup return code explicitly
2014-08-06 Andrew DeasonLINUX: Drop dentry if lookup returns new file
next